verify/evalc
verify the equality of two complex expressions
Calling Sequence
Parameters
Description
Examples
verify(expr1, expr2, evalc)
expr1, expr2
-
anything, assumed to be of type algebraic
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.
a≔−−2121212+−21214
a≔−−2+−214
b≔−I⁢21412+I⁢21412
b≔−I⁢214+I⁢214
verify⁡a,b,evalc
true
See Also
evalc
verify
Download Help Document