Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

I am trying to get Maple to calculate this for me:

Let X1,X2,...X81 be a random sample from a distsribution (not necessarily normal) with mean µ=49 and standard deviation σ =8. Let ¯X = (1/81)* ∑i=181 * Xi

I need to find the mean, the standard deviation and the approximate distribition of ‾X,

 

BTW, the 81 goes directly...

I have a mapping as a Table and want to find its inverse mappings. For example for

TABLE([e = w, c = z, d = w, a = w, b = y])

I want to elegantly compute

TABLE([w={e,d,a},z={c},y={b}])

kindly give a compact line of code, regards.

Hello,

for my mechanical engineering studies we have to optimize an engine during a workshop. Therefore we have to use a numerical dsolve to solve the equation of motion. I have to get the maximum bearing reaction for a constant rpm. In order to get this I can't think of anything else but use the dsolve solution and use it in maximize.

 

ysk_2 := t -> -rc*cos(phi(t))-lp*cos(alpha(t))-lkb-y(t);
ysp_2 := t -> -rc*cos(phi(t))-lp2*cos(alpha(t))-y(t);

Looking at the new group theory facility in Maple 17 Help, the DrawCayleyTable( H ); does not display correctly

i have 12 second order non linear coupled partial differential equations (Euler-Lagrange Equations) in 12 variables {u1a(x1+l/2),u2a(x1+l/2),u3a(x1+l/2),theta1a(x1+l/2),theta2a(x1+l/2),theta3a(x1+l/2), u1p(x1,x2),u2p(x1,x2),u3p(x1,x2),theta1p(x1,x2),theta2p,theta3p}

also there are 17 lagrange multipliers in these equations which are also to be solved, using 17 constraints equations.

along with 48 boundary conditions. These have emerged out of variational formulations

Hi,

I've been trying to manipulate the equations of a mechanism that I've exported from MapleSIM.  The system equations contain 4 differential ordinary equations, and 6 algebraic equations.  In MapleSIM it simulates fine, but I'm having problems simulating it in maple alone (without multibody exports).

I've tried solving the initial value problem by replacing all the time dependant variables with constants, (and as this is a dynamics problem) I supplied...

I have a Mma code from a colleague that I am trying to port to Maple. This code uses a lot of Mma With[{...}, ...] constructs, to which I found the Maple "use ... in ... end use" construct the closest equivalent. What is being done is to initialize a bunch of local variables and then run the calculations. Non-initialized variables (the ones not in the first section) remain global.

I ran into a problem in Maple when I tried to initialize an element of a Vector, like "use a[1...

When I use Openmaple with C#, if the command line involves "MapleEngine.StopMaple" or "restart", or the command line including "MapleEngine.EvalMapleStatement" is executed twice (sometimes more), it always cause a crash. Can anybody help me out with this problem? Thank you in advance!

The following is the crash report:

unhandled System.AccessViolationException
  Message=Attempted to read or write protected memory. This is often an indication that other memory is corrupt.

i'm using maple 15 and trying to solve the following PDE without success, can you help please.

 

(ab+(a*sin(x1))^2-(c*cos(x1))^2)*d/dx1(V(x1,x2))=-dsin(x1)/exp(x1).

 

 

where a,b,c and d are constants. and i need it to be solved as a PDE please.

thank you,

Mutaz

hello,everyone,
I have a problem to make a figure, commands are below:

restart;
1+(2*(S1*e2/(S2*e1)+S2*e1/(S1*e2)))*tanh(S2*k*d);
S1 = sqrt(beta^2-e1), S2 = sqrt(beta^2-e2);
e1 = 4, e2 = -19-.53*I;
subs(`%%`, %, k = 2*Pi/(0.633e-6), `%%%`);


I want to plot the relation between d and beta(real part named betar and imaginary part betai),but meet some trouble.
I got some points from the article is when d=400e-10, betar in the range (2.1,2.2...

The operation: 2^29.403243784 gives me 7.0999999820*10^8.

However, using WolframAlpha, the answer is 7.10000000139658667836958142950829925944726171959 × 10^8.

These are 2 different answers. Can someone offer an explanation as to why this occurs and how I can avoid this problem?

Thanks in Advance!

Eddy Liu

Good morning everbody,

I am currently trying to get string and numerical datas from a txt.file but I don't get how to do this.
I have done this in matlab but I would like to make it in maple.
I have read other post about the subject and try tried this command:

 fd := fopen(dataFile,READ,TEXT):
    theData:=readdata(fd,string, 3): # 3 columns
  fclose(fd):

  A:=convert(theData,Array);

but it didn't help me.

Hi , 

 

 u(t-n*Pi)=0 if (t-n*Pi)<0

 u(t-n*Pi)=1 if (t-n*Pi)>=0

need to plot y(t) against t where t=0..30:

y(t)=sum(sin(t-n*Pi)u(t-n*Pi),n..infinity)

I appreciate 

Dear Colleagues,Surfing the web I found several applications in MatLab, which perform image processing. One of them caught my attention and challenge to reproduce in Maple.I attached the text of the original application and my attempt to play in Maple. I ask you your guidance, support and intervention to reproduce as faithfully as possible the original application. It was impossible on the final image point to the center of the circle and draw.I believe that together we can achieve...

 

How should I save my result-expression so as to be able to use it directly in other file without having to generate it again.

please help
regards,

First 1475 1476 1477 1478 1479 1480 1481 Last Page 1477 of 2224