How to solve equations of type $a*x^c+b*x^d-S==0$?

18 Views Asked by At

How to solve the following equation

$$ a*x^c+b*x^d-S==0 $$ for $x$.

Wolfram alpha and sympy are not able to solve this.

Any suggestions?