How to solve a matrix of two symbolic variables using in-built function ode113??
Show older comments
- I have a matrix B_mat of order (n+1,n+1), whose elements are computed by integrating functions of z variable.
- I have a matrix E_mat whose elements are functions of x only, after integrating with respect to z.
- F_mat = inv(B_mat) *E_mat
- Y is a vector of unknown variables and
- Fxy_mat = F_mat*y;
I am solving this Fxy_mat with ode113 in my code but didn't get success.
2 Comments
Torsten
on 22 Jan 2018
It would be easier to follow if you directly present the ODE system you are trying to solve and the problems you encounter.
Best wishes
Torsten.
Accepted Answer
More Answers (0)
Categories
Find more on Ordinary Differential Equations 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!