面積の単位
|
説明
|
|
•
|
面積は、長さの 2 乗という次元を有しています。面積の SI 複合単位は、平方メートル (meter squared) です。
|
•
|
Maple では、次の表に示す面積の単位を使うことができます。
|
Name Symbols Context Alternate Spellings Prefixes
are a SI * ares
hectare ha SI * hectares
centare ca SI * centares
barn b SI * barns
shed standard * sheds
mil circular mils
rood standard * roods
US_survey
acre standard * acres
US_survey
lot standard * lots
US_survey
section standard * sections
US_survey
township standard * townships
US_survey
|
アスタリスク (*) は指定省略時に設定されるデフォルト値であることを、アットマーク (@) は略記であることを表しています。また、プレフィックス(接頭辞)欄において、SI は単位が SI プレフィックス全てと組み合わされることを、IEC は単位が IEC プレフィックスと組み合わされることを、SI+ と SI- はそれぞれ正と負の SI プレフィックスとのみ組み合わされることを表しています。単位の名称または意味と記号はパッケージの索引処理により調べると良いでしょう。例えば、are[SI] または b[SI] などとします。また、標準的な意味で使われている場合には、例えば are または b などの、単位名か記号だけを使って調べると良いでしょう。
|
|
are は 100 square meters を意味する。
|
|
Hectare と centare は、それぞれ hectoare と centiare の別表記である。
|
|
バーン (barn) は 1e-28 平方メートルを意味する。衝突断面積を as big as a barn などとして表す。
|
|
shed は 1e-52 平方メートルを意味する。この単位の由来はバーンと同じである。
|
|
circular mil は直径 1 standard mil の円の面積、p/(4e6) 平方インチを意味する。
|
•
|
以下の単位は、standard または US survey mile に基づいています。
|
|
acre は 10 square Gunter chains を意味する。
|
|
township は 36 平方マイルを意味する。
|
|
|
例
|
|
>
|
convert(m^2, dimensions, base=true);
|
| (2.1) |
>
|
convert(4., units, kilometers^2, sections);
|
| (2.2) |
>
|
convert(4., units, kilometers^2, sections[US_survey]);
|
| (2.3) |
>
|
convert(37, units, barns, nanometers^2);
|
| (2.4) |
|
|
Download Help Document
Was this information helpful?