MaplePrimes Questions

Hi,

I'm preparing for GRE and i came across this question from 800score.com while reviewing concepts for probability.

In a deck of 52 standard playing cards, what is the probability that pulling a single card from the deck 
will produce a black card?

http://www.800score.com/content/gre/guidec7dview1a.html

Please...

 

 

How to update this code to the Statistic Package for the graph below?for n from 1 to 15 do num:=convert(evalf(n), string): tracker[n]:=textplot([18,0.3,`Lambda is `.num],color=blue): H[n]:=ProbHist(PoissonPDF(n,x),0..25,26): N[n]:=plot(NormalPDF(n,n,x),x = 0..25):  P[n]:=display({H[n],N[n],tracker[n]}): od: display([seq(P[n], n=1..15)], insequence=true,title="Normal Approx. to the Poisson. Lambda is increasing from 1 to 15");

I suffer from floaters, (objects that appear in ones vision), a condition that is worsened by looking at white surfaces.  Is there a way of changing the background colour of a maple worksheet from white to a darker shade, perhaps a light grey or something?

Hi,

I have this equation:

gammainc(5,x) = pf

pf = [24*10^-4    120*10^-4    24*10^-3    120*10^-3    24*10^-2    120*10^-2    24*10^-1    120*10^-1    24*10^0]how to find the values of x for the corressponding pf?

Thank you

Jamal

Hello,

I like to plot the Bode diagram of function transfer. For that purpose, i use Dynamicsystem package.

I obtain my transfer function by 2 different methods : 
- direct method
- state space method.

The issue is the fact that i don't obtain the same results with the 2 methods.

 state_space_metho.pdf

I want construst a vector with 2^62 entries. Only 2^20+1=2049 entries are non-null complex numbers and others are all zero. Maple tells me the memory is not enough.

Recently I was able to try Maple 17 beside Maple 12.  There were little wiggles in 17's plot but not so in 12's.  I thought what if I dragged 12's plot into 17's?  What would I get?  Well here is the result.

I made a plot of x^2+10 in Maple 17 and a plot of x^2 in Maple 12 then dragged the line over. And this is the visual I got

A reddit user posted an interesting question:

http://www.reddit.com/r/math/comments/1eyx0f/help_with_simplifying_in_maple/

The problem is how to simplify, e.g. 2/3*37^(1/2)*sin(1/6*Pi+1/3*arccos(55/1369*37^(1/2)))+2/3 to 4.  I tried a few things and got nowhere.  Any suggestions?

#### Code attached at the BOTTOM ####

If I run these seperately, they seem to be running fine as shown above. But when I run '8' after '7', it does not seem to be working as in first picture.

I am trying to solve a problem using fsolve. Where the fsolve is inside the integral. I keep getting the following message. Here is what I am trying to do 

 

int(fsolve(int(k*r*PDF(R,r),r=-infinity..x)=0,x)*PDF(Q,z),z=-1..1);

where Q is a normal distribution and R is also normally distributed with its parameter conditional on Q. Following is the error message that I get.

"Error, (in fsolve) z is in the equation, and is not solved for"

Question (A)

The surface z=f(x,y)=5/(1+x^2+y^2) is a hill. A bug walks along the path with x(t)=2+3cos(t) and y(t)=-1+2sin(t)

and z(t) is on the surface (0≤t≤2pi).

Plot the surface z for -4≤x≤7, -4≤y≤4 and includethe path (in thick black) of the bug on the surface.

(this will require 2 graphing commands plus a display 3d. Think spacecurve for the bug's path.)

 

 

 

Animate a solid...

Please, explain me, why I got this? And how to get normal one?

restart;

with(ExcelTools):

with(ListTools):

with(DynamicSystems):

filename := "MSFT";

close3 := Import(cat(cat("C://US//",filename),".xls"), filename, "E2:E100");

this i usually use ln(close3[n]/close[n-1]) as the original series

as i do not know whether Sample in statistics package can use this directly,

or 

need to use counting to classify them into some group and got a distribution graph

First 1582 1583 1584 1585 1586 1587 1588 Last Page 1584 of 2427