solve linear system with non-constant coefficientss

asked 2017-10-03 12:12:22 +0200

this post is marked as community wiki

This post is a wiki. Anyone with karma >750 is welcome to improve it.

I would like to solve a linear system of two differential equations with non-constant coefficients. Namely a system of the form $$\begin{pmatrix}u_1 \\ u_2\end{pmatrix}'=A\begin{pmatrix}u_1 \\ u_2\end{pmatrix}$$

where $A=\begin{pmatrix}a &b\\ c& d\end{pmatrix}$ and $a,b,c,d$ are given holomorphic functions.

I'm mainly interested in integrate such a system along paths

edit retag flag offensive close merge delete

Comments

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.

dan_fulea gravatar imagedan_fulea ( 2017-10-03 22:10:54 +0200 )edit