mirror of
https://github.com/apache/commons-math.git
synced 2025-02-06 10:09:26 +00:00
Typo (userguide).
This commit is contained in:
parent
620b330f47
commit
d291aba288
@ -118,7 +118,7 @@ RealMatrix pInverse = new LUDecomposition(p).getSolver().getInverse();
|
|||||||
For example, to solve the linear system
|
For example, to solve the linear system
|
||||||
<pre>
|
<pre>
|
||||||
2x + 3y - 2z = 1
|
2x + 3y - 2z = 1
|
||||||
-x + 7y + 6x = -2
|
-x + 7y + 6z = -2
|
||||||
4x - 3y - 5z = 1
|
4x - 3y - 5z = 1
|
||||||
</pre>
|
</pre>
|
||||||
Start by decomposing the coefficient matrix A (in this case using LU decomposition)
|
Start by decomposing the coefficient matrix A (in this case using LU decomposition)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user