solve difference equation in matlab
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponse acceptée
Torsten
le 3 Août 2017
Modifié(e) : KSSV
le 3 Août 2017
A quite complicated way by using "ztrans" and "iztrans":
Best wishes
Torsten.
2 commentaires
Torsten
le 3 Août 2017
Goto page 392 of this book:
https://books.google.de/books/about/Advanced_Engineering_Mathematics_with_MA.html?id=nPTw5B8P3OAC&redir_esc=y
Best wishes
Torsten.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Mathematics and Optimization dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!