MaplePrimes Questions

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

I am interested in finding out, just curious,  how many registered users does Mapleprimes have. Thanks!

Why is "unapply" used to create functions out of solutions to equations? Thanks in advance !

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!!

Q).A certain sum of money(say x) lent out at a certain rate of interest compounded anually becomes three times of itself in eight years. Find in how many years will the principal sum(x)  become twenty-seven times at the same compund interest rate.

 

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

 

First 2169 2170 2171 2172 2173 2174 2175 Last Page 2171 of 2428