more typo

This commit is contained in:
2025-09-17 13:28:33 +03:00
parent 61b567ec19
commit 094778f67e
3 changed files with 8 additions and 8 deletions

View File

@@ -15,7 +15,7 @@
"## Motivation\n",
"Why we care about solving Ax=b? in numerical methods (e.g., arises in ODEs, PDEs, optimization, physics).\n",
"\n",
"Exact solution: $ x=A^{-1}b $, but computing $ A^{-1} $ explicitly is costly/unstable.\n",
"Exact solution: $x = A^{-1}b$, but computing $A^{-1}$ explicitly is costly/unstable.\n",
"\n",
"Numerical algorithms instead use factorizations or iterative schemes.\n",
"\n",