Solve a Recurrence Relation
Description
Solve a recurrence relation.
Define a recurrence relation.
fn=3 fn−1−2 fn−2
f⁡n=3⁢f⁡n−1−2⁢f⁡n−2
Solve the recurrence relation for the specified function.
rsolve⁡,⁢f⁡k
2⁢f⁡0−f⁡1−f⁡0−f⁡1⁢2k
Commands Used
rsolve
See Also
solve
Download Help Document
What kind of issue would you like to report? (Optional)