First time here? Check out the FAQ!
answered 2011-03-13 11:18:35 +0100
You need to explicitly call trig_simplify for it to do the simplification in the other direction:
trig_simplify
sage: f = arccos(1/2*sqrt(3)); f arccos(1/2*sqrt(3)) sage: f.trig_simplify() 1/6*pi