[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #46622] "help hess" definition of upper Hessen
From: |
Robert Jenssen |
Subject: |
[Octave-bug-tracker] [bug #46622] "help hess" definition of upper Hessenberg is wrong |
Date: |
Mon, 07 Dec 2015 11:48:59 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36 |
URL:
<http://savannah.gnu.org/bugs/?46622>
Summary: "help hess" definition of upper Hessenberg is wrong
Project: GNU Octave
Submitted by: morgawr
Submitted on: Mon 07 Dec 2015 11:48:58 GMT
Category: Octave Function
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Incorrect Documentation
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: 4.0.0
Operating System: GNU/Linux
_______________________________________________________
Details:
"help hess" gives:
H is upper Hessenberg ('H(i, j) = 0 forall i >= j+1)'
This should be:
H is upper Hessenberg ('H(i, j) = 0 forall i > j+1)'
For example:
hess(rand(4,4))
ans =
0.83253 -1.31666 -0.23068 -0.20762
-1.11475 1.35071 0.51557 0.09863
0.00000 0.90453 0.31000 -0.32957
0.00000 0.00000 0.13293 -0.52310
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?46622>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #46622] "help hess" definition of upper Hessenberg is wrong,
Robert Jenssen <=