Examples
Below you'll find some examples you can look at to help you to understand how to use MathML.
MathML formulas
The following demos display increasingly complex mathematical concepts in Web content.
- Pythagorean Theorem
-
Small example showing a proof of the Pythagorean Theorem.
- Deriving the Quadratic Formula
-
Outlines the derivation of the Quadratic Formula.
- Mozilla MathML Test
-
Original test from the Mozilla MathML project. It contains examples from the TeXbook with image references generated by TeX.
- MathML Browser Test
-
A similar test with concrete formulas taken from Wikipedia.
Other Web technologies
The following demos mix MathML with other Web technologies to produce advanced content.
<la-tex>
custom element-
A custom element that accepts LaTeX content.
- Magnetic field demo
-
A 3D representation of a magnetic field, using SVG and WebGL.
- Συνάρτηση ζήτα Ρήμαν (el)
-
A greek article about the Riemann zeta function, with Web fonts from the Greek Font Society.
- Pell's equation
-
A JavaScript program to solve Pell's equation using
BigInt
. - Lovelace's program for Bernouilli numbers
-
An emulator for Ada Lovelace's program to calculate Bernouilli numbers, using Private class features.