Writing mathematical expressions

From pc5271AY2526wiki
Jump to navigationJump to search

Here is an example of how to write a mathematical expression. Basically, you sandwich a LaTeX version of your expression between a <math></math> pair.

The source code

<math>\sqrt{a^2+b^2}</math> 

renders as <math>\sqrt{a^2+b^2}</math>