answered 4 years ago
I did:
a = 1 + ( 1/2 + i*sqrt(3)/2 )^3
Then
bool(a == 0)
returns True, and
True
a.simpify_full()
returns 0. Try typing a.simplify<TAB> to see the list of possible simplifications.
0
a.simplify<TAB>