LaTeX est un outil puissant pour écrire des équations et des expressions mathématiques de manière professionnelle. Ce guide vous aidera à comprendre et à utiliser les symboles mathématiques les plus courants en LaTeX, classés par catégories.
$...$ pour insérer des équations dans une ligne. $a + b = c$ Résultat : a+b=ca + b = ca+b=c\[...\] ou \begin{equation}...\end{equation} pour des équa tions centrées. \[ a^2 + b^2 = c^2 \] Résultat :a2+b2=c2‘‘‘a^2 + b^2 = c^2 « `a2+b2=c2‘‘‘| Symbole | Commande LaTeX | Résultat |
|---|---|---|
| Addition | $+$ | +++ |
| Soustraction | $-$ | −-− |
| Multiplication | \cdot ou \times | ⋅,×\cdot, \times⋅,× |
| Division | \div ou \frac{a}{b} | ÷,ab\div, \frac{a}{b}÷,ba |
| Symbole | Commande LaTeX | Résultat |
|---|---|---|
| Égalité | $=$ | === |
| Différent | \neq | ≠\neq= |
| Inférieur | < | <<< |
| Supérieur | > | >>> |
| Inférieur ou égal | \leq | ≤\leq≤ |
| Supérieur ou égal | \geq | ≥\geq≥ |
\[
\frac{a}{b}
\]
Résultat :ab\frac{a}{b}ba
\[ \sqrt{x} \] Résultat : x\sqrt{x}x\[ \sqrt[n]{x} \] Résultat : xn\sqrt[n]{x}nx$x^n$ → xnx^nxn$x_n$ → xnx_nxn$x_n^m$ → xnmx_n^mxnm() → (a+b)(a+b)(a+b)[] → [a+b][a+b][a+b]\{ \} → {a+b}\{a+b\}{a+b}Utilisez \left et \right pour des parenthèses qui s’adaptent à la taille de leur contenu :
\[
\left( \frac{a}{b} \right)
\]
Résultat : (ab)\left( \frac{a}{b} \right)(ba)
| Symbole | Commande LaTeX | Résultat |
|---|---|---|
| Appartenance | \in | x∈Ax \in Ax∈A |
| N’appartient pas | \notin | x∉Ax \notin Ax∈/A |
| Inclusion | \subset | A⊂BA \subset BA⊂B |
| Inclusion stricte | \subseteq | A⊆BA \subseteq BA⊆B |
| Réunion | \cup | A∪BA \cup BA∪B |
| Intersection | \cap | A∩BA \cap BA∩B |
| Vide | \emptyset | ∅\emptyset∅ |
| Lettre | Commande LaTeX | Résultat |
|---|---|---|
| Alpha | \alpha | α\alphaα |
| Beta | \beta | β\betaβ |
| Gamma | \gamma | γ\gammaγ |
| Pi | \pi | π\piπ |
| Lettre | Commande LaTeX | Résultat |
|---|---|---|
| Gamma | \Gamma | Γ\GammaΓ |
| Delta | \Delta | Δ\DeltaΔ |
| Pi | \Pi | Π\PiΠ |
\[
\int_a^b f(x) \, dx
\]
Résultat :∫abf(x) dx\int_a^b f(x) \, dx∫abf(x)dx
\sum_{i=1}^n a_i∑i=1nai\sum_{i=1}^n a_ii=1∑nai\prod_{i=1}^n a_i∏i=1nai\prod_{i=1}^n a_ii=1∏nai| Symbole | Commande LaTeX | Résultat |
|---|---|---|
| Flèche droite | \rightarrow | →\rightarrow→ |
| Flèche gauche | \leftarrow | ←\leftarrow← |
| Vecteur | \vec{v} | v⃗\vec{v}v |
\[
\begin{bmatrix}
a & b \\
c & d
\end{bmatrix}
\]
Résultat :[abcd]\begin{bmatrix} a & b \\ c & d \end{bmatrix}[acbd]
\[
\begin{pmatrix}
1 & 0 \\
0 & 1
\end{pmatrix}
\]
Résultat :(1001)\begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}(1001)
| Commande | Espacement |
|---|---|
\, | Petit espace |
\: | Espace moyen |
\; | Grand espace |
\quad | Très grand espace |
align : \begin{align}
f(x) &= ax^2 + bx + c \\
g(x) &= dx^2 + ex + f
\end{align}
En LaTeX, les symboles mathématiques sont largement utilisés pour rédiger des équations, des formules ou des expressions. Ils sont souvent insérés dans un environnement mathématique, comme $...$, \[...\], ou \begin{equation}...\end{equation}.
| Symbole | Commande LaTeX | Exemple en LaTeX | Résultat |
|---|---|---|---|
| Addition | + | $a + b$ | a+ba + ba+b |
| Soustraction | - | $a - b$ | a−ba – ba−b |
| Multiplication | \cdot | $a \cdot b$ | a⋅ba \cdot ba⋅b |
| Division | \div | $a \div b$ | a÷ba \div ba÷b |
| Produit | \times | $a \times b$ | a×ba \times ba×b |
| Symbole | Commande LaTeX | Exemple en LaTeX | Résultat |
|---|---|---|---|
| Égalité | = | $a = b$ | a=ba = ba=b |
| Différence | \neq | $a \neq b$ | a≠ba \neq ba=b |
| Inférieur | < | $a < b$ | a<ba < ba<b |
| Supérieur | > | $a > b$ | a>ba > ba>b |
| Inférieur ou égal | \leq | $a \leq b$ | a≤ba \leq ba≤b |
| Supérieur ou égal | \geq | $a \geq b$ | a≥ba \geq ba≥b |
| Symbole | Commande LaTeX | Exemple en LaTeX | Résultat |
|---|---|---|---|
| Parenthèses | () | $(a + b)$ | (a+b)(a + b)(a+b) |
| Symbole | Commande LaTeX | Exemple en LaTeX | Résultat |
|---|---|---|---|
| Crochets | [] | $[a + b]$ | [a+b][a + b][a+b] |
| Accolades | \{ \} | $\{a, b, c\}$ | {a,b,c}\{a, b, c\}{a,b,c} |
Utilisez \left et \right pour redimensionner automatiquement les parenthèses :
[
\left( \frac{a}{b} \right)
]
\[
\left( \frac{a}{b} \right)
\]
Résultat : (ab)\left( \frac{a}{b} \right)(ba)
| Symbole | Commande LaTeX | Exemple en LaTeX | Résultat |
|---|---|---|---|
| Appartenance | \in | $x \in A$ | x∈Ax \in Ax∈A |
| N’appartient pas | \notin | $x \notin A$ | x∉Ax \notin Ax∈/A |
| Inclusion | \subset | $A \subset B$ | A⊂BA \subset BA⊂B |
| Inclusion stricte | \subseteq | $A \subseteq B$ | A⊆BA \subseteq BA⊆B |
| Réunion | \cup | $A \cup B$ | A∪BA \cup BA∪B |
| Intersection | \cap | $A \cap B$ | A∩BA \cap BA∩B |
| Lettre | Commande LaTeX | Résultat | Lettre | Commande LaTeX | Résultat |
|---|---|---|---|---|---|
| Alpha | \alpha | α\alphaα | Nu | \nu | ν\nuν |
| Beta | \beta | β\betaβ | Xi | \xi | ξ\xiξ |
| Gamma | \gamma | γ\gammaγ | Pi | \pi | π\piπ |
| Lettre | Commande LaTeX | Résultat |
|---|---|---|
| Alpha | \Alpha | AAA |
| Beta | \Beta | B\BetaB |
| Gamma | \Gamma | Γ\GammaΓ |
| Delta | \Delta | Δ\DeltaΔ |
| Symbole | Commande LaTeX | Résultat |
|---|---|---|
| Fraction simple | \frac{a}{b} | ab\frac{a}{b}ba |
| Symbole | Commande LaTeX | Résultat |
|---|---|---|
| Racine carrée | \sqrt{x} | x\sqrt{x}x |
Racine d’ordre n | \sqrt[n]{x} | xn\sqrt[n]{x}nx |
| Symbole | Commande LaTeX | Résultat |
|---|---|---|
| Exposant | $x^n$ | xnx^nxn |
| Indice | $x_n$ | xnx_nxn |
| Symbole | Commande LaTeX | Résultat |
|---|---|---|
| Intégrale | \int | ∫\int∫ |
| Double intégrale | \iint | ∬\iint∬ |
| Somme | \sum | ∑\sum∑ |
| Produit | \prod | ∏\prod∏ |
Exemple d’intégrale :
\[
\int_a^b x^2 \, dx
\]
Résultat : ∫abx2 dx\int_a^b x^2 \, dx∫abx2dx
| Symbole | Commande LaTeX | Résultat |
|---|---|---|
| Flèche droite | \rightarrow | →\rightarrow→ |
| Flèche gauche | \leftarrow | ←\leftarrow← |
| Vecteur | \vec{v} | v⃗\vec{v}v |
Utilisez l’environnement array ou bmatrix :
\[
\begin{bmatrix}
a & b \\
c & d
\end{bmatrix}
\]
Résultat :[abcd]\begin{bmatrix} a & b \\ c & d \end{bmatrix}[acbd]
| Commande | Espacement |
|---|---|
\; | Largeur moyenne |
\quad | Large espace |
\! | Réduction d’espace |
Dans toute organisation moderne — entreprise, association, service administratif ou bureau de projet — la…
Dans la pratique comptable, le bilan constitue l’un des documents les plus fondamentaux pour comprendre…
L’analyse linéaire impressionne souvent plus qu’elle ne le devrait. Au moment d’aborder l’oral du bac…
L’analyse linéaire occupe une place centrale à l’oral du bac français. C’est l’exercice qui permet…
Créer une fiche de suivi claire et adaptée à son activité prend souvent plus de…
Comment améliorer sa condition physique tout en travaillant la technique Quand on parle de préparation…
This website uses cookies.