The equation of the system is
dx(t)/dt=A(t)x(t) where A is 2*2 matrix
In floquet-lyaponov theory it is said that using two independent initial conditions we can calculate PHI(t) matrix which is state transition matrix.
let A=[0 exp(t) ;
0 1]
By taking independent initial conditions [1;0] and [0;1] how we can calculate phi matrix?