Equal• lhs rhs returns True if lhs and rhs are identical. • lhs rhs is used to represent a symbolic equation, to be manipulated using functions like SolveEquation. • lhs rhs returns False if lhs and rhs are determined to be unequal by comparisons between numbers or other raw data, such as strings. • Approximate numbers are considered equal if they differ in at most their last eight binary digits (roughly their last two decimal digits). • 2 2. gives . • gives True if all the are equal. • Equal[e] gives True. • lhs rhs can be input as lhs \[Equal] rhs or lhs   rhs. • See also: Unequal.
Examples Using InstantCalculatorsHere are the InstantCalculators for the Equal function. Enter the parameters for your calculation and click Calculate to see the result.
Out[1]= |  |
Out[2]= |  |
Out[3]= |  |
Entering Commands DirectlyYou can paste a template for this command via the Text Input button on the Equal Function Controller. This uses the shorthand form of Equal.
Out[4]= |  |
Equal will return unevaluated if it cannot determine that the right-hand side and left-hand side are identical.
Out[5]= |  |
|