Skip to content

Commit 3c62c48

Browse files
committed
added some material
1 parent ed03762 commit 3c62c48

File tree

8 files changed

+347
-259
lines changed

8 files changed

+347
-259
lines changed

doc/pub/week1/html/week1-bs.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@
5959
None,
6060
'some-mathematical-notations'),
6161
('Vectors', 2, None, 'vectors'),
62+
('Inner products of vectors',
63+
2,
64+
None,
65+
'inner-products-of-vectors'),
6266
('Hermitian conjugate', 2, None, 'hermitian-conjugate'),
6367
('Outer products', 2, None, 'outer-products'),
6468
('Basic Matrix Features', 2, None, 'basic-matrix-features'),
@@ -252,6 +256,7 @@
252256
<!-- navigation toc: --> <li><a href="#notations-and-definitions" style="font-size: 80%;">Notations and definitions</a></li>
253257
<!-- navigation toc: --> <li><a href="#some-mathematical-notations" style="font-size: 80%;">Some mathematical notations</a></li>
254258
<!-- navigation toc: --> <li><a href="#vectors" style="font-size: 80%;">Vectors</a></li>
259+
<!-- navigation toc: --> <li><a href="#inner-products-of-vectors" style="font-size: 80%;">Inner products of vectors</a></li>
255260
<!-- navigation toc: --> <li><a href="#hermitian-conjugate" style="font-size: 80%;">Hermitian conjugate</a></li>
256261
<!-- navigation toc: --> <li><a href="#outer-products" style="font-size: 80%;">Outer products</a></li>
257262
<!-- navigation toc: --> <li><a href="#basic-matrix-features" style="font-size: 80%;">Basic Matrix Features</a></li>
@@ -458,9 +463,18 @@ <h2 id="vectors" class="anchor">Vectors </h2>
458463
\boldsymbol{x}^{\dagger} = \begin{bmatrix} x_0^* & x_1^* & x_2^* & \dots & \dots & x_{n-1}^* \end{bmatrix},
459464
$$
460465

466+
467+
<!-- !split -->
468+
<h2 id="inner-products-of-vectors" class="anchor">Inner products of vectors </h2>
469+
461470
<p>With a given vector \( \boldsymbol{x} \), we define the inner product as</p>
462471
$$
463-
\boldsymbol{x}^T \boldsymbol{x} = \sum_{i=0}^{n-1} x_ix_i=x_0^2+x_1^2+\dots + x_{n-1}^2.
472+
\boldsymbol{x}^T \boldsymbol{x} = \sum_{i=0}^{n-1} x_ix_i=x_0^2+x_1^2+\dots + x_{n-1}^2,
473+
$$
474+
475+
<p>or in case of a complex vector</p>
476+
$$
477+
\boldsymbol{x}^{\dagger} \boldsymbol{x} = \sum_{i=0}^{n-1} x_i^*x_i=\vert x_0\vert^2+\vert x_1\vert^2+\dots + \vert x_{n-1}\vert^2,
464478
$$
465479

466480

doc/pub/week1/html/week1-reveal.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,11 +313,22 @@ <h2 id="vectors">Vectors </h2>
313313
\boldsymbol{x}^{\dagger} = \begin{bmatrix} x_0^* & x_1^* & x_2^* & \dots & \dots & x_{n-1}^* \end{bmatrix},
314314
$$
315315
<p>&nbsp;<br>
316+
</section>
317+
318+
<section>
319+
<h2 id="inner-products-of-vectors">Inner products of vectors </h2>
316320

317321
<p>With a given vector \( \boldsymbol{x} \), we define the inner product as</p>
318322
<p>&nbsp;<br>
319323
$$
320-
\boldsymbol{x}^T \boldsymbol{x} = \sum_{i=0}^{n-1} x_ix_i=x_0^2+x_1^2+\dots + x_{n-1}^2.
324+
\boldsymbol{x}^T \boldsymbol{x} = \sum_{i=0}^{n-1} x_ix_i=x_0^2+x_1^2+\dots + x_{n-1}^2,
325+
$$
326+
<p>&nbsp;<br>
327+
328+
<p>or in case of a complex vector</p>
329+
<p>&nbsp;<br>
330+
$$
331+
\boldsymbol{x}^{\dagger} \boldsymbol{x} = \sum_{i=0}^{n-1} x_i^*x_i=\vert x_0\vert^2+\vert x_1\vert^2+\dots + \vert x_{n-1}\vert^2,
321332
$$
322333
<p>&nbsp;<br>
323334
</section>

doc/pub/week1/html/week1-solarized.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@
8686
None,
8787
'some-mathematical-notations'),
8888
('Vectors', 2, None, 'vectors'),
89+
('Inner products of vectors',
90+
2,
91+
None,
92+
'inner-products-of-vectors'),
8993
('Hermitian conjugate', 2, None, 'hermitian-conjugate'),
9094
('Outer products', 2, None, 'outer-products'),
9195
('Basic Matrix Features', 2, None, 'basic-matrix-features'),
@@ -378,9 +382,18 @@ <h2 id="vectors">Vectors </h2>
378382
\boldsymbol{x}^{\dagger} = \begin{bmatrix} x_0^* & x_1^* & x_2^* & \dots & \dots & x_{n-1}^* \end{bmatrix},
379383
$$
380384

385+
386+
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
387+
<h2 id="inner-products-of-vectors">Inner products of vectors </h2>
388+
381389
<p>With a given vector \( \boldsymbol{x} \), we define the inner product as</p>
382390
$$
383-
\boldsymbol{x}^T \boldsymbol{x} = \sum_{i=0}^{n-1} x_ix_i=x_0^2+x_1^2+\dots + x_{n-1}^2.
391+
\boldsymbol{x}^T \boldsymbol{x} = \sum_{i=0}^{n-1} x_ix_i=x_0^2+x_1^2+\dots + x_{n-1}^2,
392+
$$
393+
394+
<p>or in case of a complex vector</p>
395+
$$
396+
\boldsymbol{x}^{\dagger} \boldsymbol{x} = \sum_{i=0}^{n-1} x_i^*x_i=\vert x_0\vert^2+\vert x_1\vert^2+\dots + \vert x_{n-1}\vert^2,
384397
$$
385398

386399

doc/pub/week1/html/week1.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@
163163
None,
164164
'some-mathematical-notations'),
165165
('Vectors', 2, None, 'vectors'),
166+
('Inner products of vectors',
167+
2,
168+
None,
169+
'inner-products-of-vectors'),
166170
('Hermitian conjugate', 2, None, 'hermitian-conjugate'),
167171
('Outer products', 2, None, 'outer-products'),
168172
('Basic Matrix Features', 2, None, 'basic-matrix-features'),
@@ -455,9 +459,18 @@ <h2 id="vectors">Vectors </h2>
455459
\boldsymbol{x}^{\dagger} = \begin{bmatrix} x_0^* & x_1^* & x_2^* & \dots & \dots & x_{n-1}^* \end{bmatrix},
456460
$$
457461

462+
463+
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
464+
<h2 id="inner-products-of-vectors">Inner products of vectors </h2>
465+
458466
<p>With a given vector \( \boldsymbol{x} \), we define the inner product as</p>
459467
$$
460-
\boldsymbol{x}^T \boldsymbol{x} = \sum_{i=0}^{n-1} x_ix_i=x_0^2+x_1^2+\dots + x_{n-1}^2.
468+
\boldsymbol{x}^T \boldsymbol{x} = \sum_{i=0}^{n-1} x_ix_i=x_0^2+x_1^2+\dots + x_{n-1}^2,
469+
$$
470+
471+
<p>or in case of a complex vector</p>
472+
$$
473+
\boldsymbol{x}^{\dagger} \boldsymbol{x} = \sum_{i=0}^{n-1} x_i^*x_i=\vert x_0\vert^2+\vert x_1\vert^2+\dots + \vert x_{n-1}\vert^2,
461474
$$
462475

463476

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)