Commit 43aa386a authored by Claude Meny's avatar Claude Meny

Update...

Update 00.brainstorming-pedagogical-teams/45.synthesis-structuring/10.math-tools/20.n2/10.brainstorming/01.p1/textbook.fr.md
parent 22c45fc9
Pipeline #9219 canceled with stage
......@@ -74,16 +74,12 @@ si $`q=p^n`$, alors $`\log_p(q)=n`$, où $`n,p,q`$ sont des entiers et $`p,q`$ p
* *Equations du second degré :* **$`a\,x^2 + b\,x + c = 0`$**
* Savoir *poser en équations un problème qui relève du système d'équations**
**$\left{
\begin{array}{c}
a_1\,x + b_1\,y = c_1 \\
a_2\,x + b_2\,y = c_2
\end{array}\right.`$**
* Savoir *poser en équations un problème qui relève du système d'équations*
**$`\left{\begin{array}{c} a_1\,x + b_1\,y = c_1 \\ a_2\,x + b_2\,y = c_2 \end{array}\right.`$**
*et le résoudre* (de façon non matricielle).
* Savoir *poser en équations un problème qui relève du système d'équations*
**$`\left\{\begin{array}{c} a_1\,x + b_1\,y + c_1\,z = d_1 \\ a_2\,x + b_2\,y + c_2\,z = d_2 \\ a_3\,x + b_3\,y + c_3\,z = d_3 \end{array}\right.`$**
**$`\left\{\begin{array}{c} a_1\,x + b_1\,y + c_1\,z = d_1 \\ a_2\,x + b_2\,y + c_2\,z = d_2 \\ a_3\,x + b_3\,y + c_3\,z = d_3 \end{array}\right.`$**
et voir que la résolution (de façon non matricielle) est simple mais fastidieuse.
......
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