Recuurence Relation
Recuurence Relation
Example:2
S={3,7,11,15,19,……}
Recurrence relation, Sn= Sn-1 + 4
Initial condition: S1=3,n≥2
Linear Recurrence Relation with Constant
Coefficient:
C0an+C1an-1+C2an-2+……..+Ckan-k=f(n)
Where C1,C2…Ck are constant.
Example:
2an+3an-1=3(linear)
an.an-1=a2n-2 (not linear)
Order: It is the difference between highest and lowest subscript.
Q3.Solve an+2an-1+4an-2=0.(case 3)