Commit 6a67cbd0 authored by Claude Meny's avatar Claude Meny

Update...

Update 00.brainstorming-pedagogical-teams/45.synthesis-structuring/10.math-tools/30.n3/10.brainstorming/01.p1/textbook.fr.md
parent 8f70cb74
Pipeline #9256 canceled with stage
...@@ -45,16 +45,12 @@ Les *outils mathémétiques de niveaux 1 et 2* **$`+`$** : ...@@ -45,16 +45,12 @@ Les *outils mathémétiques de niveaux 1 et 2* **$`+`$** :
**$`e^{\,i\frac{\pi}{2}}=i\quad , \quad`$** **$`e^{\,i\frac{\pi}{2}}=i\quad , \quad`$**
**$`e^{\,i\pi}=-1\quad , \quad`$**, ... **$`e^{\,i\pi}=-1\quad , \quad`$**, ...
* fonction logatithme $`\mathbf{log_p\,x}`$ * fonction logatithme **$`\mathbf{log_p\,x}`$**
fonction logatithme $`\mathbf{log_10\,x}`$ en relation à la fonction puissance $`10^x`$ fonction logatithme **$`\mathbf{log_{10}\,x}`$** en relation à la fonction puissance $`10^x`$
fonction logatithme népérien $`\mathbf{Log\,x=ln\,x}`$ en relation à la fonction puissance $`exp(x)=e^x`$ fonction logatithme népérien **$`\mathbf{Log\,x=ln\,x}`$** en relation à la fonction puissance $`exp(x)=e^x`$
* *Projection orthogonale*, relation avec la fonction $`\cos`$
* *produit scalaire de deux vecteurs*
<!------------------------------------------------------------------------------ <!------------------------------------------------------------------------------
ENSEMBLES ET LOGIQUE ENSEMBLES ET LOGIQUE
-------------------------------------------------------------------------------> ------------------------------------------------------------------------------->
...@@ -76,7 +72,7 @@ Les *outils mathémétiques de niveaux 1 et 2* **$`+`$** : ...@@ -76,7 +72,7 @@ Les *outils mathémétiques de niveaux 1 et 2* **$`+`$** :
* *Coordonnées cartésiennes, cylindriques et sphériques* * *Coordonnées cartésiennes, cylindriques et sphériques*
* avec *repères et bases associés* * avec *repères et bases associés*
* *éléments infinitésimaux* de longueur, de surface, de volume * *éléments infinitésimaux* de longueur, de surface, de volume
* expressions des *opérateurs $`\overrightarrow{grad}`$, $`div`$ et $`\overrightarrow{rot}`$* * expressions des *opérateurs* **$`\overrightarrow{grad}`$**, **$`div`$** et **$`\overrightarrow{rot}`$**
<!------------------------------------------------------------------------------ <!------------------------------------------------------------------------------
...@@ -100,10 +96,10 @@ MATRICES ...@@ -100,10 +96,10 @@ MATRICES
-------------------------------------------------------------------------------> ------------------------------------------------------------------------------->
! *Matrices* ! *Matrices*
* Matrices $`(n,m)`$ : $`\begin{pmatrix} a_{11} & \ldots & a_{1m} \\ \vdots & \ddots & \vdots \\ a_{n1} & \ldots & a_{nm}\\ \end{pmatrix}`$ * Matrices $`(n,m)`$ : **$`\begin{pmatrix} a_{11} & \ldots & a_{1m} \\ \vdots & \ddots & \vdots \\ a_{n1} & \ldots & a_{nm}\\ \end{pmatrix}`$**
* Calcul matriciel * Calcul matriciel
* Déterminant d'une matrice carrée : * Déterminant d'une matrice carrée :
$`\begin{vmatrix} a_{11} & \ldots & a_{1n} \\ \vdots & \ddots & \vdots \\ a_{n1} & \ldots & a_{nn}\\ \end{vmatrix}`$ **$`\begin{vmatrix} a_{11} & \ldots & a_{1n} \\ \vdots & \ddots & \vdots \\ a_{n1} & \ldots & a_{nn}\\ \end{vmatrix}`$**
<!------------------------------------------------------------------------------ <!------------------------------------------------------------------------------
...@@ -111,22 +107,5 @@ MATRICES ...@@ -111,22 +107,5 @@ MATRICES
-------------------------------------------------------------------------------> ------------------------------------------------------------------------------->
! *Équations* ! *Équations*
* *Équations du second degré :* **$`a\,x^2 + b\,x + c = 0`$** * *Résolution de systèmes d'équations* par la *méthode du déterminant*.
* 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.`$**
et voir que la résolution (de façon non matricielle) est simple mais fastidieuse.
---------------------
Essai d'une commande latex :
$`\begin{align*}
x &= a + (b + a) \\
&= 2a + b.
\end{align}*`$
---------------------
\ No newline at end of file
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