Scilab 5.4.1
Please note that the recommended version of Scilab is 6.1.1. This page might be outdated.
See the recommended documentation of this function
conj
Complex conjugate
Calling Sequence
[y]=conj(x)
Arguments
- x,y
real or complex matrix.
Description
conj(x)
is the complex conjugate of
x
.
Examples
x=[1+%i,-%i;%i,2*%i]; conj(x) x'-conj(x) //x' is conjugate transpose
Comments
Add a comment:
Please login to comment this page.