rhaynes

5 Reputation

0 Badges

12 years, 107 days

MaplePrimes Activity


These are replies submitted by rhaynes

Hi - you have small bug in the code provided

 

sol2:=dsolve(ode1,....)

 

ode1 should be ode2 - the value of M doesn't seem to be substituted in correctly.

 

M:=xi->(rhs(soll1[2](xi)));

odel2:=diff(M*diff(x(xi),xi),xi)-0*x(xi)=0;  %gives

 

The M-value is not substituted in.

Hi - you have small bug in the code provided

 

sol2:=dsolve(ode1,....)

 

ode1 should be ode2 - the value of M doesn't seem to be substituted in correctly.

 

M:=xi->(rhs(soll1[2](xi)));

odel2:=diff(M*diff(x(xi),xi),xi)-0*x(xi)=0;  %gives

 

The M-value is not substituted in.

Page 1 of 1