help-octave
[Top][All Lists]
Advanced

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

Re: Complex Conjugate


From: NZG
Subject: Re: Complex Conjugate
Date: Wed, 15 Sep 2004 12:40:58 -0500
User-agent: KMail/1.6.2

octave:35> [1+i]
ans = 1 + 1i
octave:36> [1+i]'
ans = 1 - 1i

Is this what your asking?

NZG.


On Wednesday 15 September 2004 12:33 pm, 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()
>
> 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.
>
>                  - Robert -
>
>
>
> -------------------------------------------------------------
> 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
> -------------------------------------------------------------



-------------------------------------------------------------
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]