octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #43875] warning: matrix singular to machine pr


From: Marco Caliari
Subject: [Octave-bug-tracker] [bug #43875] warning: matrix singular to machine precision for triangular matrices
Date: Tue, 23 Dec 2014 13:55:51 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:34.0) Gecko/20100101 Firefox/34.0

URL:
  <http://savannah.gnu.org/bugs/?43875>

                 Summary: warning: matrix singular to machine precision for
triangular matrices
                 Project: GNU Octave
            Submitted by: caliari
            Submitted on: Tue 23 Dec 2014 01:55:50 PM GMT
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Dear all,

if I try to solve the system


A = [1,2,3;4,5,6;7,8,9]; A \ ones(3,1)


I get the warning about the singularity of the matrix (rcond  = 1.54e-18). If
I take the U of its LU factorization [L, U] = lu(A) and the same rhs, I get no
warning, although rcond (U) = 2.59e-18.
Is this desired? Matlab gives the warning in both cases.

Cheers,

Marco




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?43875>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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