First time here? Check out the FAQ!

Ask Your Question
0

Sage fails to evaluate this expression.

asked 10 years ago

this post is marked as community wiki

This post is a wiki. Anyone with karma >750 is welcome to improve it.

Sage doesn't seem to compute correctly 8*sin(pi/9)^3 - 6*sin(pi/9) + 3^(1/2) which is plain zero.

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
2

answered 10 years ago

eric_g gravatar image

updated 10 years ago

Sage can compute it, but you must help it with reduce_trig():

a = 8*sin(pi/9)^3 - 6*sin(pi/9) + 3^(1/2)
a.reduce_trig()
0
Preview: (hide)
link

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

Seen: 394 times

Last updated: Mar 30 '15