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] - add or modify a system of units
Calling Sequence
AddSystem(system, opts, units)
Parameters
system
-
symbol; system name
opts
(optional) equation of the form true or false; specify options for the system
units
symbol; any number of existing units to be associated with the given system.
Description
The AddSystem(unit_name, opts, units) function adds or redefines a system of units in the current session.
To add or redefine a system of units in all future Maple sessions, add the AddSystem command to your Maple initialization file. For more information, see Create Maple Initialization File.
A system cannot have two units with the same dimension.
The opts argument can contain the following equation.
truefalse
If this option is set to true, an exception will be generated if two units with the same dimension are associated with the system. Otherwise, the last unit with the given dimension will be associated with the system. The default value of 'check' is false.
Units to be associated with the given system are listed.
Examples
Error, (in Units:-AddSystem) the system already contains a unit with dimension `time`
See Also
Create Maple Initialization File, type/unit, Units, Units/Commands, Units/Index, Units/Systems, Units[GetSystem], Units[GetSystems], Units[HasSystem], Units[RemoveSystem], Units[UseSystem], Units[UsingSystem]
Download Help Document