File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -744,6 +744,7 @@ compute the matrix $A$.
744
744
```{solution-start} greek_square_ex_a
745
745
:class: dropdown
746
746
```
747
+
747
748
Here is one soluition.
748
749
749
750
According to the quote, we can formulate
@@ -757,14 +758,14 @@ $$ (eq:gs_ex1system)
757
758
758
759
with $x_0 = \begin{bmatrix} a_0 \cr b_0 \end{bmatrix} = \begin{bmatrix} 1 \cr 1 \end{bmatrix}$
759
760
760
- By {eq}`eq:gs_ex1system`, we can write matix $A$ as
761
+ By {eq}`eq:gs_ex1system`, we can write matrix $A$ as
761
762
762
763
$$
763
764
A = \begin{bmatrix} 1 & 1 \cr
764
765
2 & 1 \end{bmatrix}
765
766
$$
766
767
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\}$
768
769
769
770
```{code-cell} ipython3
770
771
# Define the matrix A
You can’t perform that action at this time.
0 commit comments