Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

Hi All,

Could someone please tell me how to create a simple input/output table from an equation such as y=x^2 + 2 or lead me to a task from which I can cut and paste and change parameters.

Thanks in advance.

Bob

Hi, using a solution of u that I have already calculated from an ode (by the method of multiple scales), how would I plot a phase portrait of u' against u??  All help is greatly appreciated.  Many thanks in advance.

Hi, I'm new to maple and to the site.

 

How do I find and / or graph a double or triple intral over a implicit function?

for example I want to find the volume         / /  x^2  dA                over the ellipse x^2 + y^2 - xy < 2.

Hello, again,
basically, I have an implicit relation for lambda:

> eq1 := (sqrt(lambda*alpha)+alpha)*BesselJ(alpha, 2*sqrt(lambda*alpha))/(2*sqrt(lambda*alpha)) = BesselJ(1+alpha, 2*sqrt(lambda*alpha))/alpha;

So solutions of lambda, for a particular alpha are given at the intersections of the two functions:

> plot({subs(alpha = 2, (sqrt(lambda*alpha)+alpha)*BesselJ(alpha, 2*sqrt(lambda*alpha))/(2*sqrt(lambda*alpha))), subs(alpha = 2, BesselJ(1+alpha, 2*sqrt(lambda*alpha))/alpha)}, lambda = 0 .. 50, -1 .. 1, color = [red, blue])

Anyone out there know where the FEM library is that is mentioned in the Finite Elememt Method worksheet from the Applications Center, author Fedderik van der Bos, 2000?  The introduction lists several procedures that are stored in the FEM library which are loaded via the with(FEM) command.

Thank you for your assistance.

The amount 180.00 is what percent greater than 135.00?

I found a used copy of Probability and Statistics Explorations with Maple by Karian and Tanis. I'd like to work through it, but the supplements come in Maple 6,7 and 8 versions and I use Maple 11. Can I load the supplement?

The version 8 one comes as a "package", stat.all, but I don't know what to do with it. The version 6 one comes as two files, a help file, *.hdb, which seems to load, and a stat.src file. I put the  src file in a directory which I added to libname, but I can't use "with" to call it.

Thanks in advance

Hi guys

Is it relatively simple to create a maplet which allows a user to fill in the entries of a matrix, and then to take the elements of that matrix and put it through a procedure. So to clariffy say i make a window appear with 4 empty boxes, this would correspond to the entries of a matrix.

I need to do the integral of a certain function by using

a) Rectangles method

- Would it be sum(f,x=a..b,n) ?

b)Trapezoid method ( I can not use trapezoid() )

c)Simpson's method ( I can not use simpson() )

I know how to do them without Maple, but with Maple I have no idea.

Hi everyone,

i plotted a graph last time, and Maple showed a very clear graph. But when i Opened my file on the next day agian and re-enter t to my input. Maple gave me a string of number instead of graph. Even to teacher's guide as well, sometime Maple gives nicely graph, but mostly a string of number. Can anyone give me solution ? Thx a lot

 

My graph:

 

Dear all,

I'm looking for your help on

How to solve my problem in withhere file

How to plot the solution

How to convert the solution in matlab or in C code

View 4968_My problem.mw on MapleNet or Download 4968_My problem.mw
View file details

Thank you for your great support !

I am trying to solve this ode numerically in Maple 11.

c:=3;

ode1 := (diff(y(x), x))^2+4*c*(diff(y(x), x))+4*c^2*y(x)/(1-x^2);

 

dsn3 := dsolve({ics, ode1}, numeric);

 

But I get the following error:

 

Error, (in DEtools/convertsys) unable to convert to an explicit first-order system

 

What does this error mean?  The function y(x) is valid on {0,1}

 

Thanks.

HI to everybody, I have to manipulate a system of partial differential equation,one by one.how can I do? I have in particolat to derive a lot of time my differential equations(shallow water equations),and then to group, to substitute and at the and I need time derivative in function of spatial derivative. How is the best choice for working? I think to define for example:

pde := diff(q(x, y, t), t) +(g*D-u^2)*(diff(h(x, y, t), x))-2*u*(diff(q(x, y, t), x))=0

Hello,

How can I get the powers of "y" for all terms in eq1:

eq1:=A*(k+1)*y^n+(k+2)*y^(n+1)+12*y^n+k*y^6 +... other terms

where A,k, = consts, n::posint

,for example, as a list  [n,n+1,n,6,....]

Thanks in advance - jerzy 

hi everone,

i m new user . My dad just got for me MAPLE 11 last week. So interested! But when i do sloving equtaion 2*cos(x) - exp(x)= 0 interval -3..3. Maple only give me 1 solution instead of 2 solutions . I wonder if i my imput date is wrong. Can anyone help me, thx!

First 1987 1988 1989 1990 1991 1992 1993 Last Page 1989 of 2152