MathJaxExamples: Difference between revisions

From Cheaha
Jump to navigation Jump to search
(first test of SimpleMathJax extension)
 
(add blank line before to see if that affects)
Line 1: Line 1:
See how math markup works with [http://www.mediawiki.org/wiki/Extension:SimpleMathJax SimpleMathJax] extension
See how math markup works with [http://www.mediawiki.org/wiki/Extension:SimpleMathJax SimpleMathJax] extension


Lorenz equations from [http://en.wikipedia.org/wiki/User:Jmkim_dot_com/TeX_Samples TeX examples]:  
Lorenz equations from [http://en.wikipedia.org/wiki/User:Jmkim_dot_com/TeX_Samples TeX examples]:
<math>\begin{align}
<math>\begin{align}
\dot{x} & = \sigma(y-x) \\
\dot{x} & = \sigma(y-x) \\

Revision as of 20:18, 22 January 2015

See how math markup works with SimpleMathJax extension

Lorenz equations from TeX examples:

<math>\begin{align} \dot{x} & = \sigma(y-x) \\ \dot{y} & = \rho x - y - xz \\ \dot{z} & = -\beta z + xy \end{align}</math