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

Online Help

All Products    Maple    MapleSim


verify/units

verify the equality of two expressions with units

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

verify(expr1, expr2, units)

verify(expr1, expr2, units(ver))

Parameters

expr1, expr2

-

anything, assumed to be of type algebraic

ver

-

(optional) verification to be used

Description

• 

The verify(expr1, expr2, units) and verify(expr1, expr2, units(ver)) calling sequences check if both expr1 and expr2 are multiplied by Unit objects with the same dimension, in which case, each object is converted to the default system of units, the units are removed, and the results are compared with evalb or the verification ver if specified.

• 

If this conversion cannot be done, no change is made to the arguments expr1 or expr2 before they are compared.

• 

If either expr1 or expr2 is not of type algebraic, then false is returned.

Examples

withUnits:

Automatically loading the Units[Simple] subpackage

verify3Unitft,Unitm,less_than

FAIL

(1)

verify3Unitft,Unitm,unitsless_than

true

(2)

verify10Unitlbfts,Unittonnemh,unitsless_than

false

(3)

See Also

convert/system

convert/units

Units

Units[Unit]

verify