Temperature - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Temperature

absolute temperature

Value

magnitude of a Temperature object

Scale

temperature scale

 

Calling Sequence

Parameters

Description

Properties of Temperature Objects

Arithmetic with Temperature Objects

Examples

Compatibility

Calling Sequence

Temperature( v, s )

Value( t )

Scale( t )

type( expr, Temperature )

Parameters

v

-

: algebraic : expression designating the temperature value

s

-

: unit : Unit expression designating the temperature scale

t

-

: Temperature : temperature object

expr

-

: anything : any Maple expression

Description

• 

The Temperature( v, s ) command returns an absolute temperature object. An absolute temperature is a measure of the amount of heat in a physical object. This is to be distinguished from a relative temperature expression, such as 20*Units:-Unit( degC ), which represents a change in temperature of an object (for example, in space or time).

• 

The value v can be an arbitrary algebraic expression not involving any units.

• 

The temperature scale s is a unit expression of the form Units:-Unit( d ), where d is one of the valid temperature units: degC, degF, K, degR, degRe or degc.

Properties of Temperature Objects

• 

A Temperature object has the type Temperature, and this may be checked by using the type command.

• 

The value (that is, the magnitude) of a Temperature object can be retrieved by using the Value function.

• 

The temperature scale (a unit expression) can be retrieved by using the Scale function.

Arithmetic with Temperature Objects

• 

The difference  of two (absolute) Temperature objects  and  evaluates to a relative temperature expression.

• 

The average  of two (absolute) Temperature objects  and  evaluates to an absolute temperature expression.

• 

The sum  of an absolute temperature  and a relative temperature  evaluates to an absolute temperature expression.

• 

More general arithmetic with temperature objects is possible with affine combinations and null combinations of temperatures.

• 

An affine combination of temperatures is an expression of the form  in which each  is a Temperature object, and the coefficients  satisfy .

• 

An affine combination of absolute temperatures evaluates to a single absolute temperature. If all the temperature scales are the same, then the temperature scale of the result is the scale of the addends. However, an affine combination of temperatures with heterogeneous temperature scales evaluates to an absolute temperature whose temperature scale is the system default.

• 

A null combination of temperatures is an expression of the form  in which each  is a Temperature object, and the coefficients  satisfy .

• 

A null combination of absolute temperatures (such as a difference of absolute temperatures) always evaluates to a relative temperature expression.

• 

If all the Temperature objects in such a combination have the same temperature scale, then the resulting Temperature object will use that temperature scale. Otherwise, the system default temperature scale is used.

• 

Combinations of Temperature objects that are neither affine nor null can be valid as intermediate results of a computation, but they do not typically represent physical concepts. In order to indicate this, they are displayed in red.

Examples

The following examples show some basic functionality.

(1)

(2)

(3)

(4)

(5)

The difference between  and  is a null combination. The result is a relative temperature.

(6)

(7)

(8)

The average of , , and  is an affine combination. The result is an absolute temperature.

(9)

The same holds for .

(10)

 is an affine combination of  and , the value of which depends on .

(11)

(12)

(13)

(14)

The sum of four absolute temperatures is not a valid physical quantity. In this case, the temperature scales are different, so they are combined into the default scale, as set using the Units[UseSystem] or Units[UseUnit] commands. The default for this scale is the kelvin scale.

(15)

Dividing the sum by 4 yields the average of the four temperatures, which is a valid absolute temperature.

(16)

The following is a null combination.

(17)

Compatibility

• 

The Temperature, Value and Scale commands were introduced in Maple 2015.

• 

For more information on Maple 2015 changes, see Updates in Maple 2015.

See Also

Units

Units,temperature

 


Download Help Document