Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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