Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

Im trying to graph a cardioid r=8-8sin(theta). Ive tried interactive plot builder and even 2d input but i cant get it to work at all. I am pretty new to maple so any help would be appreicated.

thanks

How do I use ProbabilityTable so that the first element in P denotes the probability of zero, and not one? That is I have three states: 0,1, and 2, and I want them be an immediate output of my Sample. Thanks.

with(Statistics):
P:= [1/2,1/8,3/8];
X:= RandomVariable(ProbabilityTable(P));
ProbabilityFunction(X, 0);
Sample(X, 10);
 

<p>Hello Everyone.</p>
<p>Suppose I have a list of list.</p>
<p>[[1,2,3,4],[2,3,5,5],[3,4,4,6],[4,5,5,7]]</p>
<p>I want to sort this list <b>descendingly </b>according to its <b>third </b>element.</p>
<p>So it becomes:</p>
<p>[[1,2,3,4],[3,4,4,6],[2,3,5,5],[4,5,6,7]]</p>
<p>and then I want to sort it <b>descendingly </b>accoring to its <b>fourth </b>element.</p>
<p>So it becomes:</p>
<p>[[1,2,3,4],[2,3,5,5],[3,4,4,6],[4,5,6,7]]</p>
<p>Is there any way to acheive this?</p>
<p>Thank you in advance.</p>

So I am trying to get the first 25 terms of a sequence, a(n) = (ln (n))/n, this is how I input it in maple:

> q := seq([ln(n)/n, a(n)], n = 1 .. 25);
 

answer:
[ln, a(1)], [ln, a(2)], [ln, a(3)], [ln, a(4)], [ln, a(5)], [ln, a(6)], 

[ln, a(7)], [ln, a(8)], [ln, a(9)], [ln, a(10)], [ln, a(11)], [ln, a(12)],

[ln, a(13)], [ln, a(14)], [ln, a(15)], [ln, a(16)], [ln, a(17)],

[ln, a(18)], [ln, a(19)], [ln, a(20)], [ln, a(21)], [ln, a(22)],

[ln, a(23)], [ln, a(24)], [ln, a(25)]
 

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:

 

First 1933 1934 1935 1936 1937 1938 1939 Last Page 1935 of 2219