MaplePrimes Questions

Anybody has a hint on how to solve a non-linear system with trigonometrics. I want to solve x, y and z.

How can I use factor in equations?

For example:

x^6+y*x^4+z*x^2-g*x^4-3*x^6====>-2*x^6+(y-g)*x^4+z*x^2

or

a*cn+w*dn+e*cn+f*dn=====>(a+e)*cn+(w+f)*dn

These examples are very simple.

Thank you

How do you graph y''+8y'-9y=0?

How do you graph 4y"-y=0?

And for these i need to sketh the graph of the solution solution and describe its behavior as t increases.

 

 

with Maple?

Hi all,


I must confess I'm a perfect novice in Maple as I'm used to work with Matlab. I have a 3d differential equation, namely:


dM/dt+gamma*mu[0]*`&x`(M, H[eff])-G/(gamma*M^2) *`&x`(M, dM/dt)= 0

The components of M should be of the form M_{i0} + dM_i(t) where M_{i0} is a constant and dM_i(t) a function of t, i = 1, 2, 3. And...

Hi,

 

I was wondering, suppose I have an ordinary differential equation, y''(x)  + y(x) - y(x)^3, and that the RHS is equal to zero (Duffing type equation).. Is there any way to declare this as in Maple, such as,

y''(x):=y(x)^3-y(x);

so that any time Maple sees y''(x) + y(x)-y(x)^3 in an expression, it will replace it with zero? I have tried the above, but it receive an error which says, "error, illegal use of an object as a name." 

Hi!

I am a mechanical engineer.

I want to differentiate a potential energy functional (a multivariable functional combination of integrals) in the variational calculus to get the Euler-Lagrange equations and boundary conditions and then to solve ODE's and PDE's to get a closed form solution.

The form of PE:=F(x1,x2,x3,w1(x1,x2,x3),w2(x1,x2,x3),w3(x1,x2,x3),diff(w1,x1),etc...)

Interested in getting diff(F,w1)  and diff(F,diff(w1,x1)).

Dear all,

I have to optimize polynomials with 10Mio data.

for i from 1 to ... do v[i]:=Optimization[NLPSolve](g(A[i,1],A[i,2],0.01273,x),x=0..3,method=branchandbound,maximize)[2]od;

This gives the result I wish, but formated like [x=0.] .

I would like to write only the x-values (floats) to a .txt file.

writedata("c:test.txt",v);

gives an error.

I must have the results on Friday, so would be very grateful for a fast answer.

 I want to evaluate the values of x and y and the data should bo saved in .xls format  from contour plot 

for g=0.1 the data x and y values  should be stored in xls sheet 1  atleast 50 values 

similarly  in separate xls sheet 

for g=0.0 the data x and y values  should be stored in xls sheet 1  atleast 50 values 

 

with(plots):
g:=y*(1-1/(x^2+y^2)):
colors:=table([0.1=blue,0.0=green,0.2=red]):
display(seq(contourplot(g,x=-1..1,y=0..2,
contours=[i],color=colors[i],axes=boxed,legend=(i)),i=[0.1,0.0,0.2]));

thanks in advance

Dear Experts,

I am novice to Maple 14, to do some numerical work I am using its 2D math input. I am having problem while using an itegral equation with a limit from 0 to infinity, when I use this limit; in answer I got un-solved equatoin instead a numerical value and this un-solved equation have FLOAT value, when I tried with some other input that time maple give answer again 

Hi all, 

RababΦ where Rab -Ricci tensor, and Φ-Scallar field, and I think derivation is covariant derivative.

How should I contract the indeces of this expression on Mapple?

Please, help me to figure it out. 

Thanks in advance.

I have a huge PDE system included reaction-diffusion system with 4 independent and 12 independent variables. I read on the maple help for pdsolve/numeric/method. I found it is only for single partial differential equations in two independent variables. Is there anyone knows the ability of Maple for such a system?

I am trying to solve a square polynomial system (16 x 16, I was able to solve an 8 x 8 fine) using the package RegularChains (with Groebner bases the problem is the same) but I have a memory constraint of 4G in the Linux cluster and my batch job gets terminated after Maple grabs too much memory:

TERM_MEMLIMIT; (job*killed*after*reaching*LSF*memory*usage*limit.Exited, with, true)*(File*size*limit*exceeded.Resource, usage, true)*summary; CPU*time;(4509.00*sec.Max, Memory, true...

How do I install Maple 15 in Windows 8.  I get a requester that says that the GUI version is not supported.

Hi,

I have made a costum component and when i simulate i get results but i get a message saying defunct_override_warning

What does it means? Why do i get this error?

defunct_override_war.msim

Thanks

First 1629 1630 1631 1632 1633 1634 1635 Last Page 1631 of 2428