start math nouveau quadri
This commit is contained in:
parent
ef5b219900
commit
27b327e3f9
@ -24,6 +24,8 @@
|
|||||||
- [Limites de fonctions](./math/calculus/chap2.md)
|
- [Limites de fonctions](./math/calculus/chap2.md)
|
||||||
- [Dérivabilité des fonctions](./math/calculus/chap3.md)
|
- [Dérivabilité des fonctions](./math/calculus/chap3.md)
|
||||||
- [Développement de Taylor](./math/calculus/chap4.md)
|
- [Développement de Taylor](./math/calculus/chap4.md)
|
||||||
|
- [Algèbre Linéaire](./math/all/index.md)
|
||||||
|
- [Espaces Euclidiens ?](./math/all/chap1.md)
|
||||||
# Physique générale I
|
# Physique générale I
|
||||||
- [Mecanique](./phys/meca/index.md)
|
- [Mecanique](./phys/meca/index.md)
|
||||||
- [Chapitre 1](./phys/meca/chap1.md)
|
- [Chapitre 1](./phys/meca/chap1.md)
|
||||||
|
14
src/math/all/chap1.md
Normal file
14
src/math/all/chap1.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# Titre à définir
|
||||||
|
|
||||||
|
## Etudions \\( R^2 \\)
|
||||||
|
|
||||||
|
- \\(R^2\\) est un ensemble tq \\( \\{ (a,b) \vert a \in \mathbb{R} \land b \in \mathbb{R} \\} \\)
|
||||||
|
|
||||||
|
## Sous-Espaces Vectoriels
|
||||||
|
|
||||||
|
- Soit \\(V \subseteq \mathbb{R} ^n\\)
|
||||||
|
- On dit que V est un **Sous-Ensemble Vectoriel** de \\(\mathbb{R}^n\\) ssi
|
||||||
|
1) \\(V \neq \emptyset \\)
|
||||||
|
2) \\(\forall v_1 \in V \quad \forall v_2 \in V v_1 + v_2 \in V \\)
|
||||||
|
3) \\(\forall \lambda \in \mathbb{R} \quad \forall v \in V \lambda * v \in V \\)
|
||||||
|
|
3
src/math/all/index.md
Normal file
3
src/math/all/index.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Algèbre Linéaire
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user