units - 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

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

Automatically loading the Units[Simple] subpackage

(1)

(2)

(3)

See Also

convert/system

convert/units

Units

Units[Unit]

verify

 


Download Help Document