Difference between revisions of "Toolbox"

From aemwiki
Jump to: navigation, search
(Undo revision 13733 by 64.134.238.222 (talk))
Line 6: Line 6:
 
Here are some examples of LaTeX output produced in this manner:
 
Here are some examples of LaTeX output produced in this manner:
  
* <math>\int_a^xf(\zeta\,z)\,dx</math>
+
<math>\int_a^xf(\zeta\,z)\,dx</math>
* <math>\int_1^\infty \frac{1}{k^2}\,dk</math>
+
<math>\int_1^\infty \frac{1}{k^2}\,dk</math>
* <math>\sqrt{x^2+2x+1}=|x+1| - ((\frac{2x^2}{x})^2)^2</math>
+
<math>\sqrt{x^2+2x+1}=|x+1| - ((\frac{2x^2}{x})^2)^2</math>
* <math>\ E = \sum_{i=1}^N e^{- J_{ij} \sigma_i \sigma_j} </math>
+
<math>\ E = \sum_{i=1}^N e^{- J_{ij} \sigma_i \sigma_j} </math>
* <math>\ \Phi = \frac{Q}{2\pi}\log(z-z_w) </math>
+
<math>\ \Phi = \frac{Q}{2\pi}\log(z-z_w) </math>
  
  

Revision as of 11:17, 2 December 2012

MathJax (TeX validator and converter) is a program which renders mathematical formulae in LaTeX-syntax and outputs graphics that are embedded in wiki articles.


Click on edit to view the LaTeX-syntax in between the math-tag.

Here are some examples of LaTeX output produced in this manner:

<math>\int_a^xf(\zeta\,z)\,dx</math> <math>\int_1^\infty \frac{1}{k^2}\,dk</math> <math>\sqrt{x^2+2x+1}=|x+1| - ((\frac{2x^2}{x})^2)^2</math> <math>\ E = \sum_{i=1}^N e^{- J_{ij} \sigma_i \sigma_j} </math> <math>\ \Phi = \frac{Q}{2\pi}\log(z-z_w) </math>


And here is a real case example, the Cauchy singular integral:

<math>\Omega(z) = \frac{1}{2\pi i}\int_{\Gamma}{\frac{\lambda(\delta)}{z-\delta}d\delta}</math>