1 | initial version |
If you use g(-1/2*sqrt(-2*sqrt(5) + 10) - 1).simplify_full()
, you do get 0
. When there are lots of square roots in an expression, Sage (actually, Maxima) requires that you do simplify_full
to simplify those effectively.