diff --git a/Maths2A/Maths_2A_01_C_Algebre.markdown b/Maths2A/Maths_2A_01_C_Algebre.markdown index 7c361b3..ab192a7 100644 --- a/Maths2A/Maths_2A_01_C_Algebre.markdown +++ b/Maths2A/Maths_2A_01_C_Algebre.markdown @@ -88,7 +88,7 @@ Soit $f \in \mathcal{L}(E)$ un endomorphisme On considère $(x_1, x_2, ... x_p) = (x_i)_{i\in I}$ une famille de $p$ vecteurs de l'EV $E$ 1. La famille de vecteurs est libre si $\sum\limits_{i=1}^p \lambda_i x_i = 0 \implies \forall i \in I, \lambda_i = 0$ -2. La famille de vecteurs est génératrice si $\forall x \in E, \exists (\lambda_i) i\in I / x = \sum\limits_{i=1}^p \lambda_i x_i$ +2. La famille de vecteurs est génératrice si $\forall x \in E, \exists (\lambda_i)_{i\in I} / x = \sum\limits_{i=1}^p \lambda_i x_i$ 3. La famille de vecteurs est une base si elle est libre et génératrice, ou encore si $\forall x \in E, \exists !(\lambda_i), i\in I / x = \sum\limits_{i=1}^p \lambda_i x_i$ **Définitions :** diff --git a/_includes/header.html b/_includes/header.html deleted file mode 100644 index 61e00fe..0000000 --- a/_includes/header.html +++ /dev/null @@ -1,31 +0,0 @@ - \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 3ed5ebb..dcaebab 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -173,24 +173,6 @@ {%- include header.html -%} -header { - position: fixed; - top: 0; - width: 100%; - z-index: 1000; /* Ensure it stays above other content */ - background-color: #fff; /* or any background you prefer */ - box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional: adds a shadow to make it stand out */ -} - -body { - padding-top: 60px; /* Adjust according to your header's height */ -} - -body.dark-mode header { - background-color: #333; - color: white; -} -

Sommaire