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

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

[Octave-bug-tracker] [bug #50195] norm with "inf", "-inf"


From: Ernst Reissner
Subject: [Octave-bug-tracker] [bug #50195] norm with "inf", "-inf"
Date: Tue, 31 Jan 2017 17:51:02 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0

Follow-up Comment #2, bug #50195 (project octave):

Please have a look at 

https://de.mathworks.com/help/matlab/ref/norm.html

where we find the following table: 


p       Matrix  Vector
1       max(sum(abs(X)))        sum(abs(X))
2       max(svd(X))             sum(abs(X).^2)^(1/2)
 Inf    max(sum(abs(X')))       max(abs(X))
-Inf    —                       min(abs(X))

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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