Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
ScientificConstants[GetValue] - ScientificConstants オブジェクトの値を返す
使い方
GetValue( sc_obj )
パラメータ
sc_obj - ScientificConstants オブジェクト
説明
ScientificConstants オブジェクト、つまり Constant() または Element() オブジェクトを与えると、 GetValue( sc_obj ) コマンドは、適切な単位系における、そのオブジェクトにより表現される値を返します。単位系に関する詳細な情報については、単位系 を参照して下さい。
ScientificConstants オブジェクトが指定された座標系を持たない場合、評価には現在の単位系が使用されます。
'system' オプションを用いることで、ScientificConstants オブジェクトが指定された座標系を持つ場合、評価にはその座標系が使用されます。
Element() オブジェクトに対して、保存されている特性の不確定性が手続きである場合、特性に与えられているパラメータは、引数として評価されます。たとえ、(試評価が行われる時) Element オブジェクトの構築を行う度に誤差が投げかけられると予想されても、その誤差は投げ返されます。結果は、必要な単位変換へ受け渡されます。
ScientificConstants オブジェクトではない ScientificErrorAnalysis の誤差を持つオブジェクトについて、誤差の値にアクセスするためには、 ScientificErrorAnalysis[GetValue] コマンドを使用してください。詳細は、ScientificErrorAnalysis and ScientificConstants を参照してください。
例
with(ScientificConstants): Constant( c );
GetValue( % );
Units:-UsingSystem();
Constant( c, system=CGS );
Element( Na, atomicweight );
Element( Na, atomicweight, system=CGS );
参照
同上演算子(%), 元素および同位体の概要, 物理定数の概要, ScientificConstants パッケージの紹介, ScientificConstants[Constant], ScientificConstants[Element], ScientificConstants[GetError], ScientificConstants[GetUnit], ScientificErrorAnalysis[GetValue], ScientificErrorAnalysis and ScientificConstants, 単位系, Units[UsingSystem]
Download Help Document