solve linear system with non-constant coefficientss
I would like to solve a linear system of two differential equations with non-constant coefficients. Namely a system of the form (u1u2)′=A(u1u2)
where A=(abcd) and a,b,c,d are given holomorphic functions.
I'm mainly interested in integrate such a system along paths
Please give us the functions, else there is hard to provide code.
(Or at least a special case, that comes with the problems.)
A possible reference to start with is desolvers . Some ode solvers do the job numerically.