Conj

Parent Previous Next

Conj


Complex conjugate



Syntax


Conj(x)

x is scalar

Return a scalar which is the complex conjugate of x


x is matrix

Return a matrix in which the element is the complex conjugate of the element in x


Example


Input

Output

conj(1 + 2i)

conj([1+i, 0, 1-i])

conj([i, 1-3i; -2i, 5])


See Also


Created with the Personal Edition of HelpNDoc: Easily create EBooks