Ask Your Question
0

find the root of tan(x)

asked 2020-06-19 04:56:51 +0200

anonymous user

Anonymous

updated 2020-06-19 14:48:14 +0200

Iguananaut gravatar image

Find the root of Tan(x)?

edit retag flag offensive close merge delete

Comments

And your question is ?

Emmanuel Charpentier gravatar imageEmmanuel Charpentier ( 2020-06-19 21:50:07 +0200 )edit

1 Answer

Sort by ยป oldest newest most voted
3

answered 2020-06-20 14:46:47 +0200

Florentin Jaffredo gravatar image

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.

edit flag offensive delete link more

Comments

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.

curios_mind gravatar imagecurios_mind ( 2020-06-20 14:54:11 +0200 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2020-06-19 04:56:51 +0200

Seen: 425 times

Last updated: Jun 20 '20