MaplePrimes Questions

Hello

Please answer my question about my math lab class.

when I solve the equation about "     cos(2*theta)=1/2       "   by   " solve(cos(2*theta)=1/2,theta);"

I just get the answer "Pi/6" only

but I want the all root within "0 to 2*Pi"

How can I get the all root by limitting area of root??

One thing I am struggling to understand is the following:

If you have three randomvariables (similarities to the hat puzzle) then you
can get a positive expected value if you for example bet that r1 will be negative
when r2>0 and r3>0 and that r1 will be positive when r2<0 and r3<0. It follows
because the probability of getting [+,+,+] + [-.-.-] = 0.5^3+0.5^3=0.25. Which
means that the probability of success for our introduced betting strategy is 0.75.

Please would you help me how to make an animation of nonlinear waves, in other words, animation of solitons with Maple

 

I have a student who wants to compute points and add the points to a displayed graph as they are computed, without having new axes and a new graph created as additional points are added to the list. Something like an animation, but slightly different in its effect.

For example, suppose that 100 points will eventually be computed, but one wants the first seven points to be displayed even before the eighth is computed, and certainly long before the 100th point is computed.

How do I show the 126 different permutations of tic tac toe?

Hi! We just got the new Maple 14 and I'm having problem creating the resource file by using this command: "Maple14WindowsInstaller.exe -r". My steps are that I want Maple 14 to be the default application, no shortcut on the desktop and we are using a network server for our licenses. But, each time it gets to the installing part and seems to do nothing at all! In fact, once I let the installer run for 2 hours and it didn't installs anything. In other words, I can't create a resource file. I tried to run it on VMware workstation using Windows XP Pro SP3 French Edition, tried to run it on a normal computer running Windows XP Pro SP3 French Edition, etc. without any success. So any help will be greatly appreciated!

Thanks in advance for any help!

 

I have a set of points and 2 questions

Each point has different values associated with them.  I want each value of the points to be displayed as a specific symbolsize.  The only way I could figure out how to do that was to create a list of the points of one value and set it at a specific size, for example like this.

Suppose pointset a has value 1
a:=[[1,2],[3,4],[5,6],[4,4]]

and suppose pointset b has value 2
b:=[[2,2],[3,3],[4,4],[2,3]]

I think the only way to do what I want is this

I'm running OSX and Maple 14. Now when I do ]>? mod for example it (maple) is launching a Maplet (which crashes) in order to do something (perhaps bring up a Java version of the docs?). How do I disable this and get the old (text based) man pages back?
how can i solve two coupled differential equations like these: s1 := diff(n[D](t), t) = a-b*n[D](t)^2-c*n[D](t)-e*n[D](t)*n[T](t); s2 := diff(n[T](t), t) = b*n[D](t)^2-c*n[D](t)-e*n[D](t)*n[T](t); why dsolve({s1, s2,n[T](0)=0}) gives error?

Dear all,

Thank you to help with the Fourrier serie of:

 f:=t->piecewise((-tp/2<=t and t<-b[0]/(2*Rs),0),(-b[0]/(2*Rs)<=t and t<=b[0]/(2*Rs),ix/b[0]),(b[0]/(2*Rs)<t and t<ty-b[0]/(2*Rs),0),(ty-b[0]/(2*Rs)<=t and t<=ty+b[0]/(2*Rs),-ix/b[0]),(ty+b[0]/(2*Rs)<t and t<=ty+tp/2,0));

ix:=10: Rs:=73.0e-3: b[0]:=Rs*4*Pi/180: b[t]:=Rs*6*Pi/180: ty:=10*Pi/180: tp:=10*Pi/180: plot(f(t),t=-tp/2..ty+tp/2,title=`signal to analyze`);

Thanks

 

 

 

Hi there, Here is my problem : I'm trying to represent ( and animate ) the surface of a vibrating circular drum using plot3d. Let O be the center of the drum, the function "u" I found gives the height (z) of a point on the drum located at a distance r from O at t ( time ) in cylindrical coordinates ( u does not depend on theta). So what I'm basically trying to do is to plot the surface given by the equation z = u(r,t). So far I've failed to do so using plot3d. Could someone here help me with this ? Any help will be greatly appreciated ! Thank you. Tiilt

I have got two columns of data X and Y. if i know the data would possibly fit a function with form : y=ax^n+bx+c, how could i extract the values of a, b and n? Also, how to get the R squared value for the curve fitting.

I use D[ ] to get partial derivatives,

as follows,I donot know is it right?

w := proc (x, y) options operator, arrow; A*(x^4-2*L*x^3+L^3*x)*sin(n*y/R) end proc

t4 := (D[`$`(1, 4)](w))(x, y)+2*(D[`$`(1, 2), `$`(2, 2)](w))(x, y)+(D[`$`(2, 4)](w))(x, y)

If we have three coins. Then the probability of getting three heads or three tails is:

0.5^3 + 0.5^3 = 0.25

Now, what is the probability of getting three heads or three tails when the three
coins are correlated with correlation coefficient p ??

Maple carries digits through based on the digits or precision you have preset.  Is the calculation slowed down any if you have 7 trailing 0's as opposed to 100 trailing 0's? 

First 2001 2002 2003 2004 2005 2006 2007 Last Page 2003 of 2434