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[GetConstants] - 全ての物理定数のフルネームまたは記号のリスト表示
使い方
GetConstants( 'names', 'derivedfrom'=Const )
パラメータ
'names' - (オプション); フルネームを返すという指定 Const - (オプション) 記号; Constから導かれた物理定数を返す
説明
GetConstants() コマンドは、ScientificConstants パッケージ内にある物理定数の記号からなる式列を返します。
GetConstants( 'names' ) コマンドは、ScientificConstants パッケージ内にある物理定数のフルネームからなる式列を返します。
GetConstants( 'derivedfrom'=Const ) コマンドは、定数 Const (名前または記号で表わす) から直接導かれる物理定数の記号からなる式列を返します。
GetConstants( 'names', 'derivedfrom'=Const ) コマンドは、定数 Const (名前または記号で表わす) から直接導かれる物理定数のフルネームからなる式列を返します。
名前または記号の順番は、アルファベット順に並べ替えられます。
例
with(ScientificConstants): GetConstants();
GetConstants( names, derivedfrom=G );
参照
最初に与えられている物理定数, 物理定数の概要, ScientificConstants パッケージの紹介, ScientificConstants[GetConstant], ScientificConstants[HasConstant]
Download Help Document