Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

I'm an autodidact working with calculus and Maple 9.5,  I find the Maple Learning Guide more illustrative than comprehensive and the help files too oriented toward users who know more math and/or more Maple than I do.  This forum has proved helpful in responding to specific questions, but I'm looking for some books that would provide guidance on the full range of Maple's potential.  I'm not looking for a primer, but rather something as comprehensive as the help files that makes fewer assumptions about the reader's knowledge and is written

Try this out:
dt:=[2.5, 3.9, 2.9, 2.4, 2.9, .8, 9.1, .8, .7, .6, 7.9, 1.5, 1.8, 1.9, .8, 6.5, 1.6, 5.8, 1.3, 1.2, 2.7];
Statistics[Histogram](dt);

You can see the tickmark for frequency/vertical axis is wrong. The leftmost bin hits somewhere more than 0.8. Option "frequencyscale=relative " does no help. But option "discrete=true" or change some setting about bin, such as bincount ..., can help. It seems a bug? Or my understanding about histogram is not right?

Vitro

I have multiple XY pairs from multiple sensor data which I would like to display on the same plot.  I can easily do this in MATLAB, but referencing Chapt 5 of the User's Manual indicates ways to plot multiple plots when plotting relations, but nothing I found pertains to actual numeric data sets.  The only plot command I found was "PointPlot" & it appears it can only plot a single data set at a time.

 

Any suggestions?

When I press shift+enter, I get a new line, but how do I remove the line ? (highlighting it does not always work, so I can't seem to manually delete it)

Maple

Would someone please give me the correct syntax for finding extrema on a closed interval for

f(x) = 3x^4 - 4x^3  on the interval [-1, 2]

that would include the left & right endpoints should one of those be the maximum or minimum.

Alla

 

Last week I asked about manipulating a Matrix into the form:

pts := [[x1,y1],[x2,y2]...[xn,yn]]

I was directed to use the zip function, which after some trial and error I have "successfully" done. The problem I am having (I think) is that I am using Maple9. Using the zip function as in the example:

Hi,

I need to solve the heat diffusion equation in a system with two enclosed walls.  The first wall (made of a material called fr4) goes from x=0 o x=d1, and the second wall (made of copper, that is cu)from x=d1 to x=d2. 

u(x,t) is my unknown (change of temperature with time and space) for the first wall, and v(x,t) the unknown for the second wall.

So the system of PDEs to solve is:

>PDE:=[ diff(u(x,t),t) = afr4*diff(diff(u(x,t),t) ,

Hi!

I have a function in 2 variables - lets make it easy, the function is:

f(beta,c_0) = beta-6*beta*c_0+3*beta*c_0^2

I want to know in which regions this function has positive values and where it is negative. Tried it with the command contourplot, but this is not telling me anything :(.

Hope somebody can help

Thx
 

Hello,

is there any way to solve a system like (d denotes the derivates):

 

f1(x1,x2,y1,y2)=0

f2(x1,x2,y1,y2)=0

dg1(x1,x2,y1,y2)/dy1=0

dg2(x1,x2,y1,y2)/dy2=0

 

Hi there, could someone help me plot zeta(0.5 + it) as seen here - en.wikipedia.org/wiki/File:Zeta_polar.svg

 

I assume I need to import some complex plot package?

This may have an annoyingly simple answer but I cannot seem to plot the prime counting function

with(numtheory):
plot(pi(x), x=0..100);

 

This just gives me an empty plot.  Any ideas?

First 1968 1969 1970 1971 1972 1973 1974 Last Page 1970 of 2224