From help-request at octave dot org Wed Sep 15 12:51:16 2004 Subject: Complex Conjugate From: "John W. Eaton" To: "robert Macy" Cc: help at octave dot org Date: Wed, 15 Sep 2004 13:50:21 -0400 On 15-Sep-2004, robert Macy wrote: | Is there a simple command that performs the complex | conjugate on a matrix containing complex variables? | | I've been using "workaround" using real() and imag() octave:1> help conj conj is a built-in mapper function -- Mapping Function: conj (Z) Return the complex conjugate of Z, defined as `conj (Z)' = X - IY. See also: real and imag. | Couldn't find this anywhere. Couldn't find any mention in | the html manual. | | Also, how do you do a search for *any* word in the TOTAL | manual? I've only been able to do a search per page | section. If you are using the Info version of the manual instead of HTML, then it is easy: M-s word jwe ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------