verify/symbol - verify that two symbols appear the same
|
Calling Sequence
|
|
verify(expr1, expr2, symbol)
|
|
Parameters
|
|
expr1, expr2
|
-
|
anything, assumed to be of type symbol
|
|
|
|
|
Description
|
|
•
|
The verify(expr1, expr2, symbol) calling sequence returns true if the two symbols "appear the same". The result can be different from that produced by the evalb routine if either symbol has assumptions or is an escaped local.
|
•
|
This verification is symmetric in its arguments.
|
•
|
If either expr1 or expr2 is not of type symbol, then false is returned.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
|
|
Download Help Document
Was this information helpful?