Commit ca401742 authored by Claude Meny's avatar Claude Meny

Update cheatsheet.fr.md

parent 9e9e065a
Pipeline #22324 canceled with stage
......@@ -46,7 +46,7 @@ $`\def\PSclosed{\mathscr{S}_{\displaystyle\tiny\bigcirc}}`$
<br>
RÉSUMÉ
: ---
:
$`cos(a + b) = cos(a)\,cos(b) - sin(a)\,sin(b)`$
$`sin(a + b) = sin(a)\,cos(b) + cos(a)\,sin(b)`$
......@@ -55,10 +55,14 @@ RÉSUMÉ
$`sin(a - b) = sin(a)\,cos(b) - cos(a)\,sin(b)`$
---
$`cos(a) + \cos(b) = 2 cos\left(\dfrac{a + b}{2}\right) cos\left(\dfrac{a - b}{2}\right)`$
$`sin(a) + \sin(b) = 2 sin\left(\dfrac{a + b}{2}\right) cos\left(\dfrac{a - b}{2}\right)`$
---
$`cos(a)\,cos(b) = \dfrac{1}{2} [cos(a + b) + cos(a - b)]`$
$`sin(a)\,sin(b) = \dfrac{1}{2} [cos(a - b) - cos(a + b)]`$
......
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