Solve a rational difference equation with rsolve/rsolve_ratio?
Can I solve a rational difference equation with Sage?
X(n+1)= (a+bX(n))/(c+dX(n))
This link has been helpful trying to do it by hand link text
add a comment