First time here? Check out the FAQ!
answered 2020-08-05 03:10:27 +0100
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>