Python Forum
Asking for help in solving a single variable nonlinear equation using Python !
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Asking for help in solving a single variable nonlinear equation using Python !
#1
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..
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Question written RK solving same equation with different graphs acbshinn 1 395 Feb-09-2024, 12:33 PM
Last Post: Gribouillis
  Need help on how to include single quotes on data of variable string hani_hms 5 2,010 Jan-10-2023, 11:26 AM
Last Post: codinglearner
  python sql query single quote in a string mg24 1 1,048 Nov-18-2022, 08:01 PM
Last Post: deanhystad
  python Multithreading on single file mg24 3 1,722 Nov-05-2022, 01:33 PM
Last Post: snippsat
  Solving an equation by brute force within a range alexfrol86 3 2,764 Aug-09-2022, 09:44 AM
Last Post: Gribouillis
  Solving equation equal to zero: How to resolve the syntax error? alexfrol86 3 1,946 Feb-21-2022, 08:58 AM
Last Post: deanhystad
  SOlving LInear Equations in Python(Symoy, NUmpy) - Coefficient Problem quest 3 1,729 Jan-30-2022, 10:53 PM
Last Post: quest
  Solving for zeros of an equation! fmitchell17 0 1,818 Apr-05-2021, 07:49 PM
Last Post: fmitchell17
  Solve simple equation in Python kmll 4 3,078 Nov-01-2020, 04:34 PM
Last Post: deanhystad
  Python gives " -0.0 " as solution for an equation akar 2 1,766 Aug-27-2020, 12:15 PM
Last Post: akar

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020