Skip to content
Prev 163515 / 398506 Next

How to solve following equation?

I need to solve a equation like this :

a = b/(1+x) + c/(1+x)^2 + d/(1+x)^3

where a,b,c,d are known constant. Is there any R-way to do that?

Thanks in advance