sage: maxima('batch(solve_rec)')
"/home/andy/Pobrane/sage-4.7.1/local/share/maxima/5.23.2/share/contrib/
solve_rec/solve_rec.mac"
sage: maxima('deq: u[n+2]=2*u[n + 1] + 8*u[n];')
u[n+2]=2*u[n+1]+8*u[n]
sage: maxima('sol:solve_rec(deq,u[n],u[0]=2,u[1]=7);')
u[n]=11*4^n/6-(-2)^(n-1)/3

Andrzej Chrzeszczyk

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to