bugGNU Octave - Bugs: bug #46622, "help hess" definition...

 
 

bug #46622: "help hess" definition of upper Hessenberg is wrong

Submitter:  Robert Jenssen <morgawr>
Submitted:  Mon 07 Dec 2015 11:48:58 AM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Documentation
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * 4.0.0 Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 08 Dec 2015 03:51:10 PM UTC, comment #1: 

Thanks for noticing this.  I fixed that here on the stable branch (http://hg.savannah.gnu.org/hgweb/octave/rev/c132fbc748da).  This will be a part of the next minor bug fix release 4.0.1.

Rik <rik5>
Group administrator
Mon 07 Dec 2015 11:48:58 AM UTC, original submission:  

"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


Robert Jenssen <morgawr>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by morgawr (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-12-08 rik5 StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code