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[GetConstant] - 物理定数の定義を返す
使い方
GetConstant( descriptor )
パラメータ
descriptor - 名前; 物理定数のフルネームまたは記号
説明
GetConstant( descriptor ) コマンドは、ScientificConstants パッケージ内にある物理定数の定義を返します。
返される式列は、定数のフルネームに続いて、AddConstant 関数で使用されるのと同じ書式で symbol, value, uncertainty および units の指定を行う等式から構成されます。
導出されない物理定数に対して、返される式列は、定数のフルネーム、続いてその symbol, value, uncertainty, units の指定を行う等式で構成されます。
導出される物理定数に対して、返される式列は、そのsymbol と 導出 derive を指定する等式が続く、定数のフルネームで構成されます。
導出の式の右辺は、カレントに定義された記号を使用し、他の物理定数を用いて定数の導出を与える式です。
返される式列は、 AddConstant 関数で使用されるのと同じ書式です。
例
with(ScientificConstants): GetConstant( G );
GetConstant( m[e] );
参照
最初に与えられている物理定数,物理定数の概要, ScientificConstants パッケージの紹介, ScientificConstants[AddConstant], ScientificConstants[GetConstants], ScientificConstants[HasConstant]
Download Help Document