MaplePrimes Questions

Hello to all,

I have some data and i want to create a 3d columngraph from them but i can't  find a relative command in Maple.. I want something like the "AreaChart" command without the lines connecting the points..One solution is the Pointplot 3d, but if there is a way to do it with columns is much more preferable..!

Thanx!

polar_circle.mw

It is a problem which exists in my mind for a long time. Can any one give me some advices? Thank you!

Best regards!

 

Hi guys,

I've a simple question, can I run a maple mpl file with options? I mean, instad of

maple file.mpl &

doing

maple file.mpl --option1 value 1 --option2 value2 etc &

If yes, how do I instruct the code about what to do with those options, eg assign them to variable?

 

Thanks

salvatore



Hi,

 

How to output the solution given by pdsolve as a *.csv or a tab delimited text file?

Maple has got to really work on its help documentation.

Thank you,

Regards

with plots

Eq[1] := 5*(diff(f(eta), `$`(eta, 3)))+(m+3)*f(eta)*(diff(f(eta), `$`(eta, 2)))-(2*m+1)*(diff(f(eta), eta))^2-(2*(2*m+1))*h(eta)-(m-2)*eta*(diff(h(eta), eta))

Eq[2] := g(eta)-(diff(h(eta), eta))

Eq[3] := 5*(diff(g(eta), `$`(eta, 2)))/Pr+(m+3)*f(eta)*(diff(g(eta), eta))-5*m*g(eta)*(diff(f(eta), eta))

BCs := [f(0), (D(f))(0), (D(f))(18), g(0)-1, g(18), h(18)]

pars := {Pr = .1, m = 0}

for i to 3 do eq[i] := subs(pars, Eq[i]) end do

I myself have written some programs of math in Maple (e.g. ABC.lib, ABC.ind, ABC.mw).
Who could help me how to upload these programs for everyone using easily without downloading and setup them? Thank you so much!

Dear all,

I wrote some simple functions in Maple 13, called "myproc" file,

and used startup code (edit-->startup code) to initialize it in a worksheet by: read "myproc";

Now I am using Maple 14, it does not work, says, "unable to read", sort of thing.

 

I have also tried to rename the file to myproc.m and read "myproc.m";

does not work either.

Is there any compatibility problem?

Thanks.

casper

Hi,
I want to call Maple from Excel, this works so far. Problems in the attached Excel sheet:

- The result of a Maple command (components of a vector) will not be placed into separate cells. How can this be done ?
- To auto-update the solution when changing the input matrix, for each component of the solution vector the complete matrix needs to be recalculated. Surely, there is a better way to do this. 

 

there are several method to provide solve recurrence problems  in Maple,such as define ,rsolve,etc.here ,i meet a problem.

i want to compute the function Gamma(n), if n is a posint ,only given recurrence relation f(z)=(z-1)f(z-1),initial condition,f(0)=1,then i can get the true result with rsolve,of couse,i had made  an ansatz that z is n::posint.yet ,z is not posint? To suppose z  equal to 5/2, (2*n+1)/2 more generally,how can get the answer((2n-1)!!*Pi/2^n).

How to graph a function f(x)=x^2-8x+20. Then use Maple to find all the real and complex zeros?

I have a small Maple program which is manipulating lists which have a habit of becoming too long for maple to handle, which yields the error " 

TaiChi.mw

Hello,

The appendant is a figure I generated in a leisure time a fews days ago. There exist 3 problems, I feel they are a  challenge to me. The third problem is:How to rotate the figure automatically? Like this. Can you give me some advices? Thank you very much! Best Regards!

I am trying to calculate inverse laplace of a 3*3 matrix (answer1 matrix). Find below the maple commands i used.

>with (linear algebra):

A:=<alpha,p11,e11|0,o11,-e11|a,m11,0>

N:=<s,0,0|0,s,0|0,0,s>

k:=N-A

Z:=MatrixInverse(k)

B:=<0,-m11,0>

C:=<1,0,0>

X0:=<isalpha0,ilalpha0,vcalpha0>

answer1:=Z.(X0+(ScalarMultiply(B,uinvalpha/s))+(ScalarMultiply(C,ealpha/s)))

 Hi mates!

Can anybody tell me - is there in maple something like Paskal's begin and end for if-operator?

big thanks in advance)

First 1889 1890 1891 1892 1893 1894 1895 Last Page 1891 of 2434