Skip to content

Commit

Permalink
fix small LaTeX rendering issue
Browse files Browse the repository at this point in the history
  • Loading branch information
FMatti committed Jun 11, 2024
1 parent 90aa338 commit c34b688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This project is based on the doctoral course [Advanced Scientific Programming in
Suppose you need to compute a basis of the Krylov subspace

$$
\mathcal{K}^{k}(\boldsymbol{A}, \boldsymbol{x}) = \operatorname{span}\left\{ \boldsymbol{x}, \boldsymbol{A}\boldsymbol{x}, \boldsymbol{A}^2\boldsymbol{x}, \dots, \boldsymbol{A}^{k-1}\boldsymbol{x} \right\}.
\mathcal{K}^{k}(\boldsymbol{A}, \boldsymbol{x}) = \mathrm{span}\left\{ \boldsymbol{x}, \boldsymbol{A}\boldsymbol{x}, \boldsymbol{A}^2\boldsymbol{x}, \dots, \boldsymbol{A}^{k-1}\boldsymbol{x} \right\}.
$$

We do this by running $k$ iterations of the Arnoldi method.
Expand Down

0 comments on commit c34b688

Please sign in to comment.