Actions

Difference between revisions of "Main Page"

From OPOSSEM

(Getting started)
Line 24: Line 24:
  
 
http://www.mediawiki.org/wiki/Manual:Enable_TeX
 
http://www.mediawiki.org/wiki/Manual:Enable_TeX
 +
 +
Guides for writing LaTeX math:
 +
* http://www.personal.ceu.hu/tex/math.htm#scripts
 +
* http://www.math.uiuc.edu/~hildebr/tex/course/intro2.html
 +
* http://en.wikibooks.org/wiki/LaTeX/Mathematics

Revision as of 16:41, 9 June 2011

MediaWiki has been successfully installed.

Consult the User's Guide for information on using the wiki software.

Getting started


<math>\sum_{n=0}^\infty \frac{x^n}{n!}</math>


<math>
 \operatorname{erfc}(x) =
 \frac{2}{\sqrt{\pi}} \int_x^{\infty} e^{-t^2}\,dt =
 \frac{e^{-x^2}}{x\sqrt{\pi}}\sum_{n=0}^\infty (-1)^n \frac{(2n)!}{n!(2x)^{2n}}
</math>


<math> f(x) = \frac{x^2}{x} </math>

http://www.mediawiki.org/wiki/Manual:Enable_TeX

Guides for writing LaTeX math: