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
作用の単位
説明
作用は、時間あたりの長さの2乗かける質量という次元を持っています。作用の SI 複合単位は、キログラム平方メートル毎秒 (kilogram meter squared per second) です。
Maple では次の表に示す作用の単位を使うことができます。
Name Symbols Context Alternate Spellings Prefixes planck standard * plancks h_bar @ Atomic
アスタリスク (*) は指定省略時に設定されるデフォルト値であることを、アットマーク (@) は略記であることを表しています。また、プレフィックス (接頭辞) 欄において、SI は単位が SI プレフィックス全てと組み合わされることを、IEC は単位が IEC プレフィックスと組み合わされることを、SI+ と SI- はそれぞれ正と負の SI プレフィックスとのみ組み合わされることを表している。単位の名称または意味と記号はパッケージの索引処理により調べると良いでしょう。例えば、planck[standard] または省略して h_bar などとします。また、標準的な意味で使われている場合には、例えば planck などの,単位名か記号だけを使って調べると良いでしょう。
作用の単位は以下のように定義されています。
standard planck はジュール秒 (joule second) を意味する。
atomic planck は h/(2*p) standard planck を意味する。ただし、h はプランク定数を表している。
例
convert(planck, dimensions, base=true);
convert(1, units, m^2*g/s, planck);
convert(1, units, m^2*g/s, planck[Atomic]);
参照
convert/dimensions, convert/units, Units, Units/length, Units/mass, Units/time, Units/Overview
Download Help Document