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 パッケージの紹介
使い方
ScientificConstants[function]( arguments )
function( arguments )
説明
ScientificConstants パッケージは、例えば、光速やナトリウムの原子量といった、化学や物理といった分野で起こる、様々な一定の物理量の値を得る機能を提供します。
ScientificConstants パッケージは、2つの異なった物理量の分類、物理定数と周期表の元素(およびその同位体)を含んでいます。
基本的な物理定数にアクセスするための ScientificConstants パッケージ内にある関数の概要については、基本的な物理定数の概要 を参照して下さい。
ScientificConstants パッケージ内にある物理定数の一覧については、最初に与えられている物理定数 を参照して下さい。
周期表の元素の特性にアクセスするための ScientificConstants パッケージ内にある関数の概要については、 周期表の元素および同位体の概要 を参照して下さい。
ScientificConstants パッケージ内にある利用可能な元素および同位体の特性の一覧については、最初に与えられている元素および同位体の特性 を参照して下さい。
ScientificConstants パッケージの関数の詳細については、 ScientificConstants の詳細 を参照して下さい。
ScientificErrorAnalysis と ScientificConstants パッケージがどのように関連するかについての説明は、ScientificErrorAnalysis and ScientificConstants を参照して下さい。
ScientificConstants パッケージを使用する例は、ScientificConstants Example Worksheet を参照して下さい。
ScientificConstants パッケージ内にある各関数は、コマンドの呼び出し手順において、関数名の長い形 long form と 短い形 short form のいずれを用いてもアクセスが可能です。
ScientificConstants パッケージの実行の基礎となるのはモジュールであるため、パッケージから関数にアクセスする際には、ScientificConstants:-function の形を用いることも可能です。詳細は、Module Members を参照してください。
ScientificConstants パッケージの関数一覧
利用可能な関数の一覧を以下に示します。
AddConstant AddElement AddProperty Constant Element GetConstant GetConstants GetElement GetElements GetError GetIsotopes GetProperties GetProperty GetUnit GetValue HasConstant HasElement HasProperty ModifyConstant ModifyElement
特定の ScientificConstants 関数に関するヘルプページを表示するためには、Getting Help with a Function in a Package を参照してください。
例
with(ScientificConstants): evalf( Constant( c, units ) );
evalf( Element( Na, atomicweight ) );
GetElement( Na );
参照
help, module, UsingPackages, with
Download Help Document