Commit 21e1c6ec authored by Claude Meny's avatar Claude Meny

Update textbook.fr.md

parent cb6ea671
Pipeline #9236 canceled with stage
......@@ -125,14 +125,12 @@ si $`q=p^n`$, alors $`\log_p(q)=n`$, où $`n,p,q`$ sont des entiers et $`p,q`$ p
<!------------------------------------------------------------------------------
MATRICES
------------------------------------------------------------------------------->
! *Matrices carrés*
$`\begin{matrix} a&b\\ c&d \end{matrix}`$
$`\begin{pmatrix} a&b\\ c&d \end{pmatrix}`$
$`\begin{vmatrix} a&b\\ c&d \end{vmatrix}`$
$`\begin{Vmatrix} a&b\\ c&d \end{Vmatrix}`$
$`\begin{bmatrix} a&b\\ c&d \end{bmatrix}`$
$`\begin{Bmatrix} a&b\\ c&d \end{Bmatrix}`$
! *Matrices*
* 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}`$
<!------------------------------------------------------------------------------
......
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