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[GetSystem] - list units in a system of units
Calling Sequence
GetSystem(system)
Parameters
system
-
symbol; system name
Description
The function GetSystem(system) returns all units in a system of units.
For an existing system system, the call AddSystem(system, GetSystem(system)) recreates an equivalent system. The calling sequence AddSystem(system, check, GetSystem(system), new_unit) redefines the system by including new_unit and ensuring that new_unit does not have the same dimension as any of the existing units in system.
Examples
Add the ampere to the MKS system of units and rename it the MKSA system.
If infolevel is set to a greater integer (possible settings are 1 through 5), more detailed information about the computation method is displayed.
Error, (in convert/system) cannot represent the given unit in the system `MKS`
convert/system: converting to the units A*s
See Also
convert/system, infolevel, Units, Units/Commands, Units/Index, Units/Systems, Units[AddSystem], Units[GetSystems], Units[HasSystem], Units[RemoveSystem], Units[UseSystem], Units[UsingSystem]
Download Help Document