samiyare

195 Reputation

9 Badges

14 years, 121 days

 

Amir

MaplePrimes Activity


These are questions asked by samiyare

hi

i want to know what is the algorithm of dsolve( , numeric,bvp)  for example Rung kutta shooting, newton or ....

in maple it shows newton iteration , i dont know what it means.

 

thancks

hi

i have an array for example f[i]  that consist of 100 element. i want to plot f[ x(i) ] in terms of x(i). i dont know how i plot in maple. before i print f[x(i)] and x(i) and by copy in excell worksheet i plot in excell. but i want to plot in maple.please help me.

 

thancks

hi

 

i write a code that solve system of ode. when i ask maple to show my answer its shows following statement:

 sol := dsolve({diff(G(x), x, x)+Le*f(x)*(diff(G(x), x))+(Nt/NB)*diff(T(x), x, x) = 0,diff(f(x), x, x, x)+f(x)*(diff(f(x), x, x))-(2*nn)/(nn+1)*(diff(f(x), x))^2 = 0,diff(T(x), x, x)/Pr+f(x)*(diff(T(x), x))+NB*(diff(T(x), x))*(diff(G(x), x))+Nt*(diff(T(x), x))^2=0,G(0) = 1, G(b) = 0, T(0) = 1, T(b) = 0, f(0) = 0, (D(f))(0) = 1, (D(f))(b) = 0}, numeric);

hi

i have the following function

 

f[1](x):=_C2 (e)^x-_C1 (e)^(-x)+1/2 x (e)^(-x) h1+1/2 (e)^(-x) h1+_C3

with thease boundary conditions:   f[1](x))=0,diff(f[1](x),x))=1,diff(f[1](x),x),x=infinity)

i want to find cinstants C1,C2,C3 where h1 is arbitrary parametr.

i write the following code but its doesnt work correctly

s1:=simplify(subs(x=0,f[1](x))=0);
s2:=simplify(subs(x=0,diff(f[1](x),x))=1);

hi, i have a function in seri's with one unknown parameter and i want to solve it for this boundary condition : f(infinity)=1

I use pade approximation but in my case it doesnt work. i want to know is there exist other  method in maple for this problem. for example other rational function.

 

thx

 

First 7 8 9 10 11 Page 9 of 11