I want to transform a C-string to complex expression and simplify it.
For example for the string:
(3+2i)² + 6-i-3+2i
output should be: 8+13i
;
I want to transform a C-string to complex expression and simplify it.
For example for the string:
(3+2i)² + 6-i-3+2i
output should be: 8+13i
;