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

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

[Octave-bug-tracker] [bug #50977] rank(): Subscript error


From: Alexander Wilms
Subject: [Octave-bug-tracker] [bug #50977] rank(): Subscript error
Date: Tue, 9 May 2017 01:51:48 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36

Follow-up Comment #5, bug #50977 (project octave):

Octave output:

A =

  -1   0
   5  -2

C =

   4   0

Q =

   4   0
  -4   0

rank1 =  1
Variables in the current scope:

A      C      Q      rank1



I just tried other equations for 'tol', and both work:

tol = max (size (A)) * s(1) * eps; 
tol = max (size(A)) * eps (max(s));

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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