add explanatory notes

This commit is contained in:
conrad
2021-11-29 12:26:26 +10:00
parent b398efc161
commit cbdec3e63e
+2 -2
View File
@@ -13236,7 +13236,7 @@ See also:
<li><a href="#rcond">rcond()</a></li>
<li><a href="#roots">roots()</a></li>
<li><a href="#syl">syl()</a></li>
<li><a href="#spsolve">spsolve()</a></li>
<li><a href="#spsolve">spsolve()</a> - solve sparse system of linear equations</li>
<li><a href="http://mathworld.wolfram.com/LinearSystemofEquations.html">linear system of equations in MathWorld</a></li>
<li><a href="http://en.wikipedia.org/wiki/Linear_system_of_equations">system of linear equations in Wikipedia</a></li>
<li><a href="https://en.wikipedia.org/wiki/Band_matrix">band matrix in Wikipedia</a></li>
@@ -13850,7 +13850,7 @@ spsolve(x, A, b, "superlu", opts);
<li>
See also:
<ul>
<li><a href="#solve">solve()</a></li>
<li><a href="#solve">solve()</a> - solve dense system of linear equations</li>
<!-- <li><a href="http://crd-legacy.lbl.gov/~xiaoye/SuperLU/">SuperLU home page</a> -->
<li><a href="https://portal.nersc.gov/project/sparse/superlu/">SuperLU home page</a>
<li><a href="http://mathworld.wolfram.com/LinearSystemofEquations.html">linear system of equations in MathWorld</a></li>