im (symbols ("x",imaginary =T))
Abs(-I*x)
atan2(*(-I*x).as_real_imag()).evalf()
conjugate(-I*x)
solve(-I*x, x)
diff(-I*x, x)
series(-I*x, x, 0, 10)
Want to compute something more complicated? Try a full Python/SymPy console at SymPy Live.