Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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