Writing mathematical expressions

From PC5271 wiki
Revision as of 18:39, 30 December 2024 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 a2+b2