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

Update textbook.fr.md

parent 0358a760
Pipeline #2795 failed with stage
in 24 seconds
...@@ -515,19 +515,15 @@ $`\displaystyle\quad\forall \overrightarrow{V}\in\mathcal{P}\quad \overrightarro ...@@ -515,19 +515,15 @@ $`\displaystyle\quad\forall \overrightarrow{V}\in\mathcal{P}\quad \overrightarro
* [FR] For the expression of a vector $`\vec{U}`$ in the base $`(\vec{e_1},\vec{e_2},...,\vec{e_n})`$, * [FR] For the expression of a vector $`\vec{U}`$ in the base $`(\vec{e_1},\vec{e_2},...,\vec{e_n})`$,
we shouldn't we use (http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-03-04) : <br> we shouldn't we use (http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=102-03-04) : <br>
$`\overrightarrow{U}=\left(\begin{array}{l}U_1\\U_2\\U_3\end{array}\right)`$ $`\overrightarrow{U}=\begin{pmatrix}U_1\\U_2\\U_3\end{pmatrix}`$ or $`\overrightarrow{U}=\begin{bmatrix}U_1\\U_2\\U_3\end{bmatrix}`$
$`\displaystyle\overrightarrow{U}=\left(\begin{pmatrix}U_1\\U_2\\U_3\end{pmatrix}\right)`$
instead of $`\overrightarrow{U}=\left|\begin{array}{l}U_1\\U_2\\U_3\end{array}\right.`$ as we do at INSA ? instead of $`\overrightarrow{U}=\left|\begin{array}{l}U_1\\U_2\\U_3\end{array}\right.`$ as we do at INSA ?
* [ES] <br> * [ES] <br>
[FR] méthode des produits en croix :<br> [FR] méthode des produits en croix :<br>
$`\forall\overrightarrow{U}=\left(\begin{array}{l}U_1\\U_2\\U_3\end{array}\right)`$ et $`\forall\overrightarrow{U}=\begin{pmatrix}{l}U_1\\U_2\\U_3\end{pmatrix}`$ et
$`\forall\overrightarrow{V}=\left(\begin{array}{l}U_1\\U_2\\U_3\end{array}\right)`$ $`\forall\overrightarrow{V}=\begin{pmatrix}{l}U_1\\U_2\\U_3\end{pmatrix}`$
$`$`\vec{U}\land\vec{V}=`$ $`$`\vec{U}\land\vec{V}=\begin{pmatrix}{l}U_1\\U_2\\U_3\end{pmatrix}\land\begin{pmatrix}{l}V_1\\V_2\\V_3\end{pmatrix}`$
$`\quad\begin{pmatrix}{l}U_2 V_3 - U3 V2\\U_3 V_1 - U_1 V_3\\U_1 V_2 - U_2 V_1\end{pmatrix}`$
$`\overrightarrow{U}=`$
method similar to the sum used to obtain the determinant of a matrix : method similar to the sum used to obtain the determinant of a matrix :
......
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