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
力の単位
説明
力は長さかける質量/時間の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