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 複合単位は、平方メートル (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 に基づいています。
rood は 1/4 acre を意味する。
acre は 10 square Gunter chains を意味する。
lot は 1/10 平方マイルを意味する。
section は 1 平方マイルを意味する。
township は 36 平方マイルを意味する。
例
convert(m^2, dimensions, base=true);
convert(4., units, kilometers^2, sections);
convert(4., units, kilometers^2, sections[US_survey]);
convert(37, units, barns, nanometers^2);
参照
convert/dimensions, convert/units, Units, Units/length, Units/Overview
Download Help Document