Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

hi,

is there a procedure to convert a number (or list of numbers) into its english equivalent?

eg

 1 = "one", 2= "two", ......, 100 = "one hundred"

Fine a_{n} of sequence

Hello again Maple forums, it's been a while but I'm confident I came to the right place :)

I'm trying to fit our data (attached: maphelp.mw) to this function of Z:

-(1/2)*Zc^2-a*(Z-Zc)-b*(Z-Zc)^(3/2)-c*(Z-Zc)^2-d*(Z-Zc)^(5/2)+e*(Z-Zc)^3+f*(Z-Zc)^(7/2)

It has the linear parameters a-f...

Hello,

 

First of all I'm French so excuse my English.

I have some questions about Maple 14 on MacOSX,

1- I want to use the "proc()" fuction with an "if" fuction in the "proc()" but it's not workink, I tested many display with the "print" command to evaluate where is the problem and now I can say that the problem is in the "if" fuction. Here his my worksheet :

> suite := proc (n) local u, k, i; u := n; k := 0; for i from 0 to 10 do print(irem(u, 2...

Can somebody, please, try this command in Maple 16 (or at best Maple 16.02)?

Student[Calculus1][FunctionChart](x*exp(1/x));

In Maple 15 I get the graph in about 1s, however in Maple 16.02 it loads about 20s and it is even not as perfect as is in Maple 15. Furthermore, when I try to evaluate

st:=time():
Student[Calculus1][FunctionChart](x*exp(1/x));
time();

it says that it lasted only 1-2s. There is some problem...

Assumption:f(x)=x^2+2x

how to solve f(x+1) according the assumption.

this question is going to be asked has been done several times by me but no answere is sent,but i do it again:

f(x)=sqrt(x+1)→domain(f):[1,+∞),range(f);[0,+∞)

how to solve them at the maple15

Hi, i'm trying to solve the following PDE in Maple:

>

Hi!

i have a short question. It should be easy to answer.

I use unapply which works fine but it seems as it doesn't save the result. If i call  Phi := unapply(A1[1], x1, x2); this gives me: (x1, x2) -> 1 - x1 -  x2 (the function I expected)

but when i call "Phi" it just gives me the symbol for Phi and not the function. Maple uses the symbol for following calculations.
            ...

Hi, while working on a worksheet a message abou kernel lost appear, saying to restart maple. I saved my worksheet (maybe I should  have not) and I restard it, but now my worksheet its a complete nonsense and I seem to have lost weeks and weeks of work. Is there anyway to recover my orginal woeksheet (the .bak file is also crushed) ?

Here is the crashed worksheet

NWHP5.mw

 

thanks in advance

Hello,

 

I have started using Maple and I was computing some algebraic  system of equations and when Maple solves it it returns nothing. I do not understand what is happening. Does it solve it but for some reason does present the result or it does not solve it. Because simple systems it solves and shows the result but for my system it does not show anything...

 

My equations are:

eq5:= (((Nd)^((epsilon-1)/epsilon)+Fu^((epsilon-1...

I would like some help in order to build the following algorithm (Gianni-Kalkbrener) on Maple.

I have a cyclic-5 problem of the following polynomials

L := [a*b*c*d+b*c*d*e+c*d*e*a+d*e*a*b+e*a*b*c, a*b+b*c+c*d+d*e+e*a, a+b+c+d+e, a*b*c*d*e-1, a*b*c+b*c*d+c*d*e+d*e*a+e*a*b]

 

I found the Grobner basis of that using:

GrobnerBasisOfL := Basis(L, tdeg(a, b, c, d, e))

 

Then, I have found the FGLM of the Basis using:

refer to Madan's paper about VG in year 1998

equation (6)

tm := int(expand(1/(rho*sqrt(2*Pi*g))*exp(-((X-theta*g)^2)/(2*g*rho^2))*g^(t/v-1)*exp(-g/v)/v^(t/v)/GAMMA(t/v)),g=0..infinity);
characteristicfun := invfourier(int(tm,x=0..infinity),x,w);

it is not equal to (1/(1-i*theta*v*u+(v/2*rho^2)*u^2))^(t/v) ?

it can not be calculated

I would like to create a single animated plot with two components.

The first component being an animation of the graph of r = 2*sin(theta) as theta varies from 0 to 2*Pi in the r-theta plane.

The second component is another animation, simultaneously showing how the graph of r=2*sin(theta) is generated in the polar coordinate system.

I am able to produce each component separately rather easily using the plots:-animate( ) command. What I am looking for is somehow being able to use ...

Hey guys

I am currently working on my final project in high school. This project is about mathematical modelling within epidemology, and i am currently working on the mathematical models based on the SIR model.

The basis models for the SIR model were pretty easy, but i cant figure out how to fit data to my models. My first idea was to use the method of Leastsquare and/or Nonlinearfit, but i cant figure out how to do this in maple.

Hi im using maple 16 and defined a vector field that is lengthy below,

(and yes i defined with(VectorCalculus), and SetCoordinates(cartesian(x,y,z)) (x,y,z is subscripted)

 

Full view of my screen with maple not integrating

And i am using a type of line integral for the work of a particle's path through a force field which i defined here as Z.

First 1522 1523 1524 1525 1526 1527 1528 Last Page 1524 of 2224