Skip to content

Commit d4ec437

Browse files
committed
add lecture label
1 parent bd962da commit d4ec437

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

lectures/linear_equations.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ column vectors.
142142
The set of all $n$-vectors is denoted by $\mathbb R^n$.
143143

144144
```{prf:example}
145-
:label: ex_dim
145+
:label: le_ex_dim
146146
147147
* $\mathbb R^2$ is the plane --- the set of pairs $(x_1, x_2)$.
148148
* $\mathbb R^3$ is 3 dimensional space --- the set of vectors $(x_1, x_2, x_3)$.
@@ -188,7 +188,7 @@ multiplication, which we now describe.
188188
When we add two vectors, we add them element-by-element.
189189

190190
```{prf:example}
191-
:label: ex_add
191+
:label: le_ex_add
192192
193193
$$
194194
\begin{bmatrix}
@@ -278,7 +278,7 @@ plt.show()
278278
Scalar multiplication is an operation that multiplies a vector $x$ with a scalar elementwise.
279279

280280
```{prf:example}
281-
:label: ex_mul
281+
:label: le_ex_mul
282282
283283
$$
284284
-2
@@ -436,7 +436,7 @@ matrices.
436436
Scalar multiplication and addition are generalizations of the vector case:
437437

438438
```{prf:example}
439-
:label: ex_asm
439+
:label: le_ex_asm
440440
441441
$$
442442
3
@@ -470,7 +470,7 @@ $$
470470
$$
471471

472472
```{prf:example}
473-
:label: ex_ma
473+
:label: le_ex_ma
474474
475475
Consider this example of matrix addition,
476476
@@ -531,7 +531,7 @@ If $A$ is $n \times k$ and $B$ is $j \times m$, then to multiply $A$ and $B$
531531
we require $k = j$, and the resulting matrix $A B$ is $n \times m$.
532532

533533
```{prf:example}
534-
:label: ex_2dmul
534+
:label: le_ex_2dmul
535535
536536
Here's an example of a $2 \times 2$ matrix multiplied by a $2 \times 1$ vector.
537537
@@ -856,7 +856,7 @@ In matrix form, the system {eq}`la_se` becomes
856856
```
857857

858858
```{prf:example}
859-
:label: ex_gls
859+
:label: le_ex_gls
860860
For example, {eq}`n_eq_sys_la` has this form with
861861
862862
$$

0 commit comments

Comments
 (0)