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
磁束の単位
説明
磁束は質量×長さの 2 乗×電流の 2 乗 / 時間の次元を有しています。磁束の SI 単位系はウェーバー (weber) で あり、ボルト秒 (volt second) として定義されています。
Maple では以下の表にある磁束の単位を使うことができます。
名称 記号 意味 別表記 プレフィックス weber Wb SI * webers SI abweber abWb EMU * abwebers SI statweber statWb ESU * statwebers SI maxwell Mx standard * maxwells SI unit_pole standard * unit_poles SI
アスタリスク (*) は指定省略時に設定されるデフォルト値であることを、アットマーク (@) は略記であることを表しています。また、プレフィックス(接頭辞)欄において、SI は単位が SI プレフィックス全てと組み合わされることを、IEC は単位が IEC プレフィックスと組み合わされることを、SI+ と SI- はそれぞれ正と負の SI プレフィックスとのみ組み合わされることを表しています。単位の名称または意味と記号はパッケージの索引処理により調べると良いでしょう。例えば、weber[SI] または Mx[standard] などとします。また、標準的な意味で使われている場合には、例えば weber または Mx などの、単位名か記号だけを使って調べると良いでしょう。
磁束の単位は以下のように定義されています。
アブウェーバー (abweber) は 1e-8 ウェーバーを意味し、平方ダイン・センチメートル (sqrt(dyne)*cm) のエネルギーと等価です。
静電ウェーバー (statweber) は c/1e6 ウェーバーを意味し、平方ダイン秒 (sqrt(dyne)*s) のエネルギーと等価です。ただし c は光の速度を表しています。
マクスウェル (maxwell) はアブウェーバーの別称です。
unit_pole は p/2.5e7 ウェーバーを意味する。
例
convert(weber, dimensions, base=true);
convert(1.60217733e-19, units, Wb, abWb);
convert(1.60217733e-19, units, Wb, sqrt(dyne)*cm, energy);
convert(1.60217733e-19, units, Wb, statWb);
convert(1.60217733e-19, units, Wb, sqrt(dyne)*s, energy);
convert(1.60217733e-19, units, Wb, Mx);
convert(1.60217733e-19, units, Wb, unit_pole);
参照
convert/dimensions, convert/units, Units, Units/electric_current, Units/electric_potential, Units/length, Units/mass, Units/Overview, Units/time
Download Help Document