Commit 474d62e6 authored by Claude Meny's avatar Claude Meny

Update textbook.fr.md

parent 3ea459b8
Pipeline #9230 canceled with stage
...@@ -109,18 +109,26 @@ si $`q=p^n`$, alors $`\log_p(q)=n`$, où $`n,p,q`$ sont des entiers et $`p,q`$ p ...@@ -109,18 +109,26 @@ si $`q=p^n`$, alors $`\log_p(q)=n`$, où $`n,p,q`$ sont des entiers et $`p,q`$ p
<!------------------------------------------------------------------------------ <!------------------------------------------------------------------------------
VECTEURS, OPERATEURS ET ANALYSE VECTORIELLE VECTEURS, OPERATEURS ET ANALYSE VECTORIELLE
-------------------------------------------------------------------------------> ------------------------------------------------------------------------------->
! *Vecteurs et opérateurs, analyse vecorielle* ! *Vecteurs et opérateurs, analyse vectorielle*
* Produit vectoriel $`\overrightarrow{a}\wedge\overrightarrow{b}`$ (notation $`\wedge`$ ou $`\times`$ ) * Produit vectoriel $`\overrightarrow{a}\wedge\overrightarrow{b}`$ (notation $`\wedge`$ ou $`\times`$ )
* Produit mixte $`(\overrightarrow{a},\overrightarrow{b},\overrightarrow{c}`$ * Produit mixte $`(\overrightarrow{a},\overrightarrow{b},\overrightarrow{c})`$
* Opérateurs $`\overrightarrow{grad}`$, $`div`$ et $`\overrightarrow{rot}`$ (notation $`\rot`$ ou $`\curl`$ ) * Opérateurs $`\overrightarrow{grad}`$, $`div`$ et $`\overrightarrow{rot}`$ (notation $`\overrightarrow{rot}`$ ou $`\overrightarrow{curl}`$ )
et notation avec $`\overrightarrow{nabla}`$ (coordonnées cartésiennes) et notation avec $`\overrightarrow{nabla}`$ $`\nabla`$ et $`\Delta`$(coordonnées cartésiennes)
* Opérateurs Laplacien scalaire et vectriel $`\overrightarrow{fff}`$, $`div`$ et $`\overrightarrow{fff}`$ * Opérateurs Laplacien scalaire et vectriel $`\overrightarrow{fff}`$, $`div`$ et $`\overrightarrow{fff}`$
<!------------------------------------------------------------------------------
MATRICES
------------------------------------------------------------------------------->
$\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}$
<!------------------------------------------------------------------------------ <!------------------------------------------------------------------------------
......
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