Writing mathematical expressions

From pc5271AY2526wiki
Revision as of 14:27, 4 January 2026 by Christian (talk | contribs) (Created page with "Here is an example of how to write a mathematical expression. Basically, you sandwich a LaTeX version of your expression between a <nowiki><math></math></nowiki> pair. The source code <nowiki><math>\sqrt{a^2+b^2}</math> </nowiki> renders as <math>\sqrt{a^2+b^2}</math>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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>