Homework 17DetailsFor each of the following, make sure you show all of your work. Do not forget to plug in values to determine the constants!
Update! You may choose just ONE of the following to do for the assignment. Pick whichever you prefer.
- (6) Solve the following first-order linear recurrence relation using the
technique from the book: \(a_n=-2a_{n-1}+3\), \(a_0=0\).
- (6) Solve the following second-order homogeneous linear recurrence relation using the technique from the book:
\(t_n=3t_{n-1}-2t_{n-2}\), \(t_0=1\), \(t_1=2\).
|