Why am I getting this strange result? evalb(sin(1)/cos(1) - tan(1) = 0) gives false but evalf(sin(1)/cos(1) - tan(1)) gives 0 so the evalb should give true. I originally got a result of (sin(x)^3) / (cos(x)^3) in a calculation and asked maple to simplify, expecting tan(x)^3. This led to my investigation of my assumptions about this trig identity. However, for the specific example above, Maple seems to be flat out wrong. Also the boolean returns true if the arg is changed to 0.

Please Wait...