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 个)
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!