Hello,
suppose I've got four equations which depend on one another and one of them depends on the time:
a = f(b);
b = f(c);
c = f(d);
d = f(a,t);
How can a system like this be solved? I thought about using one of the ode solvers but failed to implement the functions. Can anybody give me a hint?
Thanks in advance,
J
1 Comment
Direct link to this comment
https://la.mathworks.com/matlabcentral/answers/45975-how-do-i-solve-a-system-of-equations#comment_94648
Direct link to this comment
https://la.mathworks.com/matlabcentral/answers/45975-how-do-i-solve-a-system-of-equations#comment_94648
Sign in to comment.