Math: Difference between revisions
No edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
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> | ||
Square root: <syntaxhighlight lang="html5" inline><math>\sqrt{x+1}</math></syntaxhighlight> gives <math>\sqrt{x+1}</math><br> | Square root: <syntaxhighlight lang="html5" inline><math>\sqrt{x+1}</math></syntaxhighlight> gives <math>\sqrt{x+1}</math><br> | ||
General Radical: <syntaxhighlight lang="html5" inline><math>$\sqrt[3]{64}=4</math></syntaxhighlight> gives <math> | General Radical: <syntaxhighlight lang="html5" inline><math>$\sqrt[3]{64}=4</math></syntaxhighlight> gives <math>\sqrt[3]{64}=4</math><br> | ||
---- | ---- | ||
Revision as of 15:29, 25 August 2022
Basics
To render any math equation, the math equation must be between <math></math> i.e., <math>f(x)=x^2</math> gives Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle f(x)=x^2}
.
Common math commands
Superscript & Subscript
Superscript: <math>x^{5+y}</math> gives Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle x^{5+y}}
Subscript: <math>x_{5+t}</math> gives Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle x_{5+t}}
Both at the same time: <math>x_{5+t}^{5+y}</math> gives Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle x_{5+t}^{5+y}}
Fractions & Radicals
Fractions: <math>\frac{numerator}{denominator}</math> gives Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle \frac{numerator}{denominator}}
Square root: <math>\sqrt{x+1}</math> gives Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle \sqrt{x+1}}
General Radical: <math>$\sqrt[3]{64}=4</math> gives Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle \sqrt[3]{64}=4}
123Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle }