Real1 | → | Real1 |
(Real1, Real2) | → | (Real1, -Real2) |
Array1 | → | Array2 |
Symbol1 | → | Expression2 |
Expression1 | → | Expression2 |
This function takes a complex value and returns its conjugate value. A conjugate value has the same real component but its imaginary component is multiplied by -1. For a real input, that same real value is returned by this function.
This operation also works with matrices and vectors. If the input matrix or vector is real valued, the result of the operation is the same as its input. If the matrix or vector is complex valued, then the result is a matrix or vector of same dimension as the input with each value set to its conjugate.