Skip to content

Commit 3047806

Browse files
authored
Chapter 3 tweaks (#1028)
* Typeset with dfrac * Section 3 * Section 4 * Section 6
1 parent d6437fc commit 3047806

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ T\left(\left[\begin{array}{c} -5 \\ 0 \\ -3 \\ -2 \end{array}\right]\right)
752752

753753
<li>A <term>rotation</term> is given by <m>\vec{v} \mapsto \left[\begin{array}{c} \cos(\theta)x - \sin(\theta)y\\ \cos(\theta)y + \sin(\theta)x\end{array}\right].</m></li>
754754

755-
<li>A <term>reflection</term> of <m>\vec{v}</m> over a line <m>l</m> can be found by first finding a vector <m>\vec{l} = \left[\begin{array}{c} l_x\\l_y\end{array}\right]</m> along <m>l</m>, then <m>\vec{v} \mapsto 2\frac{\vec{l}\cdot\vec{v}}{\vec{l}\cdot\vec{l}}\vec{l} - \vec{v}.</m></li>
755+
<li>A <term>reflection</term> of <m>\vec{v}</m> over a line <m>l</m> can be found by first finding a vector <m>\vec{l} = \left[\begin{array}{c} l_x\\l_y\end{array}\right]</m> along <m>l</m>, then <m>\vec{v} \mapsto 2 \left(\dfrac{\vec{l}\cdot\vec{v}}{\vec{l}\cdot\vec{l}}\right) \vec{l} - \vec{v}.</m></li>
756756
</ul>
757757
Represent each of the following transformations with respect to the standard basis in <m>\mathbb{R}^2</m>.
758758
<ul>

source/linear-algebra/source/03-AT/03.ptx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ the set of all vectors that transform into <m>\vec 0</m>?
8484
<statement>
8585
<p>
8686
Let <m>T: V \rightarrow W</m> be a linear transformation, and let <m>\vec{z}</m> be the additive
87-
identity (the <q>zero vector</q>) of <m>W</m>. The <term>kernel</term><idx>kernel</idx>of <m>T</m>
87+
identity (the <q>zero vector</q>) of <m>W</m>. The <term>kernel</term><idx>kernel</idx> of <m>T</m>
8888
(also known as the <term>null space</term><idx>null space</idx> of <m>T</m>)
8989
is an important subspace of <m>V</m> defined by
9090
<me>
@@ -107,7 +107,7 @@ is an important subspace of <m>V</m> defined by
107107
\draw (-2,0) -- (2,0);
108108
\draw (0,-2) -- (0,2);
109109
\fill[blue] (0,0) circle (0.2)
110-
node[anchor=south east] {\(\vec{0}\)};
110+
node[anchor=south east] {\(\vec{z}\)};
111111
\end{scope}
112112
\end{tikzpicture}
113113
</latex-image>

source/linear-algebra/source/03-AT/04.ptx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ Which of the following must be true?
10001000
</li>
10011001
<li>
10021002
<p>
1003-
The system of equations given by <m>[A|\vec{0}]</m> has a unique solution.
1003+
The system of equations given by <m>[A\,|\,\vec{0}]</m> has a unique solution.
10041004
</p>
10051005
</li>
10061006
</ol>
@@ -1046,7 +1046,7 @@ Which of the following must be true?
10461046
</li>
10471047
<li>
10481048
<p>
1049-
The system of equations given by <m>[A|\vec{b}]</m> is always consistent.
1049+
The system of equations given by <m>[A\,|\,\vec{b}]</m> is always consistent.
10501050
</p>
10511051
</li>
10521052
</ol>
@@ -1108,7 +1108,7 @@ Which of the following must be true?
11081108
<exploration><statement>
11091109
<p>Start with an <m>n</m>-dimensional vector space <m>V</m>. We can define the <term>dual</term> of <m>V</m>, denoted <m>V^*</m>, by
11101110
<me>V^* = \{h:V \rightarrow \mathbb{R}: h \mbox{ is linear}\}.</me>
1111-
Prove that <m>V</m> is isomorphic to<m>V^*</m>. Here are some things to think about as you work through this.
1111+
Prove that <m>V</m> is isomorphic to <m>V^*</m>. Here are some things to think about as you work through this.
11121112
<ul>
11131113
<li>Start by assuming you have a basis for <m>V</m>. How many basis vectors should you have?</li>
11141114
<li>For each basis vector in <m>V</m>, define a function that returns 1 if it's given that basis vector, and returns 0 if it's given any other basis vector. For example, if <m>\vec{b_i}</m> and <m>\vec{b_j}</m> are each members of the basis for <m>V</m>, and you'll need a function <m>f_i:V \rightarrow \{0,1\}</m>, where <m>f_i(b_i) = 1</m> and <m>f_i(b_j)= 0</m> for all <m> j \neq i</m>.</li>

source/linear-algebra/source/03-AT/06.ptx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -312,15 +312,15 @@ Consider the matrix space <m>M_{2,2}=\left\{\left[\begin{array}{cc}
312312
<activity>
313313
<introduction>
314314
<p>
315-
Consider polynomial space <m>\P^4=\left\{a+by+cy^2+dy^3+ey^4\middle| a,b,c,d,e\in\IR\right\}</m> and the following set:
315+
Consider polynomial space <m>\P_4=\left\{a+by+cy^2+dy^3+ey^4\middle| a,b,c,d,e\in\IR\right\}</m> and the following set:
316316
<me>
317317
S=\setList{1,y,y^2,y^3,y^4}.
318318
</me>
319319
</p>
320320
</introduction>
321321
<task>
322322
<statement>
323-
<p> Does the set <m>S</m> span <m>\P^4</m>?
323+
<p> Does the set <m>S</m> span <m>\P_4</m>?
324324
<ol marker="A.">
325325
<li>
326326
<p>
@@ -339,7 +339,7 @@ S=\setList{1,y,y^2,y^3,y^4}.
339339
</li>
340340
<li>
341341
<p>
342-
Yes; every polynomial in <m>\P^4</m> is a linear combination of the polynomials in <m>S</m>.
342+
Yes; every polynomial in <m>\P_4</m> is a linear combination of the polynomials in <m>S</m>.
343343
</p>
344344
</li>
345345
</ol>
@@ -384,15 +384,15 @@ S=\setList{1,y,y^2,y^3,y^4}.
384384
</me>
385385
<ol marker="A." >
386386
<li><m>S</m> is linearly independent</li>
387-
<li><m>S</m> spans <m>\P^4</m></li>
388-
<li><m>S</m> is a basis of <m>\P^4</m></li>
387+
<li><m>S</m> spans <m>\P_4</m></li>
388+
<li><m>S</m> is a basis of <m>\P_4</m></li>
389389
</ol>
390390
</p>
391391
</statement>
392392
</task>
393393
<task>
394394
<statement>
395-
<p> What is the dimension of <m>\P^4</m>?
395+
<p> What is the dimension of <m>\P_4</m>?
396396
<ol marker="A." cols="4">
397397
<li>2</li>
398398
<li>3</li>
@@ -405,7 +405,7 @@ S=\setList{1,y,y^2,y^3,y^4}.
405405
<task>
406406
<statement>
407407
<p>
408-
Which Euclidean space is <m>\P^4</m> isomorphic to?
408+
Which Euclidean space is <m>\P_4</m> isomorphic to?
409409
<ol marker="A." cols="4">
410410
<li><m>\IR^2</m></li>
411411
<li><m>\IR^3</m></li>
@@ -418,7 +418,7 @@ S=\setList{1,y,y^2,y^3,y^4}.
418418
<task>
419419
<statement>
420420
<p>
421-
Describe an isomorphism <m>T:\P^4\to\IR^{\unknown}</m>:
421+
Describe an isomorphism <m>T:\P_4\to\IR^{\unknown}</m>:
422422
<me>
423423
T\left(a+by+cy^2+dy^3+ey^4\right)=\left[\begin{array}{c}
424424
\unknown\\\\\vdots\\\\\unknown

0 commit comments

Comments
 (0)