Page 1 of 1

Find a closed-form solution for the following recurrence relations: (a) A(n) = 2A(n−1) + 8A(n−2) A(1) = 4 A(2) = −2 (b)

Posted: Thu Jul 07, 2022 2:20 pm
by answerhappygod
Find a closed-form solution for the following recurrencerelations:
(a) A(n) = 2A(n−1) + 8A(n−2)
A(1) = 4
A(2) = −2
(b) B(n) = 6B(n−1) − 9B(n−2)
B(1) = 2
B(2) = 24