Python Forum

Full Version: Asking for help in solving a single variable nonlinear equation using Python !
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guys,

I'm new to Python and I'm looking for some help in solving equations using python. In the equation shown below,

(1+(ICF/ECF)**(5/2)) = ((Re + Ri)/Ri)(1 + (Kp)*(ICF/ECF))
All the values except for ICF are known and I'm trying to simplify it to bring ICF to the left side but I can't and I'm not sure whether the Solve function will work on this.

Can someone help me out? All suggestions are welcome..