You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We conclude that vector $\begin{bmatrix}4\\4\\-1\end{bmatrix}$ is redundant. Can each of the other two vectors in the set
101
-
$\left\{\begin{bmatrix}1\\2\\-1\end{bmatrix},\begin{bmatrix}2\\0\\1\end{bmatrix},\begin{bmatrix}4\\4\\-1\end{bmatrix}\right\}$ be considered redundant? You will address this question in Practice Problem \ref{prob:redundant1}.
101
+
$\left\{\begin{bmatrix}1\\2\\-1\end{bmatrix},\begin{bmatrix}2\\0\\1\end{bmatrix},\begin{bmatrix}4\\4\\-1\end{bmatrix}\right\}$ be considered redundant? You will address this question in the problem set. %Practice Problem \ref{prob:redundant1}.
102
102
\end{exploration}
103
103
104
104
Collections of vectors that do not contain redundant vectors are very important in linear algebra. We will refer to such collections as \dfn{linearly independent}. Collections of vectors that contain redundant vectors will be called \dfn{linearly dependent}. The following section offers a definition that will allow us to easily determine linear dependence and independence of vectors.
\item Can we write one element of $X$ as a linear combination of the others?
120
120
\item Does $X$ contain redundant vectors?
121
121
\end{enumerate}
122
-
It turns out that these questions are equivalent. In other words, if the answer to one of them is ``YES", the answer to the other two is also ``YES". Conversely, if the answer to one of them is ``NO", then the answer to the other two is also ``NO". We will start by illustrating this idea with an example, then conclude this section by formally proving the equivalency.
122
+
It turns out that these questions are equivalent. In other words, if the answer to one of them is ``YES", the answer to the other two is also ``YES". Conversely, if the answer to one of them is ``NO", then the answer to the other two is also ``NO". We will start by illustrating this idea with an example, then conclude this section by formally proving the equivalency in Theorem \ref{th:lindeplincombofother}.
123
123
\end{remark}
124
124
125
125
\begin{example}\label{ex:linind}What can we say about the following sets of vectors in light of Remark \ref{remark:LinIndEquiv}?
Each problem below provides information about vectors $\vec{v}_1, \vec{v}_2, \vec{v}_3$. If possible, determine whether the vectors are linearly dependent or independent.
444
-
445
436
\begin{problem}\label{prob:linindmultchoice5}
437
+
Given that
446
438
$$0\vec{v}_1+ 0\vec{v}_2+ 0\vec{v}_3=\vec{0}$$
439
+
what (if anything) can we conclude about linear independence of vectors $\vec{v}_1, \vec{v}_2, \vec{v}_3$?
447
440
\begin{multipleChoice}
448
441
\choice{The vectors are linearly independent}
449
442
\choice{The vectors are linearly dependent }
@@ -452,7 +445,9 @@ \section*{Practice Problems}
452
445
\end{problem}
453
446
454
447
\begin{problem}\label{prob:linindmultchoice6}
448
+
Given that
455
449
$$3\vec{v}_1+ 4\vec{v}_2- \vec{v}_3=\vec{0}$$
450
+
what (if anything) can we conclude about linear independence of vectors $\vec{v}_1, \vec{v}_2, \vec{v}_3$?
456
451
\begin{multipleChoice}
457
452
\choice{The vectors are linearly independent}
458
453
\choice[correct]{The vectors are linearly dependent }
@@ -461,7 +456,9 @@ \section*{Practice Problems}
461
456
\end{problem}
462
457
463
458
\begin{problem}\label{prob:linindmultchoice7}
459
+
Given that
464
460
$$2\vec{v}_1+ 0\vec{v}_2+ 0\vec{v}_3=\vec{0}$$
461
+
what (if anything) can we conclude about linear independence of vectors $\vec{v}_1, \vec{v}_2, \vec{v}_3$?
465
462
\begin{multipleChoice}
466
463
\choice{The vectors are linearly independent}
467
464
\choice[correct]{The vectors are linearly dependent }
0 commit comments