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

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

[Octave-patch-tracker] [patch #8780] small typo in intro.txi


From: Doug Stewart
Subject: [Octave-patch-tracker] [patch #8780] small typo in intro.txi
Date: Sat, 24 Oct 2015 21:30:47 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36

URL:
  <http://savannah.gnu.org/patch/?8780>

                 Summary: small typo in intro.txi
                 Project: GNU Octave
            Submitted by: dastew
            Submitted on: Sat 24 Oct 2015 21:30:46 GMT
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

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)





    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Sat 24 Oct 2015 21:30:46 GMT  Name: intro.txi.20654.patch  Size: 655B  
By: dastew

<http://savannah.gnu.org/patch/download.php?file_id=35278>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8780>

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




reply via email to

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