mirror of
https://github.com/BreizhHardware/lefrenchmathproject.git
synced 2026-03-18 21:30:36 +01:00
fix images (html table, centered content)
This commit is contained in:
@@ -60,19 +60,14 @@ On peut déduire de ces unités fondamentales toutes les unités dérivées du s
|
||||
|
||||
**Remarque :** Dans beaucoup de domaines, on aura tendance a utiliser des unités dérivées pour un côté pratique. (voir les illustrations)
|
||||
|
||||
 
|
||||
|
||||
 
|
||||
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td><img src="./img/barometre.jpeg" alt="Image 1" style="width: 100%; max-width: 200px;"></td>
|
||||
<td><img src="./img/biner.jpg" alt="Image 2" style="width: 100%; max-width: 200px;"></td>
|
||||
<td style="text-align: center;"><img src="./img/barometre.jpeg" alt="Image 1" style="width: 100%; max-width: 200px;"></td>
|
||||
<td style="text-align: center;"><img src="./img/biner.jpg" alt="Image 2" style="width: 100%; max-width: 200px;"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="./img/compteur.jpg" alt="Image 3" style="width: 100%; max-width: 200px;"></td>
|
||||
<td><img src="./img/compteur-edf.jpg" alt="Image 4" style="width: 100%; max-width: 200px;"></td>
|
||||
<td style="text-align: center;"><img src="./img/compteur.jpg" alt="Image 3" style="width: 100%; max-width: 200px;"></td>
|
||||
<td style="text-align: center;"><img src="./img/compteur-edf.jpg" alt="Image 4" style="width: 100%; max-width: 200px;"></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -147,7 +142,4 @@ $\left(\dfrac{\partial f(x,y)}{\partial y}\right)_{x = cst} \hspace{4mm}$ ou sim
|
||||
- $\dfrac{\partial f}{\partial x} = 6x$; $\dfrac{\partial f}{\partial y} = 4y$
|
||||
- $\dfrac{\partial g}{\partial x} = 2y^2$; $\dfrac{\partial g}{\partial y} = 4xy$
|
||||
|
||||
**Remarque :** On peut généraliser cette définition à une fonction d'un nombre quelconque de variables.
|
||||
|
||||
|
||||
|
||||
**Remarque :** On peut généraliser cette définition à une fonction d'un nombre quelconque de variables.
|
||||
Reference in New Issue
Block a user