This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
mathjax_plugin_tests [2021/02/04 15:47] – bgelly | mathjax_plugin_tests [2024/03/14 12:03] (current) – admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | **Inline math tests (mathjax plugin)** \\ | ||
+ | This is is a test: $a^2 + b^2 = c^2$ \\ | ||
+ | This is another test: \(1+2+\dots+n=\frac{n(n+1)}{2}\) | ||
+ | |||
+ | To display math on its own line, use double dollar signs:\\ | ||
+ | => '' | ||
+ | gives: | ||
+ | $$ \frac{d}{dx}\left( \int_{0}^{x} f(u)\, | ||
+ | |||
+ | or escaped square brackets: \\ | ||
+ | => '' | ||
+ | gives: | ||
+ | \[ \sin A \cos B = \frac{1}{2}\left[ \sin(A-B)+\sin(A+B) \right] \] | ||
+ | |||
+ | |||
+ | Numbered equations: | ||
+ | |||
+ | (tab) If $\hat T_p$ is the complex fourier tranform, the bispectrum (triple correlation) is: | ||
+ | \begin{equation} | ||
+ | \hat T_{p, | ||
+ | \end{equation} | ||