I am interested in solving the following system of ODEs
x′=2x+3y+z
y′=x−3y+2z
z′=x+2y−4z
with conditions at distinct times, even at time at infinity.
x(0)=1
y(0)=1
z(+inf)=0
I tried to google but it seems to be no method in PYTHON, MATLAB suitable for this system. Are there any ideas? Thanks!