Skip to content

Commit 7adf436

Browse files
committed
Update README.md
1 parent 8feab13 commit 7adf436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A Julia repository for linear algebra with infinite banded and block-banded matr
88
This currently supports the infinite-dimensional QR factorization for banded matrices, also known as the adaptive QR decomposition as the entries of the QR decomposition are determined lazily.
99

1010
As a simple example, consider the Bessel recurrence relationship:
11-
- <img src="https://latex.codecogs.com/gif.latex?O_t=J_{n-1}(z) - {2 n \over z} J_n(z) + J_{n+1}(z) = 0" />
11+
- <img src="https://latex.codecogs.com/gif.latex?J_{n-1}(z) - {2 n \over z} J_n(z) + J_{n+1}(z) = 0" />
1212
This can be recast as an infinite linear system:
1313
```julia
1414
julia> using InfiniteLinearAlgebra, InfiniteArrays, BandedMatrices, FillArrays, SpecialFunctions

0 commit comments

Comments
 (0)