help-octave
[Top][All Lists]
Advanced

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

Bug? PPC/Linux VS i386/Windows


From: Stefan de Konink
Subject: Bug? PPC/Linux VS i386/Windows
Date: Thu, 22 Jun 2006 23:47:28 +0200 (CEST)

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?



Stefan de Konink



reply via email to

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