Units
RemoveSystem
remove a system of units
Calling Sequence
Parameters
Description
Examples
RemoveSystem(system)
system
-
symbol; name of system of units
The RemoveSystem(system) function removes a system of units.
A system cannot be removed if it is the default system.
with⁡Units:
Automatically loading the Units[Simple] subpackage
AddSystem⁡'FHF','check','furlong','hundredweightlong','fortnight'
UseSystem⁡'FHF'
RemoveSystem⁡'FHF'
Error, (in Units:-RemoveSystem) the system `FHF` of units is currently set to the default (see ?UseSystem)
UseSystem⁡'SI'
RemoveSystem⁡'SI'
Error, (in Units:-RemoveSystem) the system `SI` of units is currently set to the default (see ?UseSystem)
RemoveSystem⁡'CGS'
See Also
Units/Commands
Units/Index
Units/Systems
Units[AddSystem]
Units[GetSystem]
Units[GetSystems]
Units[HasSystem]
Units[UseSystem]
Units[UsingSystem]
Download Help Document