solve difference equation in matlab
2 次查看(过去 30 天)
显示 更早的评论
how can i solve following difference equation in matlab?
A(n+1)=(1-i*p)A(n), where p is arbitrary constant and A(0)=A0
The answer obtained by iteration method of the above equation is A(n)=A0*(1-i*p)^(n).
But how we can obtain this answer in matlab?
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Mathematics and Optimization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!