Get Dimension - 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

  

GetDimension

  

return dimension as a product of powers of base dimensions

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

GetDimension(dim)

Parameters

dim

-

symbol; dimension

Description

• 

The function GetDimension(dim) returns the argument for a base dimension, and the product of powers of base dimensions for any other dimension.

Examples

withUnits:

Automatically loading the Units[Simple] subpackage

GetDimensionlength

length

(1)

GetDimensionspeed

lengthtime

(2)

GetDimensionacceleration

lengthtime2

(3)

GetDimensionsurge

Error, (in Units:-GetDimension) a dimension with name `surge` does not exist

AddDimensionsurge=lengthtime3

GetDimensionsurge

lengthtime3

(4)

See Also

convert/dimensions

Units

Units/Commands

Units/Index

Units[AddDimension]

Units[GetDimensions]

Units[HasDimension]

Units[RemoveDimension]

 


Download Help Document