Skip to content

Commit 8feab13

Browse files
committed
update README
1 parent 9c145f3 commit 8feab13

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ MatrixFactorizations = "a3b82374-2e81-5b9e-98ce-41277c0e4c87"
1414

1515

1616
[compat]
17-
BandedMatrices = "0.11.2,0.12"
17+
BandedMatrices = "0.12"
1818
BlockArrays = "0.10"
1919
BlockBandedMatrices = "0.5.1"
20-
FillArrays = "0.7"
20+
FillArrays = "0.7.1"
2121
InfiniteArrays = "0.2"
22-
LazyArrays = "0.11.1,0.12"
22+
LazyArrays = "0.12.1"
2323
MatrixFactorizations = "0.2"
2424
julia = "1"
2525

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ julia> A = BandedMatrix(0 => -2*(0:∞)/z, 1 => Ones(∞), -1 => Ones(∞))
3636
```
3737
The first row corresponds to specifying an initial condition. Thus we can determine the Bessel functions via solving the recurrence:
3838
```julia
39-
julia> A \ Vcat([besselj(1,z)], Zeros(∞))
39+
julia> A \ [besselj(1,z); Zeros(∞)]
4040
-element LazyArrays.CachedArray{Float64,1,Array{Float64,1},Zeros{Float64,1,Tuple{InfiniteArrays.OneToInf{Int64}}}} with indices OneToInf():
4141
-0.007096160353406478
4242
0.0036474507555295833

0 commit comments

Comments
 (0)