Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

Mechanics of Materials Toolbox Screencasts:

http://youtu.be/czz_uw0918E

It is never a good error message but I have not been able to find out whatit means.

 

Thanks,

Is there a way to plot a function in a multithreaded way?

I have a computing-intensive function (eg. integral over Hermitian-Polynoms), which I want to plot. I couldn't find a way to do this such, that all my cpu-cores are used.

Any suggestions?

Thanks!

Dear All,

 

Thanks for the previous support and help.

 

I am trying to solve a poisson equation, but I am getting Bessel function in the solution. Derivation of this equation with respect to 'r' gives more complex form of Bessel function.

Actually I am not sure should I continue with the problem and Maple will take care of everything or I have to modify in the solution.  

Equation 9 and Equation 11 needs to...

Dear all,

Maple gives me the complete solution to the attached PDE. This solution is expressed in terms of KummerU and KummerM. What I want is to obtain the solution for real numbers only, i.e. I want to get rid of the possible imaginary numbers in the solution. This implies that the separation constant, _c1, must be less or equal to 2r. 

How can I do this?

Furthermore, the four arbitrary constants will need to be determined through boundary conditions....

I used the command minimize such

minimize(3*x^2+2*m*x+2*m^2-3*m-6,1 <= x)

But it can not. How can i find the least of the function g:=x>3*x^2+2*m*x+2*m^2-3*m-6,  here x >=1.

Please help me. Thank you.

i'm trying to solve a sysem of pde, but i get this error 

Error, (in PDEtools:-Library:-NormalizeBoundaryConditions) unable to isolate the functions {x(0, z, r), x(t, z, 0.5e-2), xeq(t, z, 0.5e-2), y(0, z, r), y(t, 0, r)} in the given boundary conditions {x(0, z, r) = 0, x(t, z, 0.5e-2) = xeq(t, z, 0.5e-2), y(0, z, r) = 0, y(t, 0, r) = 0}
>
> restart; with(PDEtools);
[CanonicalCoordinates, ChangeSymmetry, CharacteristicQ,

CharacteristicQInvariants,...

I meet a problem in the  Lipschitz–Hankel integral as follows,

Int(x^-2*BesselJ(1,x)*BesselJ(1,0.6*X)*e^(-10*x/7),x=0..infinity)

The output is always the same as shown above rather than a float value. How can I deal with such a integral?

Many Thanks!

I am displaying in 2D, multiple arrows with amplitudes oscillating sinusoidally.  I wish each arrow to have its own color. I have included the commands I am using. Please provide the command that will provide the colors. Thanks.

Ax:=t->cos(5*t);Ay:=t->0;Bx:=t->-cos(5*t)/2;By:=3*cos(5*t)/2;

animate(arrow,[[[0.0],[0.0]],[[Ax(t),Ay(t)],[Bx(t),By(t)]]],t=0..Pi,view=[-2..2,-2..2],color=[blue,green])

Is there a way to create an interactive plot, and put it in a Maplet, so I could get onclick coordinates and display some points there on my plot ? I checked Maple help and I didn't find any onclick event for plot or Maplets,Elements,Plotter but I found something called PlotComponent and there are some options like clickx, clicky. Can I use it somehow in Maplet, or maybe there's another solution ?

Hi all

Im trying to calculate scientific error propagation with data from Excel. Unfortunately Im having troubles making the package work. What I want to do is import a list from Excel with values, and another list of the error of each value.

The problem comes when using the Combine function on the imported arrays from excel.
Could anyone help me work this out? I feel it should be possible for Maple to import tables from Excel, calculate the propagated error. ...

Dear all,

Some time ago I asked a question concerning the algorythm for numerical dsolve and related issues here.

I got a nice answer from pagan and implemented the algorythm.

However, since my system is big, the iterations take long time.

Here is the code itself:

sys1:=[TRIC[1],TRIC[2],TRIC[3],TRIC[7],TRIC[8],TRIC[9]]:
> sys2:=[TRIC[4],TRIC[5],TRIC[6],TRIC[10],TRIC[11],TRIC[12]]:
> GRAD:=subs(u=FF[1](t),a=FF[2](t),k=k(t),tau=tau(t),psi[1...

Hi,

I have a 1x3 matrix, with s0,s1,s2 terms in it. For example :
[(s-s1)*(s-s2). (s-s0)*(s-s2), (s-s0)*(s-s1)]

Is there a simple way that i can integrate the first one by s, second one by s0 and third one by s1?

to get a matrix for example:

[(int((s-s1)*(s-s2),s). int((s-s0)*(s-s2),s0), int((s-s0)*(s-s1),s1)]

Please advice,

Thanks.

Let S1 be the set of solutions of the inequalities x^2+ 3*x + 2 >0 and S2  be the set of solutions of the inequalities x^2 - 9>=0. I want to the set S1 union S2. What must i do? Please help me. 

I converted the package,module to a worksheet then executed the example before realizing it all executes at once. 

MyPackage := module()
        export  f1, f2;
        local   loc1;
        option package;
        f1 := proc() loc1 end proc;
        f2 := proc( v ...

First 1609 1610 1611 1612 1613 1614 1615 Last Page 1611 of 2224