Has System - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

Units

  

HasSystem

  

test whether a system of units exists

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

HasSystem(system)

Parameters

system

-

symbol; system name

Description

• 

The HasSystem(system) function returns true if there is a system with the name system. Otherwise, false is returned.

Examples

withUnits:

Automatically loading the Units[Simple] subpackage

HasSystemSI

true

(1)

HasSystemCGS

true

(2)

HasSystemCgs

false

(3)

See Also

Units

Units/Commands

Units/Index

Units/Systems

Units[AddSystem]

Units[GetSystem]

Units[GetSystems]

Units[RemoveSystem]

Units[UseSystem]

Units[UsingSystem]

 


Download Help Document