Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version
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.