Commit 938573b6 authored by Claude Meny's avatar Claude Meny

Update cheatsheet.fr.md

parent 438e9179
Pipeline #22335 canceled with stage
...@@ -54,7 +54,7 @@ RÉSUMÉ ...@@ -54,7 +54,7 @@ RÉSUMÉ
$`\quad\quad x_1 = \dfrac{-b - \sqrt{\Delta}}{2a}`$<br><br> $`\quad\quad x_1 = \dfrac{-b - \sqrt{\Delta}}{2a}`$<br><br>
$`\quad\quad x_2 = \dfrac{-b + \sqrt{\Delta}}{2a}`$<br><br> $`\quad\quad x_2 = \dfrac{-b + \sqrt{\Delta}}{2a}`$<br><br>
- Si $`\Delta = 0`$ alors 1 solution unique :<br> - Si $`\Delta = 0`$ alors 1 solution unique :<br>
$`\quad\quad x = -\dfrac{b}{2a}`$ <br> $`\quad\quad x = -\dfrac{b}{2a}`$ <br><br>
- Si $`\Delta < 0`$ alors pas de solution.<br> - Si $`\Delta < 0`$ alors pas de solution.<br>
<br><br> <br><br>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment