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
立体角の単位
説明
立体角 (solid angle) の次元は記号上 1 になります。ユニットパッケージとの整合性をとるため、立体角の次元は length^2/length(radius)^2 になっています。 立体角の SI に基づく単位はステラジアン (steradian) であり、面積が半径の 2 乗と等しくなる際の立体角として定義されています。
Maple では以下の表にある立体角の単位を使うことができます。
名称 記号 意味 別表記 プレフィックス
steradian sr SI * steradians SI sphere angle * spheres hemisphere angle * hemispheres
アスタリスク (*) は指定省略時に設定されるデフォルト値であることを、アットマーク (@) は略記であることを表しています。また、プレフィックス (接頭辞) 欄において、SI は単位が SI プレフィックス全てと組み合わされることを、IEC は単位が IEC プレフィックスと組み合わされることを、SI+ と SI- はそれぞれ正と負の SI プレフィックスとのみ組み合わされることを表しています。単位の名称または意味と記号はパッケージの索引処理により調べると良いでしょう。例えば、sphere[angle] または sr[SI] などとします。また、標準的な意味で使われている場合には、例えば sphere または sr などの、単位名か記号だけを使って調べると良いでしょう。
立体角の単位は以下のように定義されています。
球 (sphere) は 4 p ステラジアンを意味する。
半球 (hemisphere) は 2 p ステラジアンを意味する。
例
convert(steradian, dimensions);
convert(steradian, dimensions, base=true);
convert(1/2, units, hemisphere, steradians);
convert(3, units, steradian, radians^2);
参照
convert/dimensions, convert/units, Units, Units/angle, Units/length, Units/Overview
Download Help Document