Math: Difference between revisions

From Burton Tech. Points Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
Both at the same time: <syntaxhighlight lang="html5" inline><math>x_{5+t}^{5+y}</math></syntaxhighlight> gives <math>x_{5+t}^{5+y}</math>  
Both at the same time: <syntaxhighlight lang="html5" inline><math>x_{5+t}^{5+y}</math></syntaxhighlight> gives <math>x_{5+t}^{5+y}</math>  


=== Fractions and radicals ===
=== Fractions & Radicals ===


Fractions: <syntaxhighlight lang="html5" inline><math>\frac{numerator}{denominator}</math></syntaxhighlight> gives <math>\frac{numerator}{denominator}</math><br>
Fractions: <syntaxhighlight lang="html5" inline><math>\frac{numerator}{denominator}</math></syntaxhighlight> gives <math>\frac{numerator}{denominator}</math><br>
 
Radicals: <syntaxhighlight lang="html5" inline><math>\sqrt{x+1}</math></syntaxhighlight> gives <math>\sqrt{x+1}</math><br>
----
----



Revision as of 15:26, 25 August 2022

Basics[edit]

To render any math equation, the math equation must be between <math></math> i.e., <math>f(x)=x^2</math> gives .

Common math commands[edit]

Superscript & Subscript[edit]

Superscript: <math>x^{5+y}</math> gives
Subscript: <math>x_{5+t}</math> gives
Both at the same time: <math>x_{5+t}^{5+y}</math> gives

Fractions & Radicals[edit]

Fractions: <math>\frac{numerator}{denominator}</math> gives
Radicals: <math>\sqrt{x+1}</math> gives








123