How does one solve simultaneous difference (not differential) equations?
Show older comments
ODE45 can deal with differential equations.
Filter can deal with a single difference equations.
Can Filter deal with multiple simultaneous discrete difference equations?
1 Comment
Ameer Hamza
on 3 Jun 2020
Can you show your system of equations?
Answers (1)
Victor Quezada
on 30 May 2020
0 votes
It's better if you convert your set of diference equations into matrices and solve it by "\" operator.
2 Comments
Victor Quezada
on 2 Jun 2020
Here's plenty of information w/examples about that: https://www.mathworks.com/help/matlab/ref/mldivide.html
Categories
Find more on Programming in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!