Difference between revisions of "JsMathTest"

From aemwiki
Jump to: navigation, search
 
Line 1: Line 1:
I am Currently attempting to use jsMath in this wiki. This page is only a test area and will be removed shortly.
+
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.
  
testing inline equation using the span tag: <span class="math">\frac{a^{2}}{b}</span>
+
Equation using the span tag: <span class="math">\frac{a^{2}}{b}</span>
  
same, using the inline \$ delimiters: $\frac{a}{b}$ and then as a block equation using \$\$ delimiters:$$\frac{a}{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: <DIV CLASS="math">
 +
  A = \left\lgroup\matrix{a_{11}& \cdots& a_{1m}\cr
 +
                \vdots& \ddots& \vdots\cr
 +
                a_{n1}& \cdots& a_{nm}\cr}\right\rgroup.
 +
</DIV>
 
Finally, a test using the custom delimiters:
 
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}
 
\begin{equation}\Omega(z) = \frac{1}{2\pi i}\int_{\Gamma}{\frac{\lambda(\delta)}{z-\delta}d\delta}\end{equation}

Latest revision as of 04:29, 21 August 2007

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}