Matemáticas en LaTeX

Tutorial | LaTeX

LaTeX es muy usado para la escritura de libros y artículos científicos que contienen muchas expresiones y formulas matemáticas.

También podemos escribir ecuaciones:

\begin{equation}
f(x) = 24 + x^{2} + x^4
\end{equation}

$ f(x) = 24 + x^{2} + x^4 $

Símbolos

Operadores binarios

Símbolo LaTeX Símbolo LaTeX
$\pm$ \pm $\mp$ \mp
$\times$ \times $\div$ \div
$\ast$ \ast $\star$ \star
$\circ$ \circ $\bullet$ \bullet
$\cdot$ \cdot
$+$ + $-$ -
$\cap$ \cap $\cup$ \cup
$\uplus$ \uplus
$\sqcap$ \sqcap $\sqcup$ \sqcup
$\vee$ \vee $\wedge$ \wedge
$\setminus$ \setminus $\wr$ \wr
$\diamond$ \diamond
$\bigtriangleup$ \bigtriangleup $\bigtriangledown$ \bigtriangledown
$\triangleleft$ \triangleleft $\triangleright$ \triangleright
$\lhd$ \lhd $\rhd$ \rhd
$\unlhd$ \unlhd $\unrhd$ \unrhd
$\oplus$ \oplus $\ominus$ \ominus
$\otimes$ \otimes $\oslash$ \oslash
$\odot$ \odot $\bigcirc$ \bigcirc
$\dagger$ \dagger $\ddagger$ \ddagger
$\amalg$ \amalg
Tutorial | LaTeX