How does one solve simultaneous difference (not differential) equations?
Ältere Kommentare anzeigen
ODE45 can deal with differential equations.
Filter can deal with a single difference equations.
Can Filter deal with multiple simultaneous discrete difference equations?
1 Kommentar
Ameer Hamza
am 3 Jun. 2020
Can you show your system of equations?
Antworten (1)
Victor Quezada
am 30 Mai 2020
0 Stimmen
It's better if you convert your set of diference equations into matrices and solve it by "\" operator.
2 Kommentare
Victor Quezada
am 2 Jun. 2020
Here's plenty of information w/examples about that: https://www.mathworks.com/help/matlab/ref/mldivide.html
Kategorien
Mehr zu Programming finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!