MaplePrimes Questions

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)

what I dont understand is the purpose of the second order cone constraint.

The definition is: The first element must be at least as large as the Euclidean
norm of the remaining elements. The euclidean norm for R^3 is the distance from
origo to the point [x,y,z] due to pythagores theorm ie A^2+B^2=C^2 where
C is the distance from origio to the point[x,y,z]

Again for R^3 then we have [x,y,z] then x > the euclidean norm for (y,z) which
means that x> sqrt(y^2+z^2...

i wrote in Maple 14 this procedure:

in result i had error "Unable to parse" inline local k.

But it normally works in Maple 13. Plz tell me about this. I'm a new one in this. Thank you!

Hi, i have a problem with Units; Basically my problem is that if i try to get the square of a variable with units only the value of the unit is squared not the units. For example:

> Z := 5*Unit('ft');

> Z^2 = 25 Units:-Unit('ft')^2

I dont know if my copy paste attemp is clear enough.... but basically the units are not being squared, the ^2 is placed outside the brackets and is not taken into account in further calculations. The result i am looking for is something like this:

I would like to generate a symbolic sum of the first "n" derivatives of a function.

For example, f = 1/(1-x^4)

sum(f^(n),n=0..3)

The response from Maple is not as expected.  The first term is:  -1/(4*(x-1)) and the subsequent terms are less recognizable.

If I use "seq" with the same syntax, I end up with a list that includes the function and the first 3 derivatives.

I have also tried:

sum(diff(f,x$n),n=0..3)

Hi all,

I want to calculate for example MultiInt(x,[x,y]) or MultiInt(y,[x,y]), etc.. in a triangle whose the coordinates of the three nodes are (x1,y1), (x2,y2) and (x3,y3).

Thanks for any help

Kamel

First 1886 1887 1888 1889 1890 1891 1892 Last Page 1888 of 2430