kexy

16 Reputation

2 Badges

15 years, 63 days

MaplePrimes Activity


These are questions asked by kexy

As part of a worksheet I have the following commands sys1sol := dsolve(sys1, numeric); sys1sol(2); Where the appropriate things have already been defined. As an ouput for sys1sol(2) I get [t = 2., i1(t) = 0.929532062300405666e-1, s1(t) = .907046793769959448] Is there any way I can extract the value for i1(t) and s1(t) in order to use them later on in the worksheet? Many thanks.
I'm wanting to use maple to plot the solution curves of a system of differential equations in the form x(t)=f(x(t),y(t)) y(t)=g(x(t−h),y(t−h)) z(t)=h(y(t)) Where h is a positive constant. Is it even possible to use maple to solve/plot something like this? I've tried by best to look through the help pages and can't find useful. Many thanks :)
Page 1 of 1