find the root of tan(x)
Find the root of Tan(x)?
Find the root of Tan(x)?
if you are looking for the general answer:
sage: tan(x).solve(x, to_poly_solve="force")
[x == pi*z5]
Here z5
can be any integer.
I was looking for that too :) Thank you.
Similarly, I came across
tan(x)._maxima_().to_poly_solve(x).sage()
which I think does the same.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2020-06-19 04:56:51 +0100
Seen: 454 times
Last updated: Jun 20 '20
And your question is ?