Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
polimi-cheatsheet
GitHub Repository: polimi-cheatsheet/GAL-cheatsheet
Path: blob/master/esercizi/1.verifica-vettori-li.tex
185 views
1
\subsection{Verificare se dei vettori sono l.i.}
2
$v_1 = (1, -3, 7) \quad v_2 = (2, -1, -1) \quad v_3 = (-4, 2, 2)$
3
4
\(
5
\begin{cases}
6
x + 2y -4z = 0 \\[-0.3em]
7
-3x -y +2z = 0 \\[-0.3em]
8
7x -y +2z = 0 \\
9
\end{cases}
10
\rightarrow
11
\begin{cases}
12
x = 0 \\[-0.3em]
13
y = 2z \\[-0.3em]
14
0 = 0 \\
15
\end{cases}
16
\rightarrow
17
t\begin{bmatrix}
18
0 \\[-0.3em]
19
2 \\[-0.3em]
20
1 \\
21
\end{bmatrix} \forall t \in \mathbb{R}
22
\) sono l.d.
23
24
$0v_1 + 2tv_2 + tv_3 = 0$
25
26
Se l'unica soluzione fosse stata $(0,0,0)$ allora sarebbero l.i.
27