mehran rajabi

120 Reputation

5 Badges

10 years, 305 days

MaplePrimes Activity


These are questions asked by mehran rajabi

Hi everybody:

I have an equation that attached with this question and my goal is to solve it, how can do it?

Note: in this equation must be considered 49.32883964 <= x and x is real.

solve_equation.mw

 

 

Hi everyone:

I'm going to write code to give me the following expression, how can I do it?
n is Natural and k=0..n. 

Hi everyone:

I'm going to write code to give me the following matrix A?

 

 

hi everyone:

how can I solve this below equation?

w:=(x)->sin(lambda*x)+b*cos(lambda*x)-sinh(lambda*x)-b*cosh(lambda*x);

b := -(sin(lambda*L)+sinh*lambda*L)/(cos(lambda*L)+cosh*lambda*L);

L:=10;

equation:=int(w(x)^2,x=0..L)=1;

lambda=????

tnx..

Hi everybody?

how can I solve this PDE with Runge-Kutta method and 2D plot in terms of w(x,t) , t and 3D plot in terms of t, x, w(x,t)?

code1.mw

4 5 6 7 8 9 10 Last Page 6 of 17