help-octave
[Top][All Lists]
Advanced

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

Re: Installing GCC-4.x in userspace / Compiling Octave from CVS


From: Sergei Steshenko
Subject: Re: Installing GCC-4.x in userspace / Compiling Octave from CVS
Date: Mon, 1 Oct 2007 17:43:47 -0700 (PDT)

--- "John W. Eaton" <address@hidden> wrote:

...
> See also the thread
> 
>   http://www.cae.wisc.edu/pipermail/bug-octave/2007-May/002494.html
> 
> which shows that this incompatibility does affect Octave.
> 
> jwe
> 

This is how "my" 'octave' behaves:

"
octave:5>  a=[1+i;1+i]
a =

   1 + 1i
   1 + 1i

octave:6> a'
ans =

   1 - 1i   1 - 1i

octave:7> a'*a
ans =  4
octave:8> b=2*a
b =

   2 + 2i
   2 + 2i

octave:9> a'*b
ans =  8
octave:10>                   
"

-isn't it as it should be ? That is, if I'm not mistaken, it's like
octave-2.1.73 in the URL you've posted which is considered to be correct,
right ?

Thanks,
  Sergei.

Applications From Scratch: http://appsfromscratch.berlios.de/


      
____________________________________________________________________________________
Shape Yahoo! in your own image.  Join our Network Research Panel today!   
http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 




reply via email to

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