Skip to content

Commit dcfce88

Browse files
authored
Use github math in Readme (#107)
This makes the image render correctly in dark mode
1 parent 98329d7 commit dcfce88

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

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

0 commit comments

Comments
 (0)