Skip to content

Commit de37a41

Browse files
committed
Update README.md
1 parent 5ec658f commit de37a41

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
@@ -11,7 +11,7 @@ A Julia repository for linear algebra with infinite banded and block-banded matr
1111
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.
1212

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

0 commit comments

Comments
 (0)