Hello,
I want to plot the solution to a system of the form
x'[t] == f[x,y,z,t]
y'[t] == g[x,y,z,t]
z'[t] == h[x,y,z,t]
in a triangular simplex, because x+y+z=1
and x>=0,y>=0 and z>=0
.
Any ideas how to do that? I tried Vectorplot3D with a RegionPlot, but the resulting plot is not very compelling.
Thanks a lot for any help on this?
Clem