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
磁束の単位
説明
磁束は質量×長さの 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