Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

I have maple 13, windows xp.

I am just curious about the existense of some way through which I can navigate with in maple worksheets tabs with kepboard shortcuts.

I would really appreciate the help as it is annoying to use mouse again and again for naviagation

Just curious, something simple really

In standard Maple,
is plot(x2); then 'right-click-on-graph' -> axes -> create second axis the same as plots[dualaxisplot](x2,x2) ?

If so, why wasn't a secondaxis=true/false option made available in the command line?

Is there a way to color the output text from command line, say using printf? 

printf("I want this output to be green for example");

Any alternate ways to produce colored text from the command line?

Russian Center of Maple.
02.X.2011
3.000.000 visits in 16 months.

http://webmath.exponenta.ru/

I am trying to plot the cdf of a binomial random variable, which has jump discontinuities at each of the integers with positive probability mass. Typically, when plotting a piecewise function, one would prefer not to have Maple connect all the points of discontinuity with a vertical line, and discont=true achieves that. Why doesn't the following command yield the expected results:

with(Statistics):

with(plots):

X:=RandomVariable(Binomial(25,.65)):

when i open maple and type characters it diasapears after awhile and cant type anything

and i cant see many characters in special menus

I need to find factors of the eq, but unable to understand use of mod.
> `mod`(Factor(x^5-1), 2);

output redirected...

> `mod`(Factor(x^5-1), 7);

powers= 4 3 2
(x + x + x + x + 1) (x + 6)

> `mod`(Factor(x^5-1), 5);

powers= 5
(x + 4)

I have a piecewise function which I want to curve fit automatically in Maple. The conditions are:

  • The new smooth curve must have the same area.
  • The new curve mus start and end at the same location.

An image of this is shown below. How can I do this in Maple?

Image Link: http://dump.omertabeyond.com/?di=1613174606062

I tryto solve a linear program of big dimension using LPSolve function. My problem is that is returns a solution but I am not sure if it is unique or not, and for me it is really important.

I saw that in the new version there are options for LPSolve: method=interiorpoint or activeset. If I understood correctly, interiorpoint gives a solution in the middle of the interval and the activepoint - in the corner. My idea was to run LPSolve twice using those two methods. If...

Hi,

How does one implement the multinomial probabiility distribution in Maple? If it's not available in Maple, what would be an easy way to define one?

 

Thank!

Sometimes if code is not made available to download it must be transcribed or copied (I prefer the select content, crtl-c (copy), crtl-v (paste), route.  However sometimes the code must be decoded due to the way 2-D math is interpreted when it is copied to Notepad. 

For example,

a:=(x,t)->5*x+3*t*x^2    

in Standard mode looks like       a := proc (x, t) options...

Hello, I´m trying to solve a system of 15 non linear equations and 8 unknown variables {r0,u0,w0,v0,q0,n0,t0,m0}, all of my equations ase symbolic with variables 10 {x,y,r,u,w,v,q,n,t,m}.

The Solve command does not work, I've been reading the other posts regarding this issue, but I don't believe they work for my case.

I would really appreciate if someone has an idea to help me solve this issue.

Im posting the worksheet with the system of 15 equations

 

I'm having problems tweaking legends in plots. I'm using Maple 15 / Standard on Windows 7 - 64 bits.

The first problem I have is that the legend box is too narrow. Is there a way to fix that? The help page does not mention anything to that effect.

http://www.maplesoft.com/support/help/Maple/view.aspx?path=plot/options

I could have the legend above or below and the box would stretch wide enough, but I would prefer to have the legend on the left.

I am trying to get students to study inc/dec etc. with a function like y = 3/5* x^(5/3) - 1/2*x^(2/3)

the problem is that Maple will NOT plot either the original function or its derivative, except where x > 0

this does not make sense to me, since of course a cube root exists for x < 0.

Please HELP !!!

thanks

Gregor Olsavsky

penn state univ.

PS I use Maple V at home, at school Maple 11, classic work sheet

If you have been logged in at mapleprimes in the last week you will know that I'm currently going through an obsession with plots. Indeed, some deadline is looming and it is all very stressful. For reference, and hopefully it may be of use to someone somewhere someday, I produce 2D plots with Standard GUI in the postscript format using plotsetup(ps). I'm on Windows for this. (3D plots aren't so hot with Standard GUI)

I use LaTeX for my documents. I used to insert postscript...

First 1657 1658 1659 1660 1661 1662 1663 Last Page 1659 of 2224