Get Systems - Maple Help

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,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:,233.1200364poundal

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]