MaplePrimes Questions

It is pretty easy to get the principal value of the logarithm of the imaginary unit, say. Is it just as easy to get all values of the logarithm of the imaginary unit?

Forgive me if this is a duplicate, but I couldn't find a similar questions.

Thanks!

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~~

Hi everyone,

I am trying to solve the following dimensionless system of pdes:

 

u1t=u1x+u2-u1

u2t=3.139uxx-2u2+u3+u1

u3t=-u3x+u2-u3

the boundary conditions are u1(5,t)=0, u2(0,t)=0, u2(5,t)=0, u3=1-heaviside(t-0.1)

initial conditions are u1(x,0)=0, u2(x,0)=0, u3(x,0)=0

 

pdsolve returns some results but they are not stable. Since I'm fairly new to maple, I don't know if it is possible to discretize...

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.

hi, i have a procedure to multiply two matrices below

mymatrix:=proc(A::Matrix,B::Matrix)

local i,j,k,q,C;

uses LinearAlgebra;

C:=Matrix(RowDimension(A),ColumnDimension(B));

for i from 1 to RowDimension(A) do

for j from 1 to ColumnDimension(B) do

C[i,j]:=0;

for q from 1 to ColumnDimension(A) do

Dear Maple users

I am having a problem with a simple for loop. I cannot seem to figure out what is wrong. I want to define a number of Random Variables of the ChiSquare kind, with increasing number of degrees of freedom as the figure below suggest. When defining them one line after another everything works well. My idea was then to make a for loop, since I might want many Random Variables defined. It doesn't work however in the way I do it. All...

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

I have a polynomial T:=x-2*y-z + 3;

When i input coeff(T,x); i got 1. How can i get the coefficient 3? Please help me. Thank you.

Just a curious question.

Why when some new applications are added to the application center they do not always get inserted at the top of the list? 

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:

First 1737 1738 1739 1740 1741 1742 1743 Last Page 1739 of 2430