help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Complex Conjugate


From: John W. Eaton
Subject: Complex Conjugate
Date: Wed, 15 Sep 2004 13:50:21 -0400

On 15-Sep-2004, robert Macy <address@hidden> 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
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]