Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JSchoeberl committed Mar 19, 2024
1 parent 30e8314 commit a87e719
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions _sources/iterative/Chebyshev.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
"{ \\sqrt{\\gamma_2}+\\sqrt{\\gamma_1}}\n",
"$$\n",
"\n",
"With the condition number $\\kappa = \\gamma_2 / \\gamma_2$ there is\n",
"With the condition number $\\kappa = \\gamma_2 / \\gamma_1$ there is\n",
"\n",
"$$\n",
"c \\approx 1 - \\frac{2}{\\sqrt{\\kappa}} \\qquad \\text{and} \\qquad\n",
Expand Down Expand Up @@ -407,7 +407,7 @@
"id": "a66c7d3b-7adb-4bf1-b8e7-8e939635da72",
"metadata": {},
"source": [
"We use the ngsolve-funceion `EigenValues_Preconditioner` to compute a few eigenvalues of $C^{-1} A$ using the Lanczos method. We get a good approximation for the largest and smallest eigenvalues."
"We use the ngsolve-function `EigenValues_Preconditioner` to compute a few eigenvalues of $C^{-1} A$ using the Lanczos method. We get a good approximation for the largest and smallest eigenvalues."
]
},
{
Expand Down
14 changes: 7 additions & 7 deletions iterative/Chebyshev.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit a87e719

Please sign in to comment.