Consider the following code:
x1c=Im[x1c1]
x1cc=Re[x1c1]
rr=x1cc-x1c
output: The output gets me a series of equations instead of showing me the numerical results. Could anyone tell me how to get the result of the computation in terms of real or complex numbers such as 3,456+2,345i for the output of rr?