jsMath

jsMath has been installed on the mathsci webserver. Math expressions can be displayed properly by using LaTeX in a web page's html code.

For inline math use: \(...\). (Do not use '$'.) E.g.

\( f(x)=x^2 \) gives \(f(x)=x^2\)
\( \rho=\lim_{k\to\infty}(a_{k+1}/a_k) \) gives \(\rho=\lim_{k\to\infty}(a_{k+1}/a_k)\)
\( \rho=\lim_{k\to\infty}\frac{a_{k+1}}{a_k} \) gives \( \rho=\lim_{k\to\infty}\frac{a_{k+1}}{a_k} \)

For displayed math use: \[...\]. (Do not use '$$'.) E.g.

\[ \mathrm{Si}(x)=\int_0^x \frac{\sin(t)}{t}\,dt \] gives \[ \mathrm{Si}(x)=\int_0^x \frac{\sin(t)}{t}\,dt \]
\[ \sum_{k=1}^\infty \frac{1}{k^2} = \frac{\pi^2}{6} \] gives \[ \sum_{k=1}^\infty \frac{1}{k^2} = \frac{\pi^2}{6} \]
\[ \mathrm{FresnelS}(x)=\int_0^x \sin\left(\frac{\pi}{2}\cdot t^2\right)\,dt \] gives \[ \mathrm{FresnelS}(x)=\int_0^x \sin\left(\frac{\pi}{2}\cdot t^2\right)\,dt \]