Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

So I am trying to find the arc length of an ellipse, and we have yet to learn it in the classroom.

An example ellipse:

(x^2)/9 +(y^2)/16 =1

Hi, I am working on small number integer problems for my thesis and use Maple to do keep track of ugly equations and to do some numerical simulations to see if the results make sense quantitatively.

Now, I use with(RealDomain) and assume to tell Maple some characteristics of my models, but I cannot find a way to tell Maple that most of my variables are integers (number of different agents in small groups). Is this possible?

Related (or not): I have the following:

N_unr:='sum((n_0-2+u)!/(u!*(n_0-2)!),u=0..n_P-2)';

G'Day

I would like to save the output of a plot structure (resulting graph) or a combination of multiple plots (using display[list]) into a PNG or postscript file from within a procedure. I have managed to successfully save a plot in one of the graphics format using this approach (Pseudo-Code):

I'm new with Maple, started using it about 3 weeks ago in college, and I got this problem trying to resolve this equation:

solve(abs((1+1/n+1)^(n+1)-(1+1/n)^n)<10^-5,n);

Any help would be appreciated, thanks.

i am new to maple. can anyone please tell me how to find the roots( i.e eigen values) of a sixth order polynomial equation using maple.

 

Strange thins happens when I choose m=2 and m=3.The whole PDE seems normal and when I let m=2,the maximum is only 12,but when I choose m=3,the maximum goes up to 10^14. This puzzles me.Who can tell me why? How can I get the right answer?  many thanks!

the procedure is as follows:

hi all maplers,

hello,

i am trying to figure out how to display the numerical value of a parameter somewhere on a plot, possibly, for example, in the legend.  though my only intended goal is to have the symbol of the variable as well as its numerical value appear on the plot.

from the maple help and my internet searches i cannot see how to do this. any idea would be greatly appreciated/

thanks!

hello,

my apologies if this has already been asked, in which case a pointer to the thread would be much appreciated. i've had a frustrating time searching through maple help and the internet.

i am interested in outputing a series of plots in a loop.  i would like to name the files according to the value of a variable which is changing in the loop.

for example, if  J increases from 1 to N during the loop, at each iteration i would like to name the output plot file

plotJ.ps

Is it possible to import the content of textfiles(*.txt) directly into Maple11?

Most analytical and simulations tools I use provide textfiles as output. To import them into Maple11 I have to import them into an Excel file first and from there finally into Maple. That is not very effective...

I am trying to solve a system of 5 equations with given initial conditions. It keeps sqwaking and I can't figure out the problem! I have included the commands below:

 

I am modelling a particle in a 2D square well as such; K_op:= psi -> diff(psi, x$2)+diff(psi, y$2)+(2*m*E/(hbar^2))*psi=0; But when I try to view the K_op maple only displays the 2mE/hbar^2 part equals zero.

I would like to know how I can calculate the minimum of a function that  is the solution of a differential equation in a (time)-efficient way

Parameters:L := 0.5e-2; Zs := (2/3*180)*10^(-6); Za := (4/3*180)*10^(-6); ss := (2/3*14)*10^4; sa := (4/3*14)*10^4; a := 1.35; N1 := 600; N2 := 300;

Solution of the differential equation:

It seems that Sample  works with only posints as the number of samples (Maple 12):

 restart;
 with(Statistics);

X:=RandomVariable(Uniform(-1,1));

xs:=Sample(X,1E6);

# it gives an error

xs:=Sample(X,1000000); # it is ok.

 

So my professor gave me a sheet of Arc Length eqautions, but wasnt helpful in how to input it into Maple.

I found something about using is with (VectorCalculus), but I have not had much luck.

The problem I am starting off with, is "Find the arc length of the curve y^2+y =x from x=1..x=6 in two different ways, and plot the curve with Maple.

Any help on getting started would be great.

 

John

First 1938 1939 1940 1941 1942 1943 1944 Last Page 1940 of 2223