You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2021/12/12 11:57:43 UTC

[commons-math] branch master updated: Typo (userguide).

This is an automated email from the ASF dual-hosted git repository.

erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git


The following commit(s) were added to refs/heads/master by this push:
     new d291aba  Typo (userguide).
d291aba is described below

commit d291aba28862fe6b173ac35f8e202d15941b3c20
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Sun Dec 12 12:56:41 2021 +0100

    Typo (userguide).
---
 src/site/xdoc/userguide/linear.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/xdoc/userguide/linear.xml b/src/site/xdoc/userguide/linear.xml
index 3a061e3..6cad531 100644
--- a/src/site/xdoc/userguide/linear.xml
+++ b/src/site/xdoc/userguide/linear.xml
@@ -118,7 +118,7 @@ RealMatrix pInverse = new LUDecomposition(p).getSolver().getInverse();
           For example, to solve the linear system
           <pre>
            2x + 3y - 2z = 1
-           -x + 7y + 6x = -2
+           -x + 7y + 6z = -2
            4x - 3y - 5z = 1
           </pre>
           Start by decomposing the coefficient matrix A (in this case using LU decomposition)