Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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