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.
withUnits:
Automatically loading the Units[Simple] subpackage
AddSystemFHF,check,furlong,hundredweightlong,fortnight
UseSystemFHF
RemoveSystemFHF
Error, (in Units:-RemoveSystem) the system `FHF` of units is currently set to the default (see ?UseSystem)
UseSystemSI
RemoveSystemSI
Error, (in Units:-RemoveSystem) the system `SI` of units is currently set to the default (see ?UseSystem)
RemoveSystemCGS
See Also
Units/Commands
Units/Index
Units/Systems
Units[AddSystem]
Units[GetSystem]
Units[GetSystems]
Units[HasSystem]
Units[UseSystem]
Units[UsingSystem]
Download Help Document