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 ...@@ -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
-------------------------------------------------------------------------------> ------------------------------------------------------------------------------->
! *Matrices carrés* ! *Matrices*
$`\begin{matrix} a&b\\ c&d \end{matrix}`$ * Matrices $`(n,m)`$ : $`\begin{pmatrix} a_{11} & \ldots & a_{1m} \\ \vdots \ddots \vdots a_{n1} & \ldots & a_{nm}\\ \end{pmatrix}`$
$`\begin{pmatrix} a&b\\ c&d \end{pmatrix}`$ * Calcul matriciel
$`\begin{vmatrix} a&b\\ c&d \end{vmatrix}`$ * Déterminant d'une matrice carrée :
$`\begin{Vmatrix} a&b\\ c&d \end{Vmatrix}`$ $`\{vmatrix} a_{11} & \ldots & a_{1n} \\ \vdots \ddots \vdots a_{n1} & \ldots & a_{nn}\\ \end{pmatrix}`$
$`\begin{bmatrix} a&b\\ c&d \end{bmatrix}`$
$`\begin{Bmatrix} a&b\\ c&d \end{Bmatrix}`$
<!------------------------------------------------------------------------------ <!------------------------------------------------------------------------------
......
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