Skip to content

Commit d88303f

Browse files
authored
Use math markdown in Eigenvalue doc (#820)
1 parent 0a380fe commit d88303f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Eigenvalue.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Q = Conversion(QS, S)
7575
R = D1*Q;
7676

7777
# This inversion is computed approximately, such that
78-
# $\mathrm{C}^{-1} * \mathrm{C} ≈ \mathrm{I}$ up to a certain bandwidth
78+
# ``\mathrm{C}^{-1} \mathrm{C} ≈ \mathrm{I}`` up to a certain bandwidth
7979
C = Conversion(domainspace(L), rangespace(L))
8080
P = cache(PartialInverseOperator(C, (0, ApproxFun.bandwidth(L, 1) + ApproxFun.bandwidth(R, 1) + ApproxFun.bandwidth(C, 2))));
8181

0 commit comments

Comments
 (0)