Hi all,
I am new to Maple and I have (possibly a simple) question. I'm solving 2 coupled differential equation, it all goes well, until I want to plot them.
I have the output in the following form:
sol = {w1(x) = [ -a*x^4+b*x^3-c*x]}, {w2(x) = [-d*x^4+e*x^3-f*x^2+gx-h]}
My goal is now to plot the solution in 1 figure with w1(x) between x=0..100000 and w2(x) between x=100000..150000
I have searched on the web for a way to get the formula's of w1(x) and w2(x) in separate variables, but with no success.
Does anyone know a way to do this?
Thank you in advance!