For what it's worth this is what I get on i386 Feisty:

GNU Octave, version 2.9.9 (i486-pc-linux-gnu).
octave:1> a=[1+i;1+i]
a =

   1 + 1i
   1 + 1i

octave:2> a'
ans =

   1 - 1i   1 - 1i

octave:3> a'*a
ans =  4

-- 
octave is linking incorrectly BLAS/ATLAS libraries
https://bugs.launchpad.net/bugs/117517
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to