Muhammad Ahmad

35 Reputation

One Badge

3 years, 120 days

MaplePrimes Activity


These are questions asked by Muhammad Ahmad

how we can solve it
restart; int(log(sqrt(2*t))*e^(-t), t = 0 .. infinity);

how we can merge multiple plots in single graph in maple ???

 

Ha := 5; Gr := 2; Pr := 8; b := 4; lambda := 3;
PDE := {diff(theta(x, t), t)-(diff(theta(x, t), x, x))/Pr = 0, diff(u(x, t), t)-(diff(u(x, t), x, x))+Ha*u(x, t)-Gr*theta(x, t) = 0};
IBC := {theta(0, t) = 1+b(1-cos(lambda*t)), theta(1, t) = 1, theta(x, 0) = 0, u(0, t) = 1-cos(t), u(1, t) = 1, u(x, 0) = 0};
      {theta(0, t) = 5, theta(1, t) = 1, theta(x, 0) = 0, 

        u(0, t) = 1 - cos(t), u(1, t) = 1, u(x, 0) = 0}
pds := pdsolve(PDE, IBC, numeric);
                          module()...end module

how we can expand module()...end module and see solutions of the problem.
 

sol := {c[1, 1] = 18.00000000, c[1, 2] = -0., u[1, 1] = -.9000000000, u[1, 2] = 0., x[1, 1] = 3.600000000, x[1, 2] = -0.}
How we can assign each in solution1 individually as a Variable.

Page 1 of 1