MaplePrimes Questions

of the system {x^2+y^2+z^2-2*x-4*y-6*z+13 = 0, 2*x^2+3*y^2+z^2-4*x-12*y+6*z-2 = 0} with Maple?

PS. Mathematica 7 solves it.

Hi,

I'm currently using a gridded search to find a global minimum.  I have 4 parameters which results in a really large search size (100 steps per parameter).  In order to reduce my computation time, I'd like to use a gradient search instead.  Does anyone have any code?

Thanks

Hill

Hi.i want to draw the picture which is in this SITE http://www.resurs.az/thumbnail.php?file=Qafqaz_Uni_370925279.jpg&size=article_medium  .Please help me...

 

I want to publish a Maple Program on Web. How I do ?
I want a MapleNET Server to run on a pc for fast.

I am very new to Maple and am trying to teach myself until next semester when I will be taking a course.

I am trying to make a GUI based worksheet to display a plot of a vector valued function (in R^2) and its velocity and acceleration vectors. I wrote code in a worksheet and it seems to work, but I am having trouble getting the plot to work when I put the code in a slider (to update continuosly as the value of t changes with the slider). I understand there are differences...

In the following examples I attempt to remove integer multiples of Pi from sin/cos. Nothing works.

Why? How do I make it work?

Thank you.

 

term1:=cos(Pi*(3*a-2*n));
> term2:=cos(3*Pi*a+2*Pi*n);
> term3:=cos(3*Pi*a-2*Pi*n);

                     term1 := cos(Pi (3 a - 2 n))


       ...

any of the numerical factors that multiply the successive terms in the expansion of an expression of the form  (x + a)^n,  for integral n,  in accordance with the binomial  theorem. These are any terms of the form
               ∑x^(n-k)*a^k*binomial(n,k)


how to get it.

convert((x+a)^n,Sum,x)


but ,i get a anwer that i don't want

Dear all!

I wrote a program but when I run it I get an error as: " can not evaluate the solution further right of ..., maxfun limit exceeded ". I tried some ways to work around it, for example I tried "maxfun=500000" and more. Also I tried "maxfun=0", but they don't work. How can I solve my problem?

O.K. Isolved this problem myself. We can solve such a problem in two different ways. 1.by adding the expression "method=mebdfi" and 2. by adding expression "'stiff=true'".

1 -√3 - x2 -√2- x2  = 0

Look at this trinomial 
32a^4 + 18a^3 - 12a 

Write the polynomial as the product of the GCF of all its terms and a polynomial 

PLEase explain thanks

From this expression I want to extract only terms with the variable x.

F := (1/2/Pi+Q*cos(k*x))^2*(1/2/Pi+Q*cos(k*y))/(1+beta^2*(1/2/Pi+Q*cos(k*x))^2);

 

I don't want to manually write it out rather extract the terms programmaticallly. I want to be left with

(1/2/Pi+Q*cos(k*x))^2 / (1+beta^2*(1/2/Pi+Q*cos(k*x))^2)

I have tried the collect fucntion but that did not seem to do it. Any suggestions...

Like in the version 7 where that variable didn't exist.

I'm using the following function for my project,:

printlevel:=2:for Prc from 2 by 1 to 100 do for B from 2 by 0.5 to 100 do (mf(Prc,B)):=(f(Prc))*(m(Prc,B)) end do end do

Is there any way to be able to sort the answers in ascending order? I tried to use sort, but when I put sort(mf(Prc,B)) it gives me a wrong answer and jumps into Prc=101 and B=20.5.

Also is there any way to put a condition for show only real numbers, without complex numbers?

upload2.mw Dear guys!

Pleaes visit the attached file and tell me what should I do. Thanks a lot.

Hi there,

I'm doing a lot of computations with Maple right now (currently the ancient 10 and 12 versions but maybe soon 14).

I would like to do Unit-Tests of my Software as known for instance in JUnit with Java. Is it possible or do I have to use the ASSERT(...) - statements?

Thanks in advance.

First 1875 1876 1877 1878 1879 1880 1881 Last Page 1877 of 2430