Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

hi guys,

 

I'm working on a project for school that involves te mechanics of billiards; I've derived some equations using mechanics but a part of my project requires me to simulate a simple situation of eg; a collision between 2 equally sized billiard balls, assuming that they are treated as particles and that there is no friction,but there is a coeffecient of restitution to be determined.

 

If anyone could even push me in the right...

hi, i have a function in Infinite seri's with one unknown parameter and i want to solve it.
I use pade approximation in the MAPLE 15.
is it true!?
this is my function :


f(x)=(29/2)*x^2-(899/24)*x^4+(26941/720)*x^6+...



written in maple:

> f := (29/2)*x^2-(899/24)*x^4+(26941/720)*x^6;
> with(numapprox); pade(f, x, [5, 4]);


please help me

thank you 

Bonjour,

Comment expand l'expréssion ci-dessous comme un polynome en les variables x,y :

R:=((-lambda*alpha*beta*eta-mu*alpha*beta*eta-nu*alpha*beta*eta-alpha*beta*eta-xi*alpha*beta*eta-tau*alpha*beta*eta)*x+(xi+xi*beta+tau+lambda+lambda*eta+lambda*beta+xi*eta+tau*beta+mu*beta+mu*eta+mu*alpha+xi*alpha+tau*eta+beta+lambda*alpha+mu+eta+nu*beta+tau*alpha+nu*eta+nu*alpha+alpha+1+nu)*x^4+(tau*beta*eta+lambda*alpha*beta*eta+beta*eta+nu*alpha*eta+lambda*beta*eta+nu*alpha*beta+...

I have the following problem in normal 2-D output: Greek letters appear not to show up.
Here is an example of the issue (screen shot):

Hey guys,

 

I do have a problem with Excel Import.

What I wanna do is import 2 collumns from a Excel-File.

The first Column are the X-coordinates and in the second column are the y-coordinates.

After the import of the two columns (each with around 1000 rows) I would like to run a formula for each of this x/y pairs. Means for example a formula i1:=2*x+y or something like this.

And I would like to get the results also in a...

Like to use a few brief Maple commands in a presentation, but don't want to have the output shown in advance. Is there a way of saving a worksheet without the output or load it with just the commands?

Dear friends

I solve a rectangular system of equations AX=B   where A from order 3m+1x2m      X from order 2mx1       B from order (3m+1)x1   where  m=400, by LeastSquare or by multiply by A^T  

A^T*A*X=A^T*X

let M=A^T*A

then     M*X=A^T*X                 finally               X=M^-1 * A^T*X

Dear friends.

How can i increasing or removing the software limits for maple 16.

I'm having problems using the complexplot command in Maple 16 with over 1 million points. I really want to plot the points - I don't want an approximation. I noticed some strange things with the list/table carrying my complex points. If I ask for individual values, like T[20], it won't give the correct value, but if I ask for a range, like T[1..20], it will display the correct values.

I get an error when trying to use complexplot saying either invalid range, if I don't...

Hi everyone,

 

I am trying to understand how can I create a function based on the differentiate of a matrix.

 

For instance:
 

And I would like to create the matrix FF based on the derivative of F with respect to x and then be able to use FF and a function.

I tried to combine, unapply, map and diff but I can't reach what I'm looking for.

Hi,

I want to create a tangent function.

I know that you can create tan(x) but how can you create the tangent function when the solutions are only:

x in [0.19740;0.91510[ union [3.3390;4.0567 ?

 

Another explanation:

How you can graphically show the valid values of x in this inequality?

                  0.2 ≤ tan x < 1.3
Best regards
fattali

Dear Users,

 

I would like to know how to convert the following bessel product into a polynomial form.

 

I have an experession as follows:

BesselI(1,p*x)*BesselK(0,p*x)+BesselI(0,p*x)*BesselK(1,p*x)    #where p is arbitrary real positive constant and x is a variable

 

How to get the result in maple by simplify, convert or any other functoins.

 

Thanks for your attention.

Hi guys. I need to do a Runge-Kutta method to solve two equations and I'm having trouble at using functions. My program is as shown below:

restart; A := Matrix();

dt := 0.1e-2;

diff(x(t), t) := v;

diff(v, t) := a(x(t), v);

xo := 0; vo := 0;

for i to 1000 do

xn := xo+v.dt;

vn := vo+a.dt;

dx1 := vn.dt; dv1 := a.dt;

dx2 := (vn+(1/2)*dv1)*dt; dv2 := a(x(t)+(1/2)*dx1, (1/2)*dv1)*dt;

dx3 := (vn+(1/2...

of the integral int(cos(t^3)/(t+2), t = -infinity .. x) as x tends to -infinity with Maple? I have in mind a better asymptotics than 0.

can someone assist me to animate the following:

 A ladder is leaning against a wall. The base of the ladder starts sliding away from the wall, with the top of the ladder sliding down the wall. As the ladder slides, you watch the red point in the middle of the ladder. What figure does the red point trace? (a circle)

First 1511 1512 1513 1514 1515 1516 1517 Last Page 1513 of 2224