Extracts the complex conjugate of a complex number. |
||
Syntax |
c = Conj(m) |
|
Argument |
Name |
Description |
m |
A scalar, vector, or a matrix. |
|
Output |
Name |
Description |
c |
A scalar, vector, or a matrix of the complex conjugate of each entry. |
|
Example |
Extract the complex conjugate of each element in a vector: |
|
Syntax |
||
M = Conj([1,2+3i]) |
||
Result |
||
M = [Matrix] (1 x 2) 1 2-3i |
||
See Also: |