help-octave
[Top][All Lists]
Advanced

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

inv(): different behavior to matlab?


From: Michael Taeschner
Subject: inv(): different behavior to matlab?
Date: Mon, 26 Aug 1996 17:27:16 +0200 (MESZ)

Hi,

I just installed octave-1.1.1 on linux-1.2.13 and run a matlab-script I 
was given. It tries to solve a linear simultanous eq. system by inverting 
the matrix like:

Y = inv(Q)*P

Q is obviously of bad condition therefor I get the message:

Warning:inverse: matrix singular to machine precision rcond=3.64473e-22

There is no solution given back and thus no results available. In 
contrast matlab for windows (4.0) gives exactly the same rcond and message,
but continues execution and inverts the matrix Q. The result is correct, 
as I verified with arbitrary precision arithmetics by MuPAD.

In the beginning of the script is a line:

format long e

Question: What am I doing wrong and how can I make octave behave like 
matlab, e.g. continuing calculation?

TIA,
Michael Taeschner

Student of Engineering Mechanics:
University of Magdeburg: address@hidden



reply via email to

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