JsMathTest

From aemwiki
Revision as of 04:29, 21 August 2007 by AEMPhil (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This page shows that jsMath can be used in this wiki. Edit this page to look at the code and see how each equation is produced.

Equation using the span tag: \frac{a^{2}}{b}

same, using the inline \$ delimiters: $\frac{a^{2}}{b}$ and then as a block equation using \$\$ delimiters:$$\frac{a^{2}}{b}$$

A block equation, using the div tag:
 A = \left\lgroup\matrix{a_{11}& \cdots& a_{1m}\cr
               \vdots& \ddots& \vdots\cr
               a_{n1}& \cdots& a_{nm}\cr}\right\rgroup.

Finally, a test using the custom delimiters: \begin{equation}\Omega(z) = \frac{1}{2\pi i}\int_{\Gamma}{\frac{\lambda(\delta)}{z-\delta}d\delta}\end{equation}