MaplePrimes Questions

hi

I have a program with system of equations in wich my equations are in 8 matrices (4x4) with 64unknown parameters

i have run it but after 10 minitutes maple gives this massage:

"length of output exceeds limit of 1000000"

is there any way to solve this problem?

Hello

I am trying to solve an equation for optimization purpose, However I always recieve the message below:

Warning, solutions may have been lost

The Maple code is as follow:

PTE2.mw

 

I would be thankful if anyone can help me to solve this problem.

 

Cheers

Here is a solve problem based on theoritical analytic approach, http://math.stackexchange.com/q/460365/8581. May I ask make me hints in which I can visualze the region f maps. In the question we are speaking about $f(E)$, so I am thinking about a plot illustaring $f(E)$. Thanks for the time and any hints.

I would like to calcuate the residue of the following expression that I call res

>res:= subs([S1 = C3-sqrt(C3^2+4*C1*s), S2 = C3+sqrt(C3^2+4*C1*s)], exp(s*t)*(S1*(sinh((1/2)*S1)-cosh((1/2)*S1))*(sinh((1/2)*S2*eta)-cosh((1/2)*S2*eta))-S2*(sinh((1/2)*S2)-cosh((1/2)*S2))*(sinh((1/2)*S1*eta)-cosh((1/2...

I would like to integrate the following expression that I call res

>res:= subs([S1 = C3-sqrt(C3^2+4*C1*s), S2 = C3+sqrt(C3^2+4*C1*s)], exp(s*t)*(S1*(sinh((1/2)*S1)-cosh((1/2)*S1))*(sinh((1/2)*S2*eta)-cosh((1/2)*S2*eta))-S2*(sinh((1/2)*S2)-cosh((1/2)*S2))*(sinh((1/2...

Hi,

I am trying to define a system of units so that I get results in the units I want.

Specifically; I want to use energy in MeV (or eV, if I have to) and masses*c^2 in MeV (or eV) as well. Related, I need ScientificConstants like Planck's h in MeVs etc.

So I say

AddSystem('Accelerator','MeV','meter','second');
UseSystem('Accelerator');

which is accepted. I even get energies converted to MeV if I enter one in a different unit and use

i'm here once again and thanks for all your useful replies. They've all being really helpful. my problem this time around is how to create a table of values. I already have the values at hand but would like to tabulate them so that i can have a better view of everything at ponce. and also to make comparism at some point t or width h. Is there a maple function that can do this conveniently?

How do I plot the imaginary or real part of a complex valued function

e.g.

E:=y^2+x^2=1

I tried:

E1:=eval(E,{y=y1+I*y2,x=x1+I*x2})

implicitplot3d(E1,x1=-3..3,x2=-3..3,y1=-3..3)

but which does not work

The Single Variable Calculus Approximate Integration Tutor (and the function ApproximateInt) work fine for the built-in example of sin(x) from 0 to Pi.  But if you change it to sin(Pi*x) from 0 to 1 then plot options are ignored.  And if you ask to integrate sin(3.1415926*x) from 0 to 1, then it works again.  Is there a work-around?

I'm pretty new to Maple and have the following question about Maple plots. Why does Maple plot a vertical line for the undfined x values?

 

Hello everyone!

I came here before once because of a problem I had with Maple and I really loved how well treated I was so I come here asking for help with another problem. An error is showing up on two of my programs on Maple (which I've included on the message). I don't even know what "invalid left hand assignment" means in my case so I have no idea how to solve the problem. I've searched about my problem, but nothing helped me much.

I'm trying to implement...

Hi

I want to simulate taking a card from to decks at the same time, and by doing it sufficiently many times, show that the probability is 1-(1/e).

I've implemented this in Python, but i'm new to maple. Here is what I've done so far.

 

randomDeck:=proc(n::integer)

  local deck:= [seq(1..52)];
local randomDeck:=[];

Hi,

I need to model the MapleSim ground as a hard ground. For example when the robot swing leg hits the ground, it should not have negative vertical position. Basically, the robot will move on a surface.

Thanks...

I would like to find a general solution for a problem. Now, I have written a fonction main(a1,a2,N1,N2) where a1 and a2 are two parametre symbolic, and N1 and N2 are two integers.

the function main(a1,a2,N1,N2)   can calculate every result with a paire of N1,N2 precisely given. but, I need the result for whatever N1 and N2. which means, I need a result in fonction of a1,a2,N1,N2 but not a single answer with N1 and N2 given.

How can I do this? thanks a lot.

First 1558 1559 1560 1561 1562 1563 1564 Last Page 1560 of 2430