|
Definition
|
|
|
A system of units is a set of related units that are used for calculations. The system includes base units, which represent base dimensions, and derived units, which represent products of powers of base dimensions. Some units exist in more than one system of units. For example, there is a unit of mass named the ounce in the avoirdupois and troy systems of units. To distinguish between these units in Maple, each unit has a context. For example, the ounce[avoirdupois] and ounce[troy] are units of mass. For additional information about dimensions, units, and contexts, see Details.
|
|
For example, in the MKS system, the base units are the meter, kilogram, and second, which represent the base dimensions of length, mass, and time, respectively. In this system, the unit of speed is the meter per second. However, the unit of force, the kilogram meter per square second, is named the newton.
|
|
In the FPS system, the base units are the foot, pound, and second, which represent the base dimensions of length, mass, and time, respectively. The complex unit of speed and derived unit of force are the foot per second and poundforce, respectively.
|
|
|
Converting to a System
|
|
|
The convert/system command converts a unit to the default unit with the same dimension in the specified system of units.
|
|
|
Working with Systems of Units
|
|
|
The following Units package functions manage the systems of units.
|
|
|
Examples
|
|
Automatically loading the Units[Simple] subpackage
| |
|
The default system of units in Maple is SI.
|
|
To develop a system of units based on the furlong, long hundredweight, and the fortnight, define a new (fictional) unit of force named the fortis, the derived unit of force equal to a furlong long hundredweight per fortnight squared.
|
|
In these examples, 32 newtons and 693 meters per day are converted to the appropriate units in the Old English system.
|
|
If infolevel is set to a greater integer (possible settings are 1 through 5), more detailed information about the computation method is displayed.
|
convert/system: "converting to the units fortis"
| |
convert/system: "converting to the units furlong/fortnight"
| |
|
Set the system OldEnglish as the default and perform the computations in the Units[Standard] environment.
|
–
|
To enter a unit in 2-D Math input, select the unit from the appropriate Units palette. If the unit you want is not there, select and then enter the unit.
|
–
|
When you edit a unit, double brackets appear around it.
|
|
The system can also be removed from Maple, but first another system must be set as the default system.
|
|
|
|