vault backup: 2024-12-13 01:56:36

This commit is contained in:
2024-12-13 01:56:36 +01:00
parent da323ae882
commit 51e3959f11
6 changed files with 8912 additions and 9 deletions

View File

@ -37,7 +37,7 @@ A recurrence relation is an equation that defines a sequence based on its earlie
x^k - a_1 x^{k-1} - a_2 x^{k-2} - \ldots - a_k = 0
$$
- The roots of the characteristic equation determine the explicit formula for the sequence. The sources focus on degree-2 relations, but the method generalizes to any degree.
- The roots of the characteristic equation determine the explicit formula for the sequence.
---