|
|
|
@ -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}`$ |
|
|
|
|
|
|
|
|
|
|
|
<!------------------------------------------------------------------------------ |
|
|
|
|