There are three possible responses to Check Equality: true, false, and undecidable . The latter means that the test is inconclusive and the equality may be either true or false. Maple and Mathematica use probabilistic methods to check equality, and there is a very small probability that an equation judged as true is actually false. Some expressions cannot be compared by this method—hence the inconclusive response.
To check an equality
Check Equality
eiπ = - 1 is true
π = 3.14 is false
arcsinsin t = t is undecidable
You can also use Check Equality to check an inequality between two numbers. Set the difference of the two numbers equal to the absolute value of the difference, place the insertion point in the equation, and choose Check Equality.
Check Equality
-
=
-
is true
πe - eπ =πe - eπ
is false
These results verify that
-
≥ 0, or
≥
; and that
πe - eπ < 0, or
πe < eπ.
In most cases, you can recognize an inequality by inspection after applying Evaluate Numerically to each of the numbers.
Evaluate Numerically
= 1.125
= .8888888889
πe = 22.45915771
eπ = 23.14069264