Question: solve multiple equations in parametric format.

Dear All

I have an equation that is related to some other equations. The main equation and some of the others are in the sum format. I want to solve the main equation in parametric format.

main equation: i want to solve it for m based on other parameters (n,p,alpha,c and perhaps k)

sum(m/(k*p*c+m*i^alpha), i = 1 .. n)-m = 0

there are some other requirements:

1/k = sum(1/i^alpha, i = 1 .. n)

sum(k/i^alpha, i = 1 .. n) = 1

0<= m <= 1

Does anyony know how I can do it in maple 14?

Best Regards,

Saeid

 

Please Wait...