Skip to content

Commit 04d8e87

Browse files
curtail large output of SymTridiagonal
1 parent 1bfa33b commit 04d8e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/halfrange.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ qvals = k-> ichebyshevtransform(q(k))
4343

4444
# With the symmetric Jacobi matrix for $P_n^{(-\frac{1}{2}, 0)}(y)$ and the modified plan, we may compute the modified Jacobi matrix and the corresponding roots (as eigenvalues):
4545
XP = SymTridiagonal([-inv((4n-1)*(4n-5)) for n in 1:n+1], [4n*(2n-1)/(4n-1)/sqrt((4n-3)*(4n+1)) for n in 1:n])
46-
XQ = FastTransforms.modified_jacobi_matrix(P, XP)
46+
XQ = FastTransforms.modified_jacobi_matrix(P, XP);
4747

4848
# And we plot:
4949
x = (chebyshevpoints(Float64, n+1, Val(1)) .+ 1 ) ./ 2

0 commit comments

Comments
 (0)