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!