From bf2048207519e55327231ae25977e035a9030ead Mon Sep 17 00:00:00 2001 From: 3a8a08e9391701ee31513ee7080f15a0 <3a8a08e9391701ee31513ee7080f15a0@app-learninglab.inria.fr> Date: Tue, 7 Jun 2022 11:25:37 +0000 Subject: [PATCH] Update Markdown.md --- journal/Markdown.md | 50 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/journal/Markdown.md b/journal/Markdown.md index 1e5ec19..5e67dd3 100644 --- a/journal/Markdown.md +++ b/journal/Markdown.md @@ -34,3 +34,53 @@ Imbriquer : - Foden - Aguero +Lettres grecques +Symbole Commande +\(\alpha\) $\alpha$ +\(\beta\) $\beta$ +\(\gamma\) $\gamma$ +\(\Gamma\) $\Gamma$ +\(\pi\) $\pi$ +Fonctions et opérateurs +Symbole Commande +\(\cos\) $\cos$ +\(\sin\) $\sin$ +\(\lim\) $\lim$ +\(\exp\) $\exp$ +\(\to\) $\to$ +\(\in\) $\in$ +\(\forall\) $\forall$ +\(\exists\) $\exists$ +\(\equiv\) $\equiv$ +\(\sim\) $\sim$ +\(\approx\) $\approx$ +\(\times\) $\times$ +\(\le\) $\le$ +\(\ge\) $\ge$ +Exposants et indices +Symbole Commande +\(k_{n+1}\) $k_{n+1}$ +\(n^2\) $n^2$ +\(k_n^2\) $k_n^2$ +Fractions, coefficients binomiaux, racines… +Symbole Commande +\(\frac{4z^3}{16}\) $\frac{4z^3}{16}$ +\(\frac{n!}{k!(n-k)!}\) $\frac{n!}{k!(n-k)!}$ +\(\binom{n}{k}\) $\binom{n}{k}$ +\(\frac{\frac{x}{1}}{x - y}\) $\frac{\frac{x}{1}}{x - y}$ +\(^3/_7\) $^3/_7$ +\(\sqrt{k}\) $\sqrt{k}$ +\(\sqrt[n]{k}\) $\sqrt[n]{k}$ +Sommes et intégrales +Symbole Commande +\(\sum_{i=1}^{10} t_i\) $\sum_{i=1}^{10} t_i$ +\(\int_0^\infty \mathrm{e}^{-x}\,\mathrm{d}x\) $\int_0^\infty \mathrm{e}^{-x}\,\mathrm{d}x$ +Déguisements +Symbole Commande +\(\hat{a}\) $\hat{a}$ +\(\bar{a}\) $\bar{a}$ +\(\dot{a}\) $\dot{a}$ +\(\ddot{a}\) $\ddot{a}$ +\(\overrightarrow{AB}\) $\overrightarrow{AB}$ + + -- 2.18.1