MaplePrimes Questions

I'm going back over QM homeworks to study for an exam. We're allowed to use Maple on our exam so I want to be sure I'm prepared for that part. I have the solution to a problem I'm working on, but I can't get Maple to simplify it how I want it.

Is that simplification something that Maple should be able to do or is it something I would need to know how to do because Maple isn't capable? (I assume it is.)

Thanks!

........................................................................................................................

Hello!

I am trying to solve several equations for some mechanics problem.
I made the following lines with variables: Az, Bz, Dz, Dx, Ma.
The equations are showed in the image below. I can use either Md equation or Mb to solve the problem, but using both is not allowed. I tried to solve the equations with the solve function, but cant find any answer though there should be?



Thank you in advance :)

I'd like to make a graph like the below. So I know that using the display command and putting graphs in matrix form produces something similar (display(<graph1|graph2|graph3>), however it doesn't allow me to export it as one graph. Any ideas?

 

 

I'm trying to get Maple to find integer number solutions using isolve. 

For example, the equation eq:=2.5*x+5*y=15
 

isolve(eq)

∅

Perhaps I need to specify a range?

Hello folks, i recently had really confusing times when i plotted the function (x^(5/3)-5*x^(2/3)) in maple 2016. I know how this graph looks like as i have it printed in my undergraduate textbook. But in maple i'm not getting function(above given) values plotted for negative numbers. When i evaluate the function for x=-1 i'm getting some complex numbers, when i'm supposed to have simply -6. Could anybody tell me what's going on?plot(x^(5/3)-5*x^(2/3))

I'm looking to leanr the sign and to simplify a very long expression , how can i do this ? can anyone help me thank you in a

advance.

I have attached the problem here. I need to say sorry, because I did not provide the whole code. So, automatically It will be error if you execute it.

If you see the attachement, you will see "Result_Eva_GB_X2[3] := []". It makes a problem if I want to make comparison. So I want the result of "Result_Eva_GB_X2[3] := []" is [0].

Actually the result of Result_Eva_GB_X2[3] := [] is complex number, because I did not want the complex I made select(x->is(0<x<1)....) to eliminate the complex number and negative result. So the question is How do I make the result of Result_Eva_GB_X2[3] := [] is [0]?

I have tried to add "Selection Statement (if)" (If the result is Undefined ([]) then Result_Eva_GB_X2[3] := [0]) But it can not work. Or maybe the selection statement that I made was wrong.

Please Help me. Thank You very much

2Ask.mw

How can I find the numeric value of this PDE:

Where

I want the numeric values i.e theta(2,2) , theta (1,3) and the likes.

Is Symbolic Laplace and Inverse Laplace transform possible on Maple? if Yes, how do I find the inverse laplace of this function 

Thanks.

Respected member!
Please help me to find the solution of attached problem, I am a new user so pleaes forgive any mistakes.
 

``


``


``

NULL

NULL

restart

R := 2.0

2.0

(1)

ODEforNum := r^3*((D@@4)(F))(r)+r^2*R*((D@@3)(F))(r)*(F(r)-2/R)+R*((D(F))(r)-r*((D@@2)(F))(r))*(r*(D(F))(r)+3*(F(r)-1/R)) = 0:

numsol := dsolve({BCSforNum, ODEforNum}, numeric, output = listprocedure)

Error, (in dsolve/numeric/bvp/convertsys) unable to convert to an explicit first-order system

 

``


 

Download mplprimes.mw

Hello

I'm having trouble scaling Maple 16 to be usable on a QHD+ resolution 13" screen. I was wondering if anyone know if it's possible to scale the interface of Maple through some option or if there is another trick to fix it.

Thanks in advance!

How can i get a positive random matrix of order 6 ?? to do the cholesky decomposition

Hello.

I have a Pde solution in from of the sum.

pde := diff(u(x, t), t) = diff(u(x, t), x$2)

symbolic := pdsolve([pde, u(x, 0) = 1, u(0, t) = 0, u(1, t) = 0])

symbolic := u(x, t) = Sum(-(2*((-1)^_Z9-1))*sin(_Z9*Pi*x)*exp(-Pi^2*_Z9^2*t)/(Pi*_Z9), _Z9 = 1 .. infinity)

 

I tried a subs or eval command dosen't work.

 

Thanks.

pdex1.mw
 

restart

pde := diff(u(x, t), t) = diff(u(x, t), `$`(x, 2)):

ics := [u(x, 0) = 1, u(0, t) = 0, u(1, t) = 0]:

pds := pdsolve(pde, ics, numeric, time = t, range = 0 .. 1, spacestep = 1/4024, timestep = 1/4024):

symbolic := pdsolve([pde, u(x, 0) = 1, u(0, t) = 0, u(1, t) = 0])

u(x, t) = Sum(-2*((-1)^_Z9-1)*sin(_Z9*Pi*x)*exp(-Pi^2*_Z9^2*t)/(Pi*_Z9), _Z9 = 1 .. infinity)

(1)

eval(rhs(symbolic), `~`[_Z9] = n)

Sum(-2*((-1)^_Z9-1)*sin(_Z9*Pi*x)*exp(-Pi^2*_Z9^2*t)/(Pi*_Z9), _Z9 = 1 .. infinity)

(2)

subs(`~`[_Z9] = n, rhs(symbolic))

Sum(-2*((-1)^_Z9-1)*sin(_Z9*Pi*x)*exp(-Pi^2*_Z9^2*t)/(Pi*_Z9), _Z9 = 1 .. infinity)

(3)

subs[eval](`~`[_Z9] = n, rhs(symbolic))

Sum(-2*((-1)^_Z9-1)*sin(_Z9*Pi*x)*exp(-Pi^2*_Z9^2*t)/(Pi*_Z9), _Z9 = 1 .. infinity)

(4)

``


 

Download pdex1.mw

 

Hello dear! Hope you will be fine. I want to simplify the equation (4) like equation (3) in the attached file please correct it. I shall be thankful to you.

Help.mw

With my best regards and sincerely.

Muhammad Usman

School of Mathematical Sciences 
Peking University, Beijing, China

First 1032 1033 1034 1035 1036 1037 1038 Last Page 1034 of 2428