Inline math#
Einstein's mass–energy equivalence: E=mc2.
The quadratic formula gives roots x=2a−b±b2−4ac.
Display math#
The Gaussian integral:
∫−∞∞e−x2dx=π
Euler's identity, often called the most beautiful equation in mathematics:
eiπ+1=0
Calculus#
The fundamental theorem of calculus:
∫abf′(x)dx=f(b)−f(a)
Taylor series expansion of ex around x=0:
ex=n=0∑∞n!xn=1+x+2!x2+3!x3+⋯
Linear algebra#
For a matrix A∈Rn×n, the determinant can be computed by cofactor expansion along the first row:
det(A)=j=1∑n(−1)1+ja1jM1j
where M1j is the (1,j) minor.