MATLAB: How to symbolically solve a system of ODEs with general time dependent matrix coefficients

differential equationsmatrixmatrix manipulationodeode45symbolic

I have the following system of ODEs
where Q and A are 3×3 matrices, and the b is a 3:1 vector.

Best Answer

As there is no closed form solutions to such general problems, it can be solved only numerically.