MaplePrimes Questions


Download Kettinglijn_hoge_waa.mw

Hello,

I have been trying to plot a catenary for two boundary conditions. The plot shows the position of the cable but the solution is complex for part of the domain. For the part of the domain where the solution is complex, the plot is empty. Other boundary conditions give me a real answer, but I do need these ones... I have tried running my files multiple...

Can someone provide me a simple code to understand Homotopy Analysis Method for solving PDEs. I am a pure mathematician and came to know that Homotopy has found application in solution of PDE. Kindly guide me, as I can understand through a Maple Sheet much easily than a by a book or research paper. Regards

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...

First 1588 1589 1590 1591 1592 1593 1594 Last Page 1590 of 2433