How does one solve simultaneous difference (not differential) equations?
이전 댓글 표시
ODE45 can deal with differential equations.
Filter can deal with a single difference equations.
Can Filter deal with multiple simultaneous discrete difference equations?
댓글 수: 1
Ameer Hamza
2020년 6월 3일
Can you show your system of equations?
답변 (1개)
Victor Quezada
2020년 5월 30일
0 개 추천
It's better if you convert your set of diference equations into matrices and solve it by "\" operator.
댓글 수: 2
Victor Quezada
2020년 6월 2일
Here's plenty of information w/examples about that: https://www.mathworks.com/help/matlab/ref/mldivide.html
카테고리
도움말 센터 및 File Exchange에서 Programming에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!