From cbdec3e63e9937a053425d6529ed0cb2bb54928a Mon Sep 17 00:00:00 2001 From: conrad Date: Mon, 29 Nov 2021 12:26:26 +1000 Subject: [PATCH] add explanatory notes --- docs.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.html b/docs.html index 6ac29e6b..427543ba 100644 --- a/docs.html +++ b/docs.html @@ -13236,7 +13236,7 @@ See also:
  • rcond()
  • roots()
  • syl()
  • -
  • spsolve()
  • +
  • spsolve() - solve sparse system of linear equations
  • linear system of equations in MathWorld
  • system of linear equations in Wikipedia
  • band matrix in Wikipedia
  • @@ -13850,7 +13850,7 @@ spsolve(x, A, b, "superlu", opts);
  • See also: