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[GetIsotopes] - 選択された同位体の記述子のリスト表示
使い方
GetIsotopes( 'element'=elem, prop_name, output_opt )
パラメータ
'element'=elem - (オプション); 与えられた元素の同位体に限定するオプション
prop_name - (オプション); prop_name で定義された特性を持つ同位体に限定するオプション。このオプションを繰り返し使用して、複数の特性を指定することが可能。
'output_opt' - (オプション); output=form の形の等式; ここで form は、 'symbols' (デフォルト) または 'atomicnumbers' のいずれか; 返される同位体の記述子の形式指定。
説明
GetIsotopes() コマンドは、ScientificConstants パッケージ内にある選択された周期表の元素の同位体からなる式列を返します。
'element'=elem オプションが与えられると、与えられた元素の同位体 elem だけが返されます。ここで、elem はある元素の有効な記述子を表します。
prop_name オプションが与えられると、定義された特性を持つ同位体だけが返されます。prop_name オプションは、同位体の特性である必要があります。
'output=symbols' オプションが与えられると、シンボルの出力で同位体が返されます。これがデフォルトの設定です。
'output=atomicnumbers' オプションが与えられると、[atomic_number, mass_number] の形式で同位体が返されます。
同位体は、まず原子番号、そして次に質量数の順に並べ替えられます。
例
with(ScientificConstants): GetIsotopes(element=H);
GetIsotopes(electronaffinityisotopic,output=atomicnumbers);
参照
最初に与えられている周期表の元素, 元素および同位体の概要, ScientificConstants パッケージの紹介, ScientificConstants[Element], ScientificConstants[GetElement], ScientificConstants[GetElements], ScientificConstants[HasElement]
Download Help Document