First time here? Check out the FAQ!
answered 2012-11-08 19:07:52 +0100
Looks like a bug to me. I do get True for the following.
True
eq=tan(pi/5) == sin(pi/5)/cos(pi/5) bool(eq.simplify_trig())
Note that eq.simplify_trig() gives:
eq.simplify_trig()
4*sin(1/5*pi)/(sqrt(5) + 1) == 4*sin(1/5*pi)/(sqrt(5) + 1)