Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
polimi-cheatsheet
GitHub Repository: polimi-cheatsheet/GAL-cheatsheet
Path: blob/master/esercizi/1.verifica-sottospazio.tex
185 views
1
\subsection{Verifica di sottospazio}
2
$S = \{ \vec{v} = (x_1, x_2, x_3) \in \mathbb{R}^3\ |\ x_1 + x_2 + x_3 = 0 \}$
3
4
$\vec{v} = (x_1, x_2, x_3) \qquad \vec{w} = (y_1, y_2, y_3)$
5
6
\begin{tabular}{l}
7
$\vec{0} \in S \quad 0 + 0 + 0 = 0$ \\
8
$\vec{v}+\vec{w} = (x_1+y_1, x_2+y_2, x_3+y_3)$ \\
9
$\quad (x_1+y_1) + (x_2+y_2) + (x_3+y_3) = $ \\
10
$\quad = (x_1 + x_2 + x_3) + (y_1+y_2+y_3) = 0$ \\
11
$\lambda\vec{v} = (\lambda x_1, \lambda x_2, \lambda x_3)$ \\
12
$\quad \lambda x_1 + \lambda x_2 + \lambda x_3 = \lambda(x_1+x_2+x_3) = 0$
13
\end{tabular}
14