Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JSchoeberl committed Mar 18, 2024
1 parent 17d6d61 commit 572d22a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _sources/iterative/preconditioning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"We use the preconditioner to obtain the correction from the residuum:\n",
"\n",
"$$\n",
"\\qquad x^{k+1} = x^k - \\alpha C^{-1} (b - A x^k)\n",
"\\qquad x^{k+1} = x^k + \\alpha C^{-1} (b - A x^k)\n",
"$$\n",
"\n",
"The error is now propagated as\n",
Expand Down
2 changes: 1 addition & 1 deletion iterative/preconditioning.html
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ <h2><span class="section-number">53.1. </span>The preconditioned Richardson iter
<p>We use the preconditioner to obtain the correction from the residuum:</p>
<div class="math notranslate nohighlight">
\[
\qquad x^{k+1} = x^k - \alpha C^{-1} (b - A x^k)
\qquad x^{k+1} = x^k + \alpha C^{-1} (b - A x^k)
\]</div>
<p>The error is now propagated as</p>
<div class="math notranslate nohighlight">
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 572d22a

Please sign in to comment.