Skip to content
Snippets Groups Projects
Commit 64c11208 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

corrected compilation error

parent 141585a8
No related branches found
No related tags found
No related merge requests found
......@@ -2186,7 +2186,7 @@ Exemple (Espaces vectoriels) +.#
par un scalaire définis commme suit. Soient $f:W\rightarrow V$ et
$g:W\rightarrow V$, avec $\alpha\in E$, alors $$\begin{aligned}
&(f+g)(x)=f(x)+g(x), \quad \forall x\in W,\\
&(\alpha\cdotf)(x)=\alpha\cdot f(x), \quad \forall x\in W.
&(\alpha\cdot f)(x)=\alpha\cdot f(x), \quad \forall x\in W.
\end{aligned}$$
5. Espace des applications linéaires. Soit $f$ une fonction de
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment