You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Playing with complex numbers, I can't help but notice that some computations are pretty ugly:
Computations are not meant to work and cannot be made to work for such complex datatypes. The internal representation of algebraic numbers should not be exposed.
There's also a lemma where I have the following line, just for 'i * 'i = -1:
rewrite -[(_ +i* _) * (_ +i* _)]/(_ +i* _) !mul0r mulr0 mulr1 !add0r complexr0 in H.
Playing with complex numbers, I can't help but notice that some computations are pretty ugly:
There's also a lemma where I have the following line, just for 'i * 'i = -1:
Perhaps there's something to be done to improve matters?
The text was updated successfully, but these errors were encountered: