MaplePrimes Questions

It seems a picture inserted or plot command generated is not movable in a document ?

If I shrink the picture,that will be in the center of the page,but this is not good when I should print the document.

can't be dragged to anywhere?

 

I have a set of 12 odes. I solve for the 12 dependent variables using dsolve, numeric and then plot their solutions using odeplot. When I omit my highly nonlinear elastic force terms, everything is ok. However, when I include the elastic force terms, dsolve seems to work fine and yield a result, but I cannot substitute the solution coming from dsolve,numeric back into the dependent variables. I get the message "global 'x' must be assigned to a numeric value before obtaining a solution".

Dear All,

I would appreciate you advice on the following problem. It is related to getting maple to write its output in a cirtain way which the user prefers.

 

If I ask Maple to:

solve((-q*N3*X3)/e3 = (q*N1*X1)/e1 + (q*N2*X2)/e2, X3);

 

it will produce:

X3 = -((N1*X1*e2 + N2*X2*e1)e3) / (e1*e2*N3)

I can see by inspection that the solution above is equivalent to:

X3 = (-(N1*X1*e2 + N2*X2*e1) / N3) * (e3/(e1*e2))

Which is the prefered way of writing this particular equation in my line of work.

I tried to maximize a nonlinear objective function by mapple 10 but I was not able to obtain non negative solutions. Procedure followed by me is as follows

F:=(-ln(1-s1*(a+beta)/(K-alpha))+ln(1+s1*(a+beta)/(alpha)))/(a+beta)+(-ln(1-s2*beta/alpha)+ln(1+s2*beta/(K-alpha)))/beta;

si:=K*(-(ln(1-s1*(a+beta)/(K-alpha)))/(a+beta)+ln(1+s2*beta/(K-alpha))/beta):

G:=-(-(K-alpha)*ln(1-s1*(a+beta)/(K-alpha))+alpha*ln(1+s1*(a+beta)/(alpha)))/(a+beta)^2:

theta:=-a*(-(K-alpha)*ln(1-s1*(a+beta)/(K-alpha))+alpha*ln(1+s1*(a+beta)/(alpha)))/(a+beta)^2:

Hi there,

 

Can you please help me to plot delay logistic equation for

dy/dt=y(t)*(1-y(t-1))
y(0)=1/2  ALSO  y(1)=1/2
where t=0..100

Thanks for help

 

There is some advice how to solve a cubic trigonometrically  here, but nothing presentable seems to appear out of it. Could someone please demonstrate how to do that with maple for a general (monic) cubic. Thanks.

`<,>`(`<|>`(x+1, x, x, `...`, x), `<|>`(x, x+2, x, `...`, x), `<|>`(x, x, x+3, `...`, x), `<|>`(x, x, x, `...`, x+n))

but  ellipse between rows can't be added like the same way?

Matrix(5, 5, {(1, 1) = x+1, (1, 2) = x, (1, 3) = x, (1, 4) = `...`, (1, 5) = x, (2, 1) = x, (2, 2) = x+2, (2, 3) = x, (2, 4) = `...`, (2, 5) = x, (3, 1) = x, (3, 2) = x, (3, 3) = x+3, (3, 4) = `...`, (3, 5) = x, (4, 1) = `:`, (4, 2) = `:`, (4, 3) = `...`, (4, 4) = `...`, (4, 5) = `:`, (5, 1) = x, (5, 2) = x, (5, 3) = x, (5, 4) = `...`, (5, 5) = x+n})

Whenever I try and solve the equation x^4 + 6*x^3 + 3*x^2 + 6 = 0, I get crazy answers :(

Anyone know how to do it?

Thanks for any replies (Note: I am very new to MAPLE so please use basic language)

Hi

I'de like to see the solutions of the system of equations :

 

how can i form a taylor series of:

F(x,y)

here F(x,y) = [f1(x,y); f2(x,y)]

about a point X = [alpha, beta] such that F(alpha, beta) = 0

this tell me,some notation systems are effient,and some are not...
 

View 11356_validate integrating factor.mw on MapleNet or Download 11356_validate integrating factor.mw
View file details

 

I want to do a very high-dimensional sum.

Particularly, this sum, where each of those indices can be either 0 or 1:

http://scienide2.uwaterloo.ca/~ndattani/temp/template.pdf

 

I started doing something like:

sum(sum(sum(sum(R,a[0]=0..1),b[0]=0..1),a[1]=0..1]),b[1]=0..1)

 

But it seems that there must be a better way (one in which I can genarlize to n dimersions). Is such a thing possible in maple ??

 

can Maple do the termwise integration?I'm not familiar with that,

The part on the right of equal sign is what I copied from arctan(z),of course the equation doesn't exist,and that is what I would edit manual,

but the equal sign is strange,which to choose ? though that is unrelated to the overall situation...

 

anyone can tell me something about termwise integration in maple?

Hello,

Whenever I integrate ((sinx)^4)*((cosx)^3), MAPLE gives ((sinx)^4)*((cosx)^3)x as an answer, effectively just sticking an x on the end of it.

Surely this is incorrect? How do I get it to integrate properly?

I am very new to MAPLE by the way so please speak in basic language!

 

Thank you to anyone who replies

c := proc (n) options operator, arrow; z^n/factorial(n) end proc

limit(c(n)^(1/n), n = infinity),

limit(c(n)^(1/n), n = 6)


eval(limit((z^n/factorial(n))^(1/n), n = 6))=(1/60)*12^(2/3)*5^(5/6)*(z^6)^(1/6)
 


evalf(limit((z^n/factorial(n))^(1/n), n = 6))=.3340241884*(z^6)^(1/6)
 

how to get z but (z^6)^(1/6)

 

First 2059 2060 2061 2062 2063 2064 2065 Last Page 2061 of 2434