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 単位はニュートン (newton) であり、キログラムメートル毎平方秒として定義されます。
Maple では、次の表に示す力の単位を使うことができます。
Name Symbols Context Alternate Spellings Prefixes newton N SI * newtons SI gramforce gf SI * gramforces SI pond standard * ponds sthene standard * sthenes SI dyne dyn standard * dynes SI ounceforce ozf standard * ounceforces poundforce lbf standard * poundforces tonforce tonf standard * tonforces kipf standard * kipfs poundal standard * poundals
アスタリスク (*) は指定省略時に設定されるデフォルト値であることを、アットマーク (@) は略記であることを表しています。また、プレフィックス(接頭辞)欄において、SI は単位が SI プレフィックス全てと組み合わされることを、IEC は単位が IEC プレフィックスと組み合わされることを、SI+ と SI- はそれぞれ正と負の SI プレフィックスとのみ組み合わされることを表しています。単位の名称または意味と記号はパッケージの索引処理により調べると良いでしょう。例えば、newton[SI] または lbf[standard] などとします。また、標準的な意味で使われている場合には、例えば newton または lbf などの、単位名か記号だけを使って調べると良いでしょう。
力の単位は以下のように定義されまています。
重量グラム (gramforce) は 1 グラムの質量に作用する重力、すなわち自由落下加速度×グラム (acceleration_of_free_fall*gram) です。
pond は重量グラムとは別のものです。
ダイン (dyne) はグラムセンチメートル毎平方秒を意味します。
sthene はトン・メートル毎平方秒を意味します。
ounceforce は常衡オンス (avoirdupois ounce) に作用する重力、すなわち、acceleration_of_free_fall*ounce を意味します。
ポンド (poundforce) は常衡ポンド (avoirdupois pound) に作用する重力、すなわち、acceleration_of_free_fall*pound を意味します。
tonforce は米トン (short ton) に作用する重力、すなわち、 acceleration_of_free_fall*ton を意味します。
kipf は、1000 ポンドを意味します。
ポンダル (poundal) は常衡ポンドフィート毎平方秒 (avoirdupois pound international foot per second squared) を意味します。
例
convert(N, dimensions, base=true);
convert(1, units, N, kilogramforce);
convert(1, units, dyne, ozf);
convert(2400., units, kipf, N);
参照
convert/dimensions, convert/units, Units, Units/acceleration, Units/length, Units/mass, Units/Overview, Units/time
Download Help Document