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
デフォルトのUnits環境
デフォルトの Units 環境ではどのような単位も受け付けません。しかし、単位を変換するために以下の変換ルーチンが用意されています。
convert[units] convert[temperature] convert[conversion_table] convert[dimensions] convert[system]
注意: 変換ルーチン convert/units は温度の刻みを変換します。例えば、摂氏1度は1ケルビン(絶対目盛)に変換されます。絶対温度の変換には convert/temperature を使います。
これらの関数は計算環境に不都合な影響を与えませんし、どのような環境においても利用できます。単なる変換が必要な時、あるいはシステムメモリーが貴重な時にこれらの関数を使うと良いでしょう。 Natural または Standard 環境でのプロトタイプ作りが完了した後でも使うことができます。
例
convert(77/1000, units, W/s, hp/hour);
convert(32, temperature, degF, degC);
convert([m/s, mph, km/h], conversion_table, output=grid);
convert(V/W, dimensions);
convert(127,system,m/s,FPS);
convert(127,units,m/s,ft/s);
参照
convert, Units, Units/Natural, Units/Overview, Units/Standard
Download Help Document