由递推公式求函数表达式 matlab
问题描述:
由递推公式求函数表达式 matlab
n(t+1)-n(t)=[1300-16n(t)]/10000
求程序和结果
n(0)=0.13
答
n_t=maple('rsolve({n(t+1)-n(t)=(1300-16*n(t))/10000,n(0)=0.13},n(t))')
n_t =
-2028/25*(624/625)^t+325/4