Commit e7b4ae3e authored by Claude Meny's avatar Claude Meny

Update textbook.fr.md

parent ba1983a6
Pipeline #9238 canceled with stage
......@@ -118,7 +118,7 @@ si $`q=p^n`$, alors $`\log_p(q)=n`$, où $`n,p,q`$ sont des entiers et $`p,q`$ p
et notation avec $`\overrightarrow{\nabla}`$ (coordonnées cartésiennes)
* Opérateurs Laplacien scalaire et vectoriel $`\Delta`$ et $`\overrightarrow{\Delta}`$
* L'opérateur d'Alembertien $`\Box=\Delta-\dfrac{1}{c^2}\dfrac{\delta^2}{\delta t^2}}`$
* L'opérateur d'Alembertien $`\Box=\Delta-\dfrac{1}{c^2}\dfrac{\delta^2}{\delta t^2}`$
......@@ -127,10 +127,10 @@ 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
* Déterminant d'une matrice carrée :
$`\{vmatrix} a_{11} & \ldots & a_{1n} \\ \vdots \ddots \vdots a_{n1} & \ldots & a_{nn}\\ \end{pmatrix}`$
$`\begin{vmatrix} a_{11} & \ldots & a_{1n} \\ \vdots & \ddots & \vdots \\ a_{n1} & \ldots & a_{nn}\\ \end{vmatrix}`$
<!------------------------------------------------------------------------------
......
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