For two ordered linear recurrence relation is − $F_n= AF_{n−1}+ BF_{n−2}$ where $A$ and $B$ are real numbers.
The characteristic equation for the above recurrence relation is −
$x^2−Ax−B=0$.
However, I don't know how to solve when $F_{n-3}$ is involved. Kindly help
You must solve the homogenceous equation $$t_n=3t_{n-2}+2t{n-3}$$ by the Ansatz $$t_n=q^n$$ and then you have to find a Special solution of the inhomogeneous equation for this make the Ansatz $$t_{n_p}=a+b\times 2^{n+c}$$