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[AddSystem](__NewSI__, Units[GetSystem](SI), mm);
新しいシステムを使用します。
Units[UseSystem](__NewSI__);
値に単位を指定します。
__val__ := 450/(cm*kg);
標準の形式の単位として値は出力されます。Maple はユーザ定義の単位をデフォルトとして使用できることに注意してください。
Units[Unit](__val__);
units パッケージの中のコマンドのより詳細な情報は Units Package Commands ページをご参照ください。
使用したコマンド
Units[AddSystem], Units[GetSystem], Units[UseSystem], Units[Unit]
参照
Units
Download Help Document