patchGNU Octave - Patches: patch #8780, small typo in intro.txi

 
 

patch #8780: small typo in intro.txi

Submitter:  Doug Stewart <dastew>
Submitted:  Sat 24 Oct 2015 09:30:46 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  None Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 01 Nov 2015 05:00:54 PM UTC, comment #1: 

Thanks Doug, I pushed your patch on stable:

http://hg.savannah.gnu.org/hgweb/octave/rev/77b104cad58e

Closing report.

Pantxo Diribarne <pantxo>
Group Member
Sat 24 Oct 2015 09:30:46 PM UTC, original submission:  

In Octave intro 

1.2.4 Solving Systems of Linear Equations

Systems of linear equations are ubiquitous in numerical analysis. To solve the set of linear equations Ax = b, use the left division operator, ‘\’:

x = A \ b
This is conceptually equivalent to inv (a) * b, but avoids computing the inverse of a matrix directly.

This patch changes inv (a) to inv (A)


Doug Stewart <dastew>

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #35278:  intro.txi.20654.patch added by dastew (655B - text/x-patch)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by pantxo (Posted a comment)
  • -email is unavailable- added by dastew (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 logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-11-01 pantxo StatusNone Done
        Open/ClosedOpen Closed
    2015-10-24 dastew Attached File- Added intro.txi.20654.patch, #35278

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code