Typo (userguide).

This commit is contained in:
Gilles Sadowski 2021-12-12 12:56:41 +01:00
parent 620b330f47
commit d291aba288
1 changed files with 1 additions and 1 deletions

View File

@ -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)