Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

Hello

I am using Maple 15 on a Macbook Pro, and I was using this simple code

 

   restart;with(LinearAlgebra):
     P := Matrix(4, 4,    [[1, s, t, 0], [0, 1, s, 0], [0, 0, 1, s], [0, 0, 0, s]]);
DiagonalMatrix(Column(P, 2)).P;

which should be easy but then Maple gives me a pop-up message:

"Kernel connection has been lost.  The kernel returned the following error message:

Hello everyone.

I have 2 systems of differential equations which depend on variables from each other, of course the differential variable for each is different. 

Not to get into the details of the system, since they are rather large, the problem is as follows:

I've managed to get with the parameters option a solution for x(z), in essence x(parameters=[a,b])(z). I've managed in turn to generate a procedure that would give me the avg value of x (xm...

Hi,

If I click on the "Edit Startup Code" button, key in "with DEtools;" (sans quotes), save it and close the Startup Code dialog, the "Edit Startup Code" button in the toolbar is filled (indicating startup code).

If I then close Maple and re-open it the startup code is gone.

As I thought that the startup code was for all sessions, I am wondering what I am doing wrong.

Any help appreciated.

regards,
Andrew

Here is the problem:

plot3d(y+2 x^(2),x=0..1,y=0..h(x), axes=boxed) and h(x)=1+sin(x)

what should i do to make it work?

Thanks for help~~

I've written 2 long nonlinear symbolic equations with 2 unknowns in Maple, but it doesn't solve it and says:"Kernel connection has been lost".

I have attached my worksheet to this message; what should I do?

 

problem.mw

I have an assignment that I am suppose to be doing in maple, I am suppose to plot the function f(x)=e^(x/3)sin(2x) for abs(x)<=2.... for part of it...

Ive tried multiple things in maple such as plot(exp((1/3)*x)*sin(2*x), abs(x) <= 2) but it keeps throwing me an error, any insight on how to get tis graph plotted would be great.

I want to evaluate - del(psi)/del(x) analytically in MAPLE. I wrote the following lines for the purpose :

 

deltat := proc (x) options operator, arrow; lambda*x^m end proc

Gr := proc (x) options operator, arrow; g*beta*deltat*x^3/nu^2 end proc

xi := proc (x) options operator, arrow; g*beta*x/c[p] end proc

eta := proc (x) options operator, arrow; (1/4)*y*4^(3/4)*Gr^(1/4)/x end proc

psi := proc (x, y) options operator, arrow; nu*4^(3/4...

How do I prevent that maple scrolls through the worksheet and stops at the bottom when I want to execute the  whole worksheet. If i want to execute the whole worksheet I just want to stay at the same place in the worksheet and I also don't want to expand previousily closed sections. I use document mode. Thanks in advance

In Vector Calculus there are excellent commands for finding the normal vector to a curve (PrincipalNormal and TNBFrame) but none for finding the surface normal vector. It is possible to display the surface normal vector using PlotPositionVector's normal option, but this is good for visualization only, and the vector can't be used for further calculations.

Am I missing something, or is this really missing form the package?

Two example problems to be solved:

aim: To solve the van der pool DE deqn := diff(x(t), t, t)+x(t)+epsilon*(x(t)^2-1) assuming pertubation expansion

Hi,

Is it possible in Maple to output a complex number using j (or i) instead of I ?

thanks,
Andrew

Hello,

 

I wish to enter in the math dot operator but I can't find the way to enter it in the document mod. I also searched the help and did not find a way.

 

all I want is to enter dot(varphi)

 

thanks

Rami

Hi

I have used the series command to expand sin(x) as a Taylor series about x=0, as follows:

In Maple 14

with(epsilon); > f:=[(x-u)^2+(y-v)^2-1,v^2-u^3,2*v*(x-u)+3*u^2*(y-v),(3*w*u^2-1)*(2*w*v-1)]; > printlevel:=2:

               Epsilon 0.618 (C) 2003 by Dongming Wang

[CharSet, ICS, IVD, PID, Prove, RIM, RegSer, SimSer, TriSer, Tsolve,

        dTriSer]

              ...

When I type a operation in maple such as limit, derivative, integral... then I enter. It only show the result. but I want it to show clearly  each step of  solving. What should I do?

Thank

First 1590 1591 1592 1593 1594 1595 1596 Last Page 1592 of 2224