help-octave
[Top][All Lists]
Advanced

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

Re: Loading complex variables???


From: Geordie McBain
Subject: Re: Loading complex variables???
Date: Thu, 17 Nov 2005 09:45:47 +1100

Hello.  I think "complex" is from octave-forge (http://octave.sf.net).

On Wed, 2005-11-16 at 16:28 -0600, Larry Blodgett wrote:
> At my work I can perform the following operations.
> 
> octave:1> zmcr=4
> zmcr = 4
> octave:2> zmci=5
> zmci = 5
> octave:3> zmc=complex(zmcr,zmci)
> zmc = 4 + 5i
> 
> This complex notation is not in the book but it works (am I wrong?).
> At my home octave does not accept the complex statement.
> 
> I had to use         zmc=zmcr+j*zmci
> 
> I believe I have the same version of octave.
> 
> GNU Octave, version 2.1.71 (powerpc-apple-darwin7.9.0).
> Copyright (C) 2005 John W. Eaton.
> 
> 
> Larry Blodgett
> address@hidden
> 
> 
> 
> -------------------------------------------------------------
> 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]