30 Reputation

2 Badges

4 years, 358 days

MaplePrimes Activity


These are questions asked by

How to solve the following system of ode analytically in maple?

diff(s(t), t) = gamma*s(t) + eta*s(t) + sigma*m(t)*s(t) - kappa*s(t) - phi*s(t), diff(g(t), t) = -alpha*g(t)*m(t) + mu*g(t) + delta*s(t)*g(t), diff(m(t), t) = beta*s(t) - alpha_1*g(t)*m(t)


diff(u(x,t),t,t)=c^2*diff(u(x,t),x,x);
 Where u(x,0)=f(x),D[2](u)(x,0)=g(x),u(0,t)=0=u(0,1)

 

Page 1 of 1