First time here? Check out the FAQ!

Ask Your Question
0

find the root of tan(x)

asked 4 years ago

anonymous user

Anonymous

updated 4 years ago

Iguananaut gravatar image

Find the root of Tan(x)?

Preview: (hide)

Comments

And your question is ?

Emmanuel Charpentier gravatar imageEmmanuel Charpentier ( 4 years ago )

1 Answer

Sort by » oldest newest most voted
3

answered 4 years ago

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.

Preview: (hide)
link

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 ( 4 years ago )

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: 4 years ago

Seen: 474 times

Last updated: Jun 20 '20