First time here? Check out the FAQ!
answered 2016-01-22 19:36:37 +0100
sage: solve(test3==0,t,to_poly_solve=True) [t == 1/4*pi + 1/2*pi*z35]
You do have to read the documentation of solve? to see this option. It's not default because sometimes it will not return exact solutions.
solve?