Differential equation system (coupled)

20 Views Asked by At

I have a system with some differential equations. The equations are coupled, in this way: $f'_n(x)=Af_{n-1}(x)+Bf_{n+1}(x)+Cf_n$. I would like to solve the system. I am a beginner in Mathematica. Could someone help me?