Question: Solving Coefficients

Hey there,

 

let say I have an equation like that:

2.5665*x+3.79094*x^2+3.52723*x^3+2.1137*x^4+.76839*x^5+0.0911*x^6-0.076*x^7 = x*(a[0]*x+a[1]*x+a[2]*x^2+a[3]*x^3)^(13/9)/(c[0]+c[1]*x+c[2]*x^2+c[3]*x^3+c[4]*x^4)

 

what Maple iteration utility that I can use to solve for a[0], a[1], a[2], a[3], c[0], c[1],c[2],c[3] and c[4] when x--> 1.14?

 

Thanks



 

Please Wait...