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?

Answers (1)

It's better if you convert your set of diference equations into matrices and solve it by "\" operator.

Categories

Find more on Programming in Help Center and File Exchange

Products

Release

R2020a

Tags

Asked:

on 29 May 2020

Commented:

on 3 Jun 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!