Skip to content

Commit 7c87d74

Browse files
committed
Jan 3 commit
1 parent 5fb52ef commit 7c87d74

76 files changed

Lines changed: 8802 additions & 11369 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"activeTab": 0
2+
"activeTab": 2
33
}
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"left": {
3-
"splitterpos": 248,
3+
"splitterpos": 216,
44
"topwindowstate": "NORMAL",
5-
"panelheight": 1030,
6-
"windowheight": 1067
5+
"panelheight": 910,
6+
"windowheight": 947
77
},
88
"right": {
9-
"splitterpos": 548,
9+
"splitterpos": 485,
1010
"topwindowstate": "NORMAL",
11-
"panelheight": 1030,
12-
"windowheight": 1067
11+
"panelheight": 910,
12+
"windowheight": 947
1313
}
1414
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"source_window_id": "",
33
"Source": "Source",
4-
"cursorPosition": "855,0",
5-
"scrollLine": "0"
4+
"cursorPosition": "1779,0",
5+
"scrollLine": "1755"
66
}

_book/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<meta name="author" content="D420 Faculty Team" />
2424

2525

26-
<meta name="date" content="2026-01-02" />
26+
<meta name="date" content="2026-01-03" />
2727

2828
<meta name="viewport" content="width=device-width, initial-scale=1" />
2929
<meta name="apple-mobile-web-app-capable" content="yes" />

_book/affine-spaces.html

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
<meta name="author" content="D420 Faculty Team" />
2424

2525

26-
<meta name="date" content="2026-01-02" />
26+
<meta name="date" content="2025-11-16" />
2727

2828
<meta name="viewport" content="width=device-width, initial-scale=1" />
2929
<meta name="apple-mobile-web-app-capable" content="yes" />
3030
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
3131

3232

3333
<link rel="prev" href="linear-mappings.html"/>
34-
<link rel="next" href="analytic-geometry.html"/>
34+
<link rel="next" href="linear-algebra-1.html"/>
3535
<script src="libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
3636
<script src="https://cdn.jsdelivr.net/npm/fuse.js@6.4.6/dist/fuse.min.js"></script>
3737
<link href="libs/gitbook-2.6.7/css/style.css" rel="stylesheet" />
@@ -147,7 +147,7 @@
147147
<li class="chapter" data-level="2.7.1" data-path="linear-mappings.html"><a href="linear-mappings.html#matrix-representation-of-linear-mappings"><i class="fa fa-check"></i><b>2.7.1</b> Matrix Representation of Linear Mappings</a></li>
148148
<li class="chapter" data-level="2.7.2" data-path="linear-mappings.html"><a href="linear-mappings.html#coordinate-systems-and-bases"><i class="fa fa-check"></i><b>2.7.2</b> Coordinate Systems and Bases</a></li>
149149
<li class="chapter" data-level="2.7.3" data-path="linear-mappings.html"><a href="linear-mappings.html#basis-change-and-equivalence"><i class="fa fa-check"></i><b>2.7.3</b> Basis Change and Equivalence</a></li>
150-
<li class="chapter" data-level="2.7.4" data-path="linear-mappings.html"><a href="linear-mappings.html#image-and-kernel-of-a-linear-mapping"><i class="fa fa-check"></i><b>2.7.4</b> Image and Kernel of a Linear Mapping</a></li>
150+
<li class="chapter" data-level="2.7.6" data-path="linear-mappings.html"><a href="linear-mappings.html#image-and-kernel-of-a-linear-mapping"><i class="fa fa-check"></i><b>2.7.6</b> Image and Kernel of a Linear Mapping</a></li>
151151
</ul></li>
152152
<li class="chapter" data-level="2.8" data-path="affine-spaces.html"><a href="affine-spaces.html"><i class="fa fa-check"></i><b>2.8</b> Affine Spaces</a>
153153
<ul>
@@ -179,38 +179,38 @@ <h2><span class="header-section-number">2.8</span> Affine Spaces<a href="affine-
179179
<p>In the machine learning literature, the terms <em>linear</em> and <em>affine</em> are often used interchangeably.</p>
180180
</div>
181181
<div class="definition">
182-
<p><span id="def:unlabeled-div-200" class="definition"><strong>Definition 2.36 </strong></span>Let <span class="math inline">\(V\)</span> be a vector space, <span class="math inline">\(x_0 \in V\)</span>, and <span class="math inline">\(U \subseteq V\)</span> a subspace. Then
182+
<p><span id="def:unlabeled-div-184" class="definition"><strong>Definition 2.35 </strong></span>Let <span class="math inline">\(V\)</span> be a vector space, <span class="math inline">\(x_0 \in V\)</span>, and <span class="math inline">\(U \subseteq V\)</span> a subspace. Then
183183
<span class="math display">\[
184184
L = x_0 + U := \{ x_0 + u : u \in U \}
185185
\]</span>
186186
is called an <strong>affine subspace</strong> or <strong>linear manifold</strong> of <span class="math inline">\(V\)</span>.</p>
187187
<ul>
188188
<li><span class="math inline">\(U\)</span> is the <strong>direction space</strong>.<br />
189189
</li>
190-
<li><span class="math inline">\(\mathbf{x}_0\)</span> is the <strong>support point</strong>.<br />
190+
<li><span class="math inline">\(x_0\)</span> is the <strong>support point</strong>.<br />
191191
</li>
192-
<li>If <span class="math inline">\(\mathbf{x}_0 \notin U\)</span>, then <span class="math inline">\(L\)</span> is <em>not</em> a linear subspace (it does not contain the origin).</li>
192+
<li>If <span class="math inline">\(x_0 \notin U\)</span>, then <span class="math inline">\(L\)</span> is <em>not</em> a linear subspace (it does not contain the origin).</li>
193193
</ul>
194194
</div>
195195
<div class="example">
196-
<p><span id="exm:unlabeled-div-201" class="example"><strong>Example 2.59 </strong></span>Points, lines, and planes in <span class="math inline">\(\mathbb{R}^3\)</span> that do not necessarily pass through the origin are examples of affine spaces.</p>
196+
<p><span id="exm:unlabeled-div-185" class="example"><strong>Example 2.59 </strong></span>Points, lines, and planes in <span class="math inline">\(\mathbb{R}^3\)</span> that do not necessarily pass through the origin are examples of affine spaces.</p>
197197
</div>
198198
<div class="definition">
199-
<p><span id="def:unlabeled-div-202" class="definition"><strong>Definition 2.37 </strong></span>If <span class="math inline">\(L = \mathbf{x}_0 + U\)</span> and <span class="math inline">\((\mathbf{b}_1, \ldots, \mathbf{b}_k)\)</span> is a basis of <span class="math inline">\(U\)</span>,<br />
200-
then every <span class="math inline">\(\mathbf{x} \in L\)</span> can be written as:
199+
<p><span id="def:unlabeled-div-186" class="definition"><strong>Definition 2.36 </strong></span>If <span class="math inline">\(L = x_0 + U\)</span> and <span class="math inline">\((b_1, \ldots, b_k)\)</span> is a basis of <span class="math inline">\(U\)</span>,<br />
200+
then every <span class="math inline">\(x \in L\)</span> can be written as:
201201
<span class="math display">\[
202-
\mathbf{x} = \mathbf{x}_0 + \lambda_1 \mathbf{b}_1 + \cdots + \lambda_k \mathbf{b}_k, \quad \lambda_i \in \mathbb{R}
202+
x = x_0 + \lambda_1 b_1 + \cdots + \lambda_k b_k, \quad \lambda_i \in \mathbb{R}
203203
\]</span>
204204
This is called the <strong>parametric equation</strong> of the affine subspace.</p>
205205
</div>
206206
<div class="example">
207-
<p><span id="exm:unlabeled-div-203" class="example"><strong>Example 2.60 </strong></span></p>
207+
<p><span id="exm:unlabeled-div-187" class="example"><strong>Example 2.60 </strong></span></p>
208208
<ul>
209209
<li><p>A line <span class="math inline">\(y = x_0 + \lambda b_1\)</span>, where <span class="math inline">\(\lambda \in \mathbb{R}\)</span> is an example of a parametric equation in a 1-dimensional affine subspace.</p></li>
210-
<li><p>A plane <span class="math inline">\(y = \mathbf{x}_0 + \lambda_1 \mathbf{b}_1 + \lambda_2 \mathbf{b}_2\)</span>, where <span class="math inline">\(\mathbf{b}_1, \mathbf{b}_2\)</span> are linearly independent is an example of a parametric equation in a 2-dimensional affine subspace.</p></li>
210+
<li><p>A plane <span class="math inline">\(y = x_0 + \lambda_1 b_1 + \lambda_2 b_2\)</span>, where <span class="math inline">\(b_1, b_2\)</span> are linearly independent is an example of a parametric equation in a 2-dimensional affine subspace.</p></li>
211211
<li><p>A hyperplane is an example of an <span class="math inline">\((n - 1)\)</span>-dimensional affine subspace
212212
<span class="math display">\[
213-
y = \mathbf{x}_0 + \sum_{i=1}^{n-1} \lambda_i \mathbf{b}_i
213+
y = x_0 + \sum_{i=1}^{n-1} \lambda_i b_i
214214
\]</span></p>
215215
<ul>
216216
<li>In <span class="math inline">\(\mathbb{R}^2\)</span>, a line is a hyperplane.<br />
@@ -222,26 +222,26 @@ <h2><span class="header-section-number">2.8</span> Affine Spaces<a href="affine-
222222
<hr />
223223
<div id="relation-to-linear-equations" class="section level3 hasAnchor" number="2.8.1">
224224
<h3><span class="header-section-number">2.8.1</span> Relation to Linear Equations<a href="affine-spaces.html#relation-to-linear-equations" class="anchor-section" aria-label="Anchor link to header"></a></h3>
225-
<p>For <span class="math inline">\(\mathbf{A} \in \mathbb{R}^{m \times n}\)</span> and <span class="math inline">\(\mathbf{x} \in \mathbb{R}^m\)</span>, the solution set of <span class="math inline">\(\mathbf{A}\lambda = \mathbf{x}\)</span> is either empty or an <strong>affine subspace</strong> of <span class="math inline">\(\mathbb{R}^n\)</span> with dimension <span class="math inline">\(n - \text{rk}(\mathbf{A})\)</span>.</p>
225+
<p>For <span class="math inline">\(\mathbf{A} \in \mathbb{R}^{m \times n}\)</span> and <span class="math inline">\(x \in \mathbb{R}^m\)</span>, the solution set of <span class="math inline">\(\mathbf{A}\lambda = x\)</span> is either empty or an <strong>affine subspace</strong> of <span class="math inline">\(\mathbb{R}^n\)</span> with dimension <span class="math inline">\(n - \text{rk}(\mathbf{A})\)</span>.</p>
226226
<ul>
227-
<li>The equation <span class="math inline">\(\mathbf{A} \mathbf{x} = \mathbf{b}\)</span> (inhomogeneous system) defines an affine subspace.<br />
227+
<li>The equation <span class="math inline">\(\mathbf{A} x = b\)</span> (inhomogeneous system) defines an affine subspace.<br />
228228
</li>
229-
<li>The equation <span class="math inline">\(\mathbf{A} \mathbf{x} = \mathbf{0}\)</span> (homogeneous system) defines a vector subspace, which can be seen as a special affine subspace with support point <span class="math inline">\(\mathbf{x}_0 = \mathbf{0}\)</span>.</li>
229+
<li>The equation <span class="math inline">\(\mathbf{A} x = 0\)</span> (homogeneous system) defines a <strong>vector subspace</strong>, which can be seen as a special affine subspace with support point <span class="math inline">\(x_0 = 0\)</span>.</li>
230230
</ul>
231231
<hr />
232232
</div>
233233
<div id="affine-mappings" class="section level3 hasAnchor" number="2.8.2">
234234
<h3><span class="header-section-number">2.8.2</span> Affine Mappings<a href="affine-spaces.html#affine-mappings" class="anchor-section" aria-label="Anchor link to header"></a></h3>
235235
<p>Affine mappings generalize linear mappings by including a <strong>translation</strong>.</p>
236236
<div class="definition">
237-
<p><span id="def:unlabeled-div-204" class="definition"><strong>Definition 2.38 </strong></span>Let <span class="math inline">\(V, W\)</span> be vector spaces, <span class="math inline">\(\Phi : V \to W\)</span> a linear map, and <span class="math inline">\(\mathbf{a} \in W\)</span>. Then
237+
<p><span id="def:unlabeled-div-188" class="definition"><strong>Definition 2.37 </strong></span>Let <span class="math inline">\(V, W\)</span> be vector spaces, <span class="math inline">\(\Phi : V \to W\)</span> a linear map, and <span class="math inline">\(a \in W\)</span>. Then
238238
<span class="math display">\[
239-
\varphi : V \to W, \quad x \mapsto \mathbf{a} + \Phi(\mathbf{x})
239+
\varphi : V \to W, \quad x \mapsto a + \Phi(x)
240240
\]</span>
241-
is an <strong>affine mapping</strong> with <strong>translation vector</strong> <span class="math inline">\(\mathbf{a}\)</span>.</p>
241+
is an <strong>affine mapping</strong> with <strong>translation vector</strong> <span class="math inline">\(a\)</span>.</p>
242242
</div>
243243
<div class="lemma">
244-
<p><span id="lem:unlabeled-div-205" class="lemma"><strong>Lemma 2.9 </strong></span>Properties:</p>
244+
<p><span id="lem:unlabeled-div-189" class="lemma"><strong>Lemma 2.10 </strong></span>Properties:</p>
245245
<ul>
246246
<li>Every affine map can be written as a composition:
247247
<span class="math display">\[
@@ -251,7 +251,7 @@ <h3><span class="header-section-number">2.8.2</span> Affine Mappings<a href="aff
251251
</li>
252252
<li>The composition of affine mappings is <strong>affine</strong>.<br />
253253
</li>
254-
<li>If an affine mapping is bijective, it preserves:
254+
<li>If an affine mapping is <strong>bijective</strong>, it preserves:
255255
<ul>
256256
<li><strong>Dimension</strong><br />
257257
</li>
@@ -274,7 +274,7 @@ <h3>Exercises<a href="affine-spaces.html#exercises-9" class="anchor-section" ari
274274
</div>
275275
</div>
276276
<a href="linear-mappings.html" class="navigation navigation-prev " aria-label="Previous page"><i class="fa fa-angle-left"></i></a>
277-
<a href="analytic-geometry.html" class="navigation navigation-next " aria-label="Next page"><i class="fa fa-angle-right"></i></a>
277+
<a href="linear-algebra-1.html" class="navigation navigation-next " aria-label="Next page"><i class="fa fa-angle-right"></i></a>
278278
</div>
279279
</div>
280280
<script src="libs/gitbook-2.6.7/js/app.min.js"></script>

_book/analytic-geometry.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<meta name="author" content="D420 Faculty Team" />
2424

2525

26-
<meta name="date" content="2026-01-02" />
26+
<meta name="date" content="2025-11-20" />
2727

2828
<meta name="viewport" content="width=device-width, initial-scale=1" />
2929
<meta name="apple-mobile-web-app-capable" content="yes" />
@@ -218,7 +218,7 @@
218218
<ul>
219219
<li class="chapter" data-level="4.6.1" data-path="matrix-approximation-via-svd.html"><a href="matrix-approximation-via-svd.html#error-measurement"><i class="fa fa-check"></i><b>4.6.1</b> Error Measurement</a></li>
220220
</ul></li>
221-
<li class="chapter" data-level="4.7" data-path="matrix-phylogeny-overview.html"><a href="matrix-phylogeny-overview.html"><i class="fa fa-check"></i><b>4.7</b> Matrix Phylogeny (Overview)</a></li>
221+
<li class="chapter" data-level="4.7" data-path="matrix-phylogeny-overview.html"><a href="matrix-phylogeny-overview.html"><i class="fa fa-check"></i><b>4.7</b> 4.7 Matrix Phylogeny (Overview)</a></li>
222222
</ul></li>
223223
<li class="chapter" data-level="5" data-path="vector-calculus.html"><a href="vector-calculus.html"><i class="fa fa-check"></i><b>5</b> Vector Calculus</a>
224224
<ul>
@@ -265,12 +265,10 @@
265265
</ul></li>
266266
<li class="chapter" data-level="6.4" data-path="summary-statistics-and-independence.html"><a href="summary-statistics-and-independence.html"><i class="fa fa-check"></i><b>6.4</b> Summary Statistics and Independence</a>
267267
<ul>
268-
<li class="chapter" data-level="6.4.1" data-path="summary-statistics-and-independence.html"><a href="summary-statistics-and-independence.html#means-and-covariances"><i class="fa fa-check"></i><b>6.4.1</b> Means and Covariances</a></li>
269-
<li class="chapter" data-level="6.4.2" data-path="summary-statistics-and-independence.html"><a href="summary-statistics-and-independence.html#empirical-means-and-covariances"><i class="fa fa-check"></i><b>6.4.2</b> <strong>Empirical Means and Covariances</strong></a></li>
270-
<li class="chapter" data-level="6.4.3" data-path="summary-statistics-and-independence.html"><a href="summary-statistics-and-independence.html#alternatice-expressions-for-the-variance"><i class="fa fa-check"></i><b>6.4.3</b> Alternatice Expressions for the Variance</a></li>
271-
<li class="chapter" data-level="6.4.4" data-path="summary-statistics-and-independence.html"><a href="summary-statistics-and-independence.html#sums-and-transformations-of-random-variables"><i class="fa fa-check"></i><b>6.4.4</b> <strong>Sums and Transformations of Random Variables</strong></a></li>
272-
<li class="chapter" data-level="6.4.5" data-path="summary-statistics-and-independence.html"><a href="summary-statistics-and-independence.html#statistical-independence"><i class="fa fa-check"></i><b>6.4.5</b> <strong>Statistical Independence</strong></a></li>
273-
<li class="chapter" data-level="6.4.6" data-path="summary-statistics-and-independence.html"><a href="summary-statistics-and-independence.html#inner-products-and-geometry-of-random-variables"><i class="fa fa-check"></i><b>6.4.6</b> <strong>Inner Products and Geometry of Random Variables</strong></a></li>
268+
<li class="chapter" data-level="6.4.1" data-path="summary-statistics-and-independence.html"><a href="summary-statistics-and-independence.html#empirical-statistics"><i class="fa fa-check"></i><b>6.4.1</b> <strong>Empirical Statistics</strong></a></li>
269+
<li class="chapter" data-level="6.4.2" data-path="summary-statistics-and-independence.html"><a href="summary-statistics-and-independence.html#sums-and-transformations-of-random-variables"><i class="fa fa-check"></i><b>6.4.2</b> <strong>Sums and Transformations of Random Variables</strong></a></li>
270+
<li class="chapter" data-level="6.4.3" data-path="summary-statistics-and-independence.html"><a href="summary-statistics-and-independence.html#independence-and-conditional-independence"><i class="fa fa-check"></i><b>6.4.3</b> <strong>Independence and Conditional Independence</strong></a></li>
271+
<li class="chapter" data-level="6.4.4" data-path="summary-statistics-and-independence.html"><a href="summary-statistics-and-independence.html#inner-products-and-geometry-of-random-variables"><i class="fa fa-check"></i><b>6.4.4</b> <strong>Inner Products and Geometry of Random Variables</strong></a></li>
274272
</ul></li>
275273
<li class="chapter" data-level="6.5" data-path="gaussian-distribution.html"><a href="gaussian-distribution.html"><i class="fa fa-check"></i><b>6.5</b> Gaussian Distribution</a>
276274
<ul>

0 commit comments

Comments
 (0)