Skip to content

Commit 542550f

Browse files
authored
removed parantheses (#1034)
1 parent b0b128d commit 542550f

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

source/linear-algebra/source/02-EV/03.ptx

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040

4141
<observation>
4242
<p>
43-
Recall that if <m>S=\left\{\vec{v}_1,\dots, \vec{v}_n\right\}</m> is subset of vectors in <m>\IR^n</m>, then <m>\vspan(S)</m> is the set of all linear combinations of vectors in <m>S</m>.
44-
In <xref ref="EV2"/>, we learned how to decide whether <m>\vspan(S)</m> was equal to all of <m>\IR^n</m> or something strictly smaller.
43+
Recall that if <m>S=\left\{\vec{v}_1,\dots, \vec{v}_n\right\}</m> is subset of vectors in <m>\IR^n</m>, then <m>\vspan S</m> is the set of all linear combinations of vectors in <m>S</m>.
44+
In <xref ref="EV2"/>, we learned how to decide whether <m>\vspan S</m> was equal to all of <m>\IR^n</m> or something strictly smaller.
4545
</p>
4646
</observation>
4747
<activity>
@@ -55,9 +55,9 @@
5555
<p>
5656
Let <m>S</m> denote a set of vectors in <m>\IR^3</m> and suppose that
5757
<m>\left[\begin{array}{c}1\\2\\3\end{array}\right],
58-
\left[\begin{array}{c}4\\5\\6\end{array}\right]\in\vspan(S)</m>.
58+
\left[\begin{array}{c}4\\5\\6\end{array}\right]\in\vspan S</m>.
5959
Which of the following vectors might
60-
<em>not</em> belong to <m>\vspan(S)</m>?
60+
<em>not</em> belong to <m>\vspan S</m>?
6161
<ol marker="A." cols="2">
6262
<li><m>\left[\begin{array}{c}0\\0\\0\end{array}\right]</m></li>
6363
<li><m>\left[\begin{array}{c}1\\2\\3\end{array}\right]+
@@ -78,9 +78,9 @@
7878
<statement>
7979
<p>
8080
More generally, let <m>S</m> denote a set of vectors in <m>\IR^n</m> and suppose that
81-
<m>\vec v,\vec w\in\vspan(S)</m> and <m>c\in\mathbb R</m>.
81+
<m>\vec v,\vec w\in\vspan S</m> and <m>c\in\mathbb R</m>.
8282
Which of the following vectors
83-
<em>must</em> belong to <m>\vspan(S)</m>?
83+
<em>must</em> belong to <m>\vspan S</m>?
8484
<ol marker="A." cols="2">
8585
<li><m>\vec 0</m></li>
8686
<li><m>\vec v+\vec w</m></li>
@@ -269,21 +269,21 @@
269269

270270
<observation>
271271
<p>
272-
If <m>S</m> is any set of vectors in <m>\IR^n</m>, then the set <m>\vspan(S)</m> has the following properties:
272+
If <m>S</m> is any set of vectors in <m>\IR^n</m>, then the set <m>\vspan S</m> has the following properties:
273273
<ul>
274274
<li>
275275
<p>
276-
the set <m>\vspan(S)</m> is non-empty.
276+
the set <m>\vspan S</m> is non-empty.
277277
</p>
278278
</li>
279279
<li>
280280
<p>
281-
the set <m>\vspan(S)</m> is <q>closed under addition</q>: for any <m>\vec{u},\vec{v}\in \vspan(S)</m>, the sum <m>\vec{u}+\vec{v}</m> is also in <m>\vspan(S)</m>.
281+
the set <m>\vspan S</m> is <q>closed under addition</q>: for any <m>\vec{u},\vec{v}\in \vspan S</m>, the sum <m>\vec{u}+\vec{v}</m> is also in <m>\vspan S</m>.
282282
</p>
283283
</li>
284284
<li>
285285
<p>
286-
the set <m>\vspan(S)</m> is <q>closed under scalar multiplication</q>: for any <m>\vec{u}\in\vspan(S)</m> and scalar <m>c\in\IR</m>, the product <m>c\vec{u}</m> is also in <m>\vspan(S)</m>.
286+
the set <m>\vspan S</m> is <q>closed under scalar multiplication</q>: for any <m>\vec{u}\in\vspan S</m> and scalar <m>c\in\IR</m>, the product <m>c\vec{u}</m> is also in <m>\vspan S</m>.
287287
</p>
288288
</li>
289289
</ul>
@@ -1033,21 +1033,21 @@ that is, <m>(kx)+(ky)=(kx)(ky)</m>. This is verified by the following calculatio
10331033
<task>
10341034
<statement>
10351035
<p>
1036-
Given the set of ingredients <me>S=\{\textrm{flour}, \textrm{yeast}, \textrm{salt}, \textrm{water}, \textrm{sugar}, \textrm{milk}\}</me>, how should we think of the subspace <m>\vspan(S)</m>?
1036+
Given the set of ingredients <me>S=\{\textrm{flour}, \textrm{yeast}, \textrm{salt}, \textrm{water}, \textrm{sugar}, \textrm{milk}\}</me>, how should we think of the subspace <m>\vspan S</m>?
10371037
</p>
10381038
</statement>
10391039
</task>
10401040
<task>
10411041
<statement>
10421042
<p>
1043-
What is one meal that lives in the subspace <m>\vspan(S)</m>?
1043+
What is one meal that lives in the subspace <m>\vspan S</m>?
10441044
</p>
10451045
</statement>
10461046
</task>
10471047
<task>
10481048
<statement>
10491049
<p>
1050-
What is one meal that does not live in the subspace <m>\vspan(S)</m>?
1050+
What is one meal that does not live in the subspace <m>\vspan S</m>?
10511051
</p>
10521052
</statement>
10531053
</task>

source/linear-algebra/source/02-EV/05.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In this analogy, a <em>recipe</em> was defined to be a list of amounts of each i
2929
<task>
3030
<statement>
3131
<p>
32-
Does <q>pizza</q> live inside of <m>\vspan(S)</m>?
32+
Does <q>pizza</q> live inside of <m>\vspan S</m>?
3333
</p>
3434
</statement>
3535
</task>

0 commit comments

Comments
 (0)