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
電荷の単位
説明
電荷は、電流×時間 という次元を有しています。電荷の SI 補助単位は、クーロン (coulomb) であり、アンペア秒 (ampere second) として定義されています。
Maple では、次の表に示す電荷の単位を使うことができます。
Name Symbols Context Alternate Spellings Prefixes coulomb C SI * coulombs SI abcoulomb abC EMU * abcoulombs SI statcoulomb statC ESU * statcoulombs SI electron e Atomic * electrons SI franklin f standard * franklins SI
アスタリスク (*) は指定省略時に設定されるデフォルト値であることを、アットマーク (@) は略記であることを表している。また、プレフィックス(接頭辞)欄において、SI は単位が SI プレフィックス全てと組み合わされることを、IEC は単位が IEC プレフィックスと組み合わされることを、SI+ と SI- はそれぞれ正と負の SI プレフィックスとのみ組み合わされることを表している。単位の名称または意味と記号はパッケージの索引処理により調べると良いでしょう。例えば、coulomb[SI] またはe[Atomic] などとします。また、標準的な意味で使われている場合には、例えば coulomb または e などの、単位名か記号だけを使って調べると良いでしょう。
電荷の単位は、以下のように定義されています。
abcoulomb は 10 クーロンを意味します。この単位は、エネルギー的にセンチメートル・グラムの平方根 ( (sqrt(cm*g)) と等価です。
statcoulomb は 10/c クーロンを意味します。ただし、c は光速度を表します。これは、square root centimeter square root gram (sqrt(cm*g)) とエネルギー等価です。
electron は 1 個の電子の電荷を意味し、約 1.602,177,33e-19 クーロンになります。
franklin は statcoulomb の別名です。
例
convert(coulomb, dimensions, base=true);
convert(1.60217733e-19, units, C, abC);
convert(1.60217733e-19, units, C, sqrt(cm*g), energy);
convert(1.60217733e-19, units, C, statC);
convert(1.60217733e-19, units, C, cm^(3/2)*g^(1/2)/s, energy);
convert(1.60217733e-19, units, C, e);
参照
convert/dimensions, convert/units, Units, Units/electric_current, Units/molar_electric_charge, Units/Overview, Units/time
Download Help Document