How does one solve simultaneous difference (not differential) equations?
조회 수: 4 (최근 30일)
이전 댓글 표시
ODE45 can deal with differential equations.
Filter can deal with a single difference equations.
Can Filter deal with multiple simultaneous discrete difference equations?
답변 (1개)
Victor Quezada
2020년 5월 30일
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
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!