diff --git a/source/linear-algebra/source/02-EV/03.ptx b/source/linear-algebra/source/02-EV/03.ptx index fbe67f994..216e5a359 100644 --- a/source/linear-algebra/source/02-EV/03.ptx +++ b/source/linear-algebra/source/02-EV/03.ptx @@ -40,8 +40,8 @@

- Recall that if S=\left\{\vec{v}_1,\dots, \vec{v}_n\right\} is subset of vectors in \IR^n, then \vspan(S) is the set of all linear combinations of vectors in S. - In , we learned how to decide whether \vspan(S) was equal to all of \IR^n or something strictly smaller. + Recall that if S=\left\{\vec{v}_1,\dots, \vec{v}_n\right\} is subset of vectors in \IR^n, then \vspan S is the set of all linear combinations of vectors in S. + In , we learned how to decide whether \vspan S was equal to all of \IR^n or something strictly smaller.

@@ -55,9 +55,9 @@

Let S denote a set of vectors in \IR^3 and suppose that \left[\begin{array}{c}1\\2\\3\end{array}\right], - \left[\begin{array}{c}4\\5\\6\end{array}\right]\in\vspan(S). + \left[\begin{array}{c}4\\5\\6\end{array}\right]\in\vspan S. Which of the following vectors might - not belong to \vspan(S)? + not belong to \vspan S?

  1. \left[\begin{array}{c}0\\0\\0\end{array}\right]
  2. \left[\begin{array}{c}1\\2\\3\end{array}\right]+ @@ -78,9 +78,9 @@

    More generally, let S denote a set of vectors in \IR^n and suppose that - \vec v,\vec w\in\vspan(S) and c\in\mathbb R. + \vec v,\vec w\in\vspan S and c\in\mathbb R. Which of the following vectors - must belong to \vspan(S)? + must belong to \vspan S?

    1. \vec 0
    2. \vec v+\vec w
    3. @@ -269,21 +269,21 @@

      - If S is any set of vectors in \IR^n, then the set \vspan(S) has the following properties: + If S is any set of vectors in \IR^n, then the set \vspan S has the following properties:

      • - the set \vspan(S) is non-empty. + the set \vspan S is non-empty.

      • - the set \vspan(S) is closed under addition: for any \vec{u},\vec{v}\in \vspan(S), the sum \vec{u}+\vec{v} is also in \vspan(S). + the set \vspan S is closed under addition: for any \vec{u},\vec{v}\in \vspan S, the sum \vec{u}+\vec{v} is also in \vspan S.

      • - the set \vspan(S) is closed under scalar multiplication: for any \vec{u}\in\vspan(S) and scalar c\in\IR, the product c\vec{u} is also in \vspan(S). + the set \vspan S is closed under scalar multiplication: for any \vec{u}\in\vspan S and scalar c\in\IR, the product c\vec{u} is also in \vspan S.

      @@ -1033,21 +1033,21 @@ that is, (kx)+(ky)=(kx)(ky). This is verified by the following calculatio

      - Given the set of ingredients S=\{\textrm{flour}, \textrm{yeast}, \textrm{salt}, \textrm{water}, \textrm{sugar}, \textrm{milk}\}, how should we think of the subspace \vspan(S)? + Given the set of ingredients S=\{\textrm{flour}, \textrm{yeast}, \textrm{salt}, \textrm{water}, \textrm{sugar}, \textrm{milk}\}, how should we think of the subspace \vspan S?

      - What is one meal that lives in the subspace \vspan(S)? + What is one meal that lives in the subspace \vspan S?

      - What is one meal that does not live in the subspace \vspan(S)? + What is one meal that does not live in the subspace \vspan S?

      diff --git a/source/linear-algebra/source/02-EV/05.ptx b/source/linear-algebra/source/02-EV/05.ptx index 69e9db9c4..975114fbd 100644 --- a/source/linear-algebra/source/02-EV/05.ptx +++ b/source/linear-algebra/source/02-EV/05.ptx @@ -29,7 +29,7 @@ In this analogy, a recipe was defined to be a list of amounts of each i

      - Does pizza live inside of \vspan(S)? + Does pizza live inside of \vspan S?