MohsenReisi

5 Reputation

One Badge

9 years, 78 days

MaplePrimes Activity


These are questions asked by MohsenReisi

Hi,

I have been trying to solve the following equation with respect to y, but I have not been successful. In fact, I always get answer RootOf(...). I should mention that all variables and parameters are real non-negative. I have also tested with "assume", but it did not help. Any suggestion would be appreciated. 

with(RealDomain):

eq := -((y-b)*mu-y)*x^beta*alpha+y^beta*varepsilon*(x-a) = 0

-((y-b)*mu-y)*x^beta*alpha+y^beta*varepsilon*(x-a) = 0

(1)

solve(eq, y)

RootOf(-x^beta*alpha*b*mu+x^beta*alpha*mu*_Z-x^beta*alpha*_Z+_Z^beta*varepsilon*a-_Z^beta*varepsilon*x)

(2)

remove_RootOf(%)

-x^beta*alpha*b*mu = 0

(3)

``

``

Download Equation.mw

 

Thanks.

Page 1 of 1