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
電流の単位
説明
電流 は、国際単位系の基本次元です。電流の SI 単位はアンペア (ampere) であり、1 メートル間隔で真空中に平行に置かれた、断面積が無視できるほど細い 2 本の無限の長さを有する直線状の円形導体のそれぞれに 1 アンペア流した場合、これらの導体に 1 メートルごとに 2e-7 ニュートンの力が作用し合うとして定義されています (9th CGPM, 1948)。
Maple では、次の表に示す電流の単位を使うことができます。
Name Symbols Context Alternate Spellings Prefixes ampere A SI * amperes SI abampere abA EMU * abamperes SI statampere statA ESU * statamperes SI biot standard * biots SI gilbert f standard * gilberts SI
アスタリスク (*) は指定省略時に設定されるデフォルト値であることを、アットマーク (@) は略記であることを表しています。また、プレフィックス(接頭辞)欄において、SI は単位が SI プレフィックス全てと組み合わされることを、IEC は単位が IEC プレフィックスと組み合わされることを、SI+ と SI- はそれぞれ正と負の SI プレフィックスとのみ組み合わされることを表しています。単位の名称または意味と記号はパッケージの索引処理により調べると良いでしょう。例えば、ampere[SI] または abA[EMU] などとします。また、標準的な意味で使われている場合には、例えば ampere または abA などの、単位名か記号だけを使って調べると良いでしょう。
電流の単位は、以下のように定義されています。
abampere は 10 アンペアを意味し、センチメートルグラムの平方根毎秒 (sqrt(cm*g)/s) とエネルギー等価です。
statampere は 1/(10*c) アンペアを意味し、 グラム立方センチメートルの平方根毎平方秒 (cm^(3/2)*g^(1/2)/s^2) とエネルギー等価です。ただし c は光速度を表します。
biot は abampere の別名です。
gilbert は 1/(4 p) abampere を意味します。
例
convert(ampere, dimensions, base=true);
convert(1.40941387e-9, units, A, abA);
convert(1.40941387e-9, units, A, sqrt(cm*g)/s, energy);
convert(1.40941387e-9, units, A, statA);
convert(1.40941387e-9, units, A, cm^(3/2)*g^(1/2)/s^2, energy);
convert(1.40941387e-9, units, A, gilbert);
参照
convert/dimensions, convert/units, Units, Units/force, Units/Index, Units/length
Download Help Document