MaplePrimes Questions

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)

Hi colleagues...

I use Maple 12. Can i change the color of Maple inputs from red to other color, How??

Dear guys! Can anybody tell me how should I solve my problem? I have an equation that I can solve it with maple but I can't obtain a result (a number) for any values of my independent variable (z) in my equations where are as follows:

> eq := z-> 1=(m*(1+z)^3-k*(1+z)^2)*h^2/(H^2)+(((2*n-1)-(k*(1+z)^2*h^2/H^2))*((1-m+k)/(2*n-1+k))*((((H^2/h^2)-k*(1+z)^2)/(1-k))^(n-1))); 

> Y := z->if not type(z,numeric) then 'procname(z)' else fsolve(eq(z), H=h) end if;

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!

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

 

 

 

 

 

 

There is a enought complex function H(y) of one variable (includding definite integrals and 3 parameters). One needs to solve equations like that H'(y)=H''(y)=0 and build surface in parametrical space with respect to such solutions. Straightforward method leads to 'Warning, solutions may have been lost' for solve command. How to reformulate problem to become it solvable?

I have defined a function 'A' and written a procedure to evaluate it for various variables, as follows:

A := r*sin(m);

Aval := proc (r, m)

evalf(A);

end proc;

Aval(1, Pi);

The function defined by its variables is returned:  r*sin(m).

How can I get maple to return the numerical value of the function?

Hi!

I have the same problem.

   "Simulation problem: maximum number of event iterations reached (100) at t= ...."

I have a model which worked without problem in maplesim2, using a lot of event iterations. The model can only work this way, becouse its a mechanic model where the friction is function of the sliding speed, thus where the speed changes value, the friction coefficient does also, and an event occurs.

I really need to know where...

Hello,

I have got a problem using LPSolve with the option "method=interiorpoint". If I do not add this option it works fine but if I add this option I get the message "Error, (in Optimization:-LPSolve) unrecognized storage format, storage = []"

Could you please help me to deal with that? Thank you.


opoly := (1-x^2)*diff(f(x), x$2) - x*diff(f(x), x) + n^2*f(x) = 0;
sol := op(2,dsolve(opoly));
gen := sum(cos(n*arcsin(x))*y^n/n!, n=0..7);

with(gfun):
seriestoratpoly(series(gen, z, 8), ['egf']);

error not a series, why?


seriestoratpoly(gen, ['egf']);

refere to the following link, it is possible to use a few terms to calculate a generating function, but where is the function generating? how do it  work in gfun?

http://www.google.com.hk/url?sa=t&...

First 1818 1819 1820 1821 1822 1823 1824 Last Page 1820 of 2430