Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

I saw an image yesterday of some math done similar to how one can write on paper, with each new reformulation shown on the next line, with a down-arrow between each such line. In other words, operations and output moving down the sheet rather than along it to the right.

The first thing that came to mind was: can this be done in Maple with context-menus?

Here is an attempt,

    cm_downwards.mw

It would be good I hope to present symbolic-numeric CAE system for framed structures analysis.

It will be available soon as Preview version for enthusiasts

The main features are:

  • One calculation act - all analytical dependencies.
  • Fast designing process for structural systems in industry, consulting and design companies;
  • Fastest parametric analysis of construction. New quality of designing in optimization tasks,...

 

I would like to set the range for a 3d plot.  For a 2d plot, I understand I can do it at the command line or by setting the axes properties after the plot's been drawn.

If I use plot3d(x*y, x=-10..10, y=-10..10) for example, how can I look at those parts of the surface for which -2 < xy < 2 for example?  I'd be happier with a command line option than a gui option but really anything would do.

 

many thanks!

Mary

I am trying to see what is in the startupcode file by using the Edit->Startup Code.  I know that somewhere is a command called interface(imaginaryunit=j) because it works when I restart.  I cannot even change anything because it does not show anything in the editor and nothing takes effect.

Ratch

Hello,

With reference to the attached screen grab, the Maple command "algsubs" seems unable to substitute equation (6) into equation (3). I was expecting a result where Iani was expressed in terms of kH and k. What am I doing wrong?

Regards,

Ben

 

I need maple to perform the following:

"int((1+m^2*(alpha-theta)^2*sin(theta)^2/sin(alpha)^2/alpha^2)^(1/2),theta = 0 .. alpha)"

but maple does not integrate. I have tried assuming that the term inside the square root is positive, with no result. What else can I do?

Hi!

I'm studying submanifolds of (semi)-riemannian and trying to look at some examples with Maple using it's great DifferentialGeometry package. But there's one thing I can't figure out. How can I define a pullbacked tangentbundle along the embedding map? Let me be more specific:

I have a manifold S, a manifold M and a map i: S -> M.

I realize this in Maple with: DGsetup( [...], M ); DGsetup( [...], S); i:=Transformation(S,M,[...]);

There...

Hi there,

I have a de that I have gotten maple to solve using dsolve (y'''+2y''-11y'-12y)=48-28exp(3t). When the solution comes up however, the particular solution is in an odd form: 

(-4*exp(3*t)+(11/28)*exp(6*t)-t*exp(6*t))*exp(-3*t)

+_C1*exp(-4*t)+_C2*exp(-t)+_C3*exp(3*t)

However, the particular solution here contains part of the homogeneous solution inside of it: namely the 11/28exp(3t) term. Is there any way to run a function on my solution...

Is there anyway to get Maple to solve for a limit of integration.  every time I try Maple gives me an error.

Sorry that this may not belong here but I thought I would ask, it is interesting. 

Now I'm not asking for the winning numbers list but rather the numbers chosen by people (the thousands of non winning ticket numbers per game)  Is there a database somewhere we can access that stores the list of picked numbers?  It would be interesting to find out how randomly people pick numbers, do people flock to certain numbers more often than others?

I...

Hi,

I have the following ODE:

dx/dtau=s-rx+x^2/(1+x^2)

Where r,s,x vary over an interval. 0<r<0.5 ; s and x any real value (positive). Our instructor wants us to numerically integrate this. He has a program available on his website but I would like to know how to do this in maple. I have the answers to the question already but I would like to use maple to find the answers. This is for a course in Nonlinear Dynamics and Chaos. I am not very proficient...

I am dissapointed. I recently upgraded to Maple 15 and I bought a license for the NAG libraries thinking that I could use NAG mark 8 chapter F12 to solve my Eigenvalue problem with large sparse matrix, in reality, there seems to be no implementation of these NAG routines in Maple. is there a way to get around this problem? I know I can also connect to MATLAB to take advantage of the integrated sparse handling but I want to avoid buying another piece of software(you know we scientist aren't millionaries).

I need a power regression function and I need it to be accurate, look what happens

> X := Vector([1, 2, 3, 4, 5, 6], datatype = float);

> Y := Vector([1, 4, 9, 16, 25, 36], datatype = float);
> PowerFit(X, Y, x);

(1.9999999999999998)
(1.0000000000000004) x
> f(x):=1.*x^2.;( using CTRL+L to get the result)

1.9999999999999998

restart;

P := proc (x, lambda) options operator, arrow; piecewise(x < 0, 0, lambda^x*exp(-lambda)/factorial(x)) end proc;

The upper confidence limit. When the confidence limit is 95%, e is 0.05

Lu := proc (a) options operator, arrow; sum(P(x, lambda), x = 0 .. a) = 0.5e-1 end proc

Lu(10)

exp(-lambda)+lambda*exp(-lambda)+(1/2)*lambda^2*exp(-lambda)+(1/6)*lambda^3*exp(-lambda)+(1/24)*lambda^4*exp(-lambda)+(1/120)*lambda^5*exp(-lambda)+(1/720...

Teleh

This is the frame of the bike rear suspension i'm trying to calculate. Here is my maple sheet.

Download Maple-start.mw Maple-start.mw 

What i'm trying to achieve is a plot that would look a little like this:

First 1656 1657 1658 1659 1660 1661 1662 Last Page 1658 of 2219