Units[AddDimension] - add or rename a complex dimension
|
Calling Sequence
|
|
AddDimension(dim=expr)
|
|
Parameters
|
|
dim
|
-
|
symbol; dimension name
|
expr
|
-
|
symbol; complex dimension
|
|
|
|
|
Description
|
|
•
|
The AddDimension(dim=expr) function renames the complex dimension given by expr as dim for the current session.
|
•
|
To rename a dimension for all future Maple sessions, add the AddDimension command to your Maple initialization file. For more information, see Create Maple Initialization File.
|
•
|
A base dimension cannot be renamed.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
>
|
|
| (5) |
This function can be used to rename existing dimensions.
>
|
|
| (6) |
>
|
|
>
|
|
| (7) |
|
|
See Also
|
|
convert/dimensions, Create Maple Initialization File, type/dimension, Units, Units/Commands, Units/Index, Units[AddBaseUnit], Units[GetDimension], Units[GetDimensions], Units[HasDimension], Units[RemoveDimension]
|
|
Download Help Document
Was this information helpful?