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