Assumptions:
TeX:
\begin{pmatrix} F_{n + 1} \\ F_{n} \end{pmatrix} = \begin{pmatrix} 1 & 1 \\ 1 & 0 \end{pmatrix} \begin{pmatrix} F_{n} \\ F_{n - 1} \end{pmatrix} n \in \mathbb{Z}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Fibonacci | Fibonacci number | |
Matrix2x2 | Two by two matrix | |
ZZ | Integers |
Source code for this entry:
Entry(ID("0e2425"), Formula(Equal(Matrix2x1(Fibonacci(Add(n, 1)), Fibonacci(n)), Mul(Matrix2x2(1, 1, 1, 0), Matrix2x1(Fibonacci(n), Fibonacci(Sub(n, 1)))))), Variables(n), Assumptions(Element(n, ZZ)))