Get Systems - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Units

  

GetSystems

  

list all systems of units

 

Calling Sequence

Description

Examples

Calling Sequence

GetSystems()

Description

• 

The GetSystems() function returns an expression sequence of all systems of units.

Examples

withUnits:

Automatically loading the Units[Simple] subpackage

LGetSystems

LAtomic,CGS,EMU,ESU,FPS,IPS,MKS,MTS,SI

(1)

foriinLdoprint`system:`,i,`value:`,convert32.23Unitnewton,system,ienddo

system:,Atomic,value:,3.912013859×108E0a0

system:,CGS,value:,3.22300000×106dyn

system:,EMU,value:,3.22300000×106dyn

system:,ESU,value:,3.22300000×106dyn

system:,FPS,value:,7.245592236lbf

system:,IPS,value:,7.245592236lbf

system:,MKS,value:,32.23N

system:,MTS,value:,0.03223000000sn

system:,SI,value:,32.23N

(2)

See Also

convert/system

Units

Units/Commands

Units/Index

Units/Systems

Units[AddSystem]

Units[GetSystem]

Units[HasSystem]

Units[RemoveSystem]

Units[UseSystem]

Units[UsingSystem]