zhangjf

52 Reputation

4 Badges

18 years, 256 days

MaplePrimes Activity


These are answers submitted by zhangjf

This is what I do. Start maple 12, create a blank document and "Insert"->"code edit region", then nothing happened. I'm using winxp sp2, simplified chinese edition.
I hope extremly maple can manipulate these kind things
try this: > ode := (2*t*x*q+x-4*t*x^2*(2*y(v)-1))*(diff(y(v), v))-1 = 0; > ic := y(0) = 1/2; > soln := dsolve(ode,y(v)); your ode has too many extra variables(t,x), so the initial condition cannot work.
Page 1 of 1