We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9996132 commit 6a8082fCopy full SHA for 6a8082f
src/07_Iterative_methods.jl
@@ -108,7 +108,8 @@ We formulate Richardson's iterations:
108
!!! info "Algorithm 1: Richardson iteration"
109
Let $\mathbf{A} \in \mathbb{R}^{n\times n}$ be a system matrix,
110
right-hand side $\mathbf{b} \in \mathbb{R}^n$, an invertible
111
- preconditioner $\mathbf{P} \in \mathbb{R}^{n\times n}$
+ preconditioner $\mathbf{P} \in \mathbb{R}^{n\times n}$,
112
+ an initial guess $\mathbf{x}^{(0)} \in \mathbb{R}^n$
113
as well as the desired convergence tolerance $ε$.
114
For $k = 0, 1, \ldots$ iterate:
115
1. Compute residual $\mathbf{r}^{(k)} = \mathbf{b} - \mathbf{A} \mathbf{x}^{(k)}$
0 commit comments