1. how do i solve
X'(t)=A(t)X(t)
Homework Equations
I know of this equation:
x(t) = x_0 \exp\left( \int_{t_0}^t f(\xi) \, d\xi \right)
but i think that I'm using it wrong.
The Attempt at a Solution
i have the following mathematica code:
A=
x = MatrixExp[Integrate[A, {t, 0, s}]].{1, 0,0,0}...