Skip to content

Commit 110041d

Browse files
committed
fix a small typo
1 parent 488646a commit 110041d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lectures/greek_square.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -744,6 +744,7 @@ compute the matrix $A$.
744744
```{solution-start} greek_square_ex_a
745745
:class: dropdown
746746
```
747+
747748
Here is one soluition.
748749
749750
According to the quote, we can formulate
@@ -757,14 +758,14 @@ $$ (eq:gs_ex1system)
757758
758759
with $x_0 = \begin{bmatrix} a_0 \cr b_0 \end{bmatrix} = \begin{bmatrix} 1 \cr 1 \end{bmatrix}$
759760
760-
By {eq}`eq:gs_ex1system`, we can write matix $A$ as
761+
By {eq}`eq:gs_ex1system`, we can write matrix $A$ as
761762
762763
$$
763764
A = \begin{bmatrix} 1 & 1 \cr
764765
2 & 1 \end{bmatrix}
765766
$$
766767
767-
Then $x_{t+1} = A x_t$ with $t \in \{0, \dots, 5\}$
768+
Then $x_{t+1} = A x_t$ for $t \in \{0, \dots, 5\}$
768769
769770
```{code-cell} ipython3
770771
# Define the matrix A

0 commit comments

Comments
 (0)