Complex conjugate of symbolic input
conj( returns the complex conjugate of
x)x. Because symbolic scalar variables are complex by
default, unresolved calls, such as conj(x), can appear in the output of
norm, mtimes, and other functions. For details,
see Use Assumptions on Symbolic Variables.
For complex x, conj(x) = real(x) -
i*imag(x).