Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
電荷の単位
説明
電荷は、電流×時間 という次元を有しています。電荷の 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