Skip to content

Commit be10cc8

Browse files
authored
The Latex math equations wasn't rendering in Docs (#739)
it bothered me, so I fixed it
1 parent 5ee6bf2 commit be10cc8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/src/usage/equations.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,7 @@ julia> u(0.1)
9999
## Eigenvalue Problems
100100

101101
In analogy to linear algebra, many differential equations may be posed as eigenvalue problems. That is, for some differential operator $L$, there are a family of functions $u_i(x)$ such that
102-
$$
103-
L~u_i(x) = \lambda_i u_i(x)
104-
$$
102+
$$L~u_i(x) = \lambda_i u_i(x)$$
105103
where $\lambda_i$ is the $i^{th}$ eigenvalue of the $L$ and has a corresponding *eigenfunction* $u_i(x)$. A classic eigenvalue problem is known as the quantum harmonic oscillator where
106104
$$L = -\frac{1}{2}\frac{d^2}{dx^2} + \frac{1}{2} x^2$$
107105
and one demands that $u(\infty) = u(-\infty) = 0$. Because we expect the solutions to be exponentially suppressed for large $x$, we can approximate this with Dirichlet boundary conditions at a 'reasonably large' $x$ without much difference.

0 commit comments

Comments
 (0)