hmao

0 Reputation

2 Badges

14 years, 81 days

MaplePrimes Activity


These are replies submitted by hmao

Thanks this is great, and it really helps me understand what Maple is doing. (I'm new to Maple)

If I wanted to use the xt procedure in another dsolve, how would I go about getting it into a form that Maple understands?

i.e.:

p(t):=t+1:

deq2 := diff(y(t),t) = p(t) + xt(t)

dsolve({deq2,y(0)=0}, numeric, 'output = listprocedure'):

 

Thanks

Thanks this is great, and it really helps me understand what Maple is doing. (I'm new to Maple)

If I wanted to use the xt procedure in another dsolve, how would I go about getting it into a form that Maple understands?

i.e.:

p(t):=t+1:

deq2 := diff(y(t),t) = p(t) + xt(t)

dsolve({deq2,y(0)=0}, numeric, 'output = listprocedure'):

 

Thanks

Page 1 of 1