Saha

80 Reputation

5 Badges

2 years, 345 days

MaplePrimes Activity


These are questions asked by Saha

I have solved the  system with dsolve (using numeric option).But i got this Error.

Here is my code.

RK_EC.mw

How to get the series and plot.I got this error.

TL.mw

How to solve this RLC Electric Circuit  with this initial conditions,I couldn't plot this equation.Help me to do this problem.

EC-2.mw

How to rectify this Error,in RK Method.Error, (in dsolve/numeric/bvp/convertsys) too few boundary conditions: expected 3, got 2.

I cound't plot p5,p6,p7.

If RK Method is suitable for this or not please tell the suitable numerical method code for this.Help me

IP-TEMP.mw

ADM-1.mw

I need a help for solving this non linear equation by Adomian Decomposition Method.How to find A0,A1,A2... and u1,u2,u3 and a series.I am getting this error,Please help me.

restart

PDEtools[declare](prime = x);

`derivatives with respect to`*x*`of functions of one variable will now be displayed with '`

(1)

equ1 := u[tt] = 1/2*(u[xx]+u[yy])+u^2:

ICS; u(x, y, 0) = 1, u[t](x, y, 0) = e^(x+y), lambda = 0, u[0] = 1+t*e^(x+y), F(u[0]) = u[0]^2

for n from 0 to 5 do A[n] := d^n*[F*(sum(lambda^i*u[i], i = 0 .. n))]/(factorial(n)*`dλ`^n); u[n+1] = (1/2)*int[diff(sum(u[n], n = 0 .. 5), x, x)+diff(sum(u[n], n = 0 .. 5), y, y), t = 0 .. t, t = 0 .. t, dt*dt]+int[A[n], t = 0 .. t, t = 0 .. t, dt*dt] end do

``

Download ADM-1.mw

4 5 6 7 8 9 10 Page 6 of 10