Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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