help-octave
[Top][All Lists]
Advanced

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

Re: Bug? PPC/Linux VS i386/Windows


From: Keith Goodman
Subject: Re: Bug? PPC/Linux VS i386/Windows
Date: Thu, 22 Jun 2006 14:55:52 -0700

On 6/22/06, Stefan de Konink <address@hidden> wrote:
Try this:
s = 7.274917217635375
B = A - s*eye(2)
n = null(B)

I get on PPC:
  -0.49437
  -0.86925

My friend on i386/Windows:
octave:17> n = null(B)
n =

  0.49437
  0.86925


Any thoughts?

Both are right. The solution is degenerate.


reply via email to

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