Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

An annoying feature of Maple is that if it crashes (all too often) & you have not given your worksheet a name, the file is lost despite having activated Auto-Save.

1)   Is the previous statement correct for Maple 9.5?

2)   If so, has this bug been corrected in later versions?

Alla

I create a continous random variable having an arbitrary pdf and characterize the corresponding distribution:

pdf := piecewise(a <= x and x <= b, 1, 0): f := unapply(pdf, x): R := Statistics:-RandomVariable(Statistics:-Distribution(PDF = f)): `assuming`([map(apply, [Statistics:-MGF, Statistics:-CGF, Statistics:-PDF, Statistics:-CDF, Statistics:-Moment], R, t)], [a < b]) ;

Hello,

I have a big problem with the plot command :

I have tried to do a densityplot with cylindrical coords, but it doesn't work, it seems that maple can't do it. Do you have any suggestion to do this ?

So I decided to switch to plot3d - contourplot even if i would rather like densityplot. The problem is that i can't show the whole plot : maple only shows me a quarter of what i want :

contourplot( f (r,alpha), r=0..5, alpha = 0..2*Pi, coords=cylindrical );

where is the rest of the function ?

gerald

thanks for your help !

Hello,

I'd like to create a multiple variables function with a procedure, the problem is that the number of vars depends on the parameter n :

f:=(x1, x2, ..., xn) -> ...

how to define this function ?

 

I ve tried to do this, but i doesn't work :

var:=seq(d[i],i=1..n)
f:=(var)-> ...

even with a array instead of the seq, it doesn't work ... i'm desperate

 

thanks !

I've been trying to solve Project Euler's first problem: If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23. Find the sum of all the multiples of 3 or 5 below 1000. I've come up with: natural:=proc(n); local i,s; s:=0; for i from 1 to n do if irem(i,3)=0 or irem(i,5)=0 then s:=s+i fi od; return s; end; but I also get the error message: "Error, unexpected `local` declaration in procedure body" Could you please tell me where I've gone wrong? Thanks in advance

Hi everybody:

Concerning exporting a worksheet as RTF (Maple12, win XP) I note two things: a) if you use inline output things such as equal sign, arrow with "at 5 digits" text, etc. appear slightly higher than the rest of the expression. also some part of the output is chopped off. b) the labels don't export.

Are these things consistent with what you could currently expect from maple or am I missing something?

thanks

Dimitrios

Hi,

I am new to maple. I want to solve the 8 quadratic equations with 8 variables. I try with the solve for 4 equations it gives the solution after a long time. But I didn't get the solution. Please give me suggestions. To finish it earlier.

Hi all!

Hi, I am new to Maple.

It is strange to me that when gamma and gamma1 (not GAMMA) are used in an expression, the "simplify" command gives wrong result in Maple 10.  If gamma and gamma1 are replaced by alpha and beta, it is ok. Also it is fine in Maple 8. Any idea?  The expression is copied below.

I am planning on using Maple 12 on my MacBook (Macintosh). According to Maplesoft home page,  one of the requirements is that   Java™ Runtime Environment 1.4.2 or higher should be installed on the MacBook. How can I check this on my MacBook and if I don't have this installed where can I get it ? Thanks !! and a happy new year!!

Hello,

 

I have two vectors, M and N, and I need to calculate root mean square deviation (RMSD) between them, i.e. the following expression:

sqrt[((Mi  -  Ni) + (Mi+1 - Ni+1) + ... + (Mn - Nn))/n]

 

In practical terms, M is the experimental data and N is the theoretical model that depends on several parameters. In future I will be changing these parameters and will need to evaluate a large number of RMSDs.

Look at the attach file to see the problem.  I am wondering why I cannot obtain solutions with Maple (at least the simple ones I get with Cardan's formula)

cardan.mw


Mario

It's a little confusing trying to create a help page. 

Using the tools Save as help page option is confusing and not explained very well in the help.  The table of Contents entry does not file it under a folder unless it's followed by a forward slash(/)

Hi,

I have created a Matrix of 1260 rows and 12 columns, when I assign a value to a particular row and column always a dialog opens to select  the meaning of expression with two options function definition and remember table assignment.

Any idea how to get rid of this dialog?


Thanks
Kiran

 

In older maple versions, calculating your monthly payments on a car, for example, have become a little more cumbersome. 

Older versions had a built in function called finance, which has since been removed in the newer versions.  The syntax for the command was finance(amount= , interest=, payments=, or periods=) you could leave out one and maple would calculate the unknown.  The most common unknown was the amount of your monthly payments on a car which nowadays is usually a fixed finance level of 48 months.

The older maple syntax was 

First 1977 1978 1979 1980 1981 1982 1983 Last Page 1979 of 2225