Tagged Questions
7
votes
3answers
118 views
Wrapper for inexact numeric complex numbers that maintains polar form
Related question:
How can I convert a complex number a+b I to the exponent form A Exp(I phi)?
Mathematica insists on displaying complex number in form a+I b when ...
5
votes
2answers
167 views
How to eliminate the zero real part of a purely imaginary number?
In Mathematica 9, a purely imaginary number, e.g. 0.9 I, will display as 0. + 0.9i in the output form. How can I eliminate the ...