evalc - 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/evalc

verify the equality of two complex expressions

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

verify(expr1, expr2, evalc)

Parameters

expr1, expr2

-

anything, assumed to be of type algebraic

Description

• 

The verify(expr1, expr2, evalc) calling sequence returns true if the difference between the arguments is zero after applying evalc.

• 

This verification is symmetric.

• 

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

Examples

a2121212+21214

a2+214

(1)

bI21412+I21412

b−I214+I214

(2)

verifya,b,evalc

true

(3)

See Also

evalc

verify