Skip to content

Commit 59c3174

Browse files
authored
Update src/algebra/fibonacci-numbers.md
1 parent 115cc22 commit 59c3174

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/algebra/fibonacci-numbers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ $$
159159
160160
where $F_1 = 1, F_0 = 0$.
161161
In fact, since
162+
162163
$$
163164
\begin{pmatrix} 1 & 1 \\ 1 & 0 \end{pmatrix}
164165
= \begin{pmatrix} F_2 & F_1 \\ F_1 & F_0 \end{pmatrix}

0 commit comments

Comments
 (0)