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 パッケージの紹介
使い方
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