Python Forum
How to Solving non-linear equation using scipy.optimize fsolve with variable list
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to Solving non-linear equation using scipy.optimize fsolve with variable list
#2
This is not an equation because there is no = sign. It is merely a scalar expression of the two variables mu and sigma. If you want to solve the equation "expression = 0", there will be a curve of solutions in the mu, sigma plane. If you look at the expression, you'll see that it is a quadratic equation in mu, which means that you could solve it explicitly and give mu as a function of sigma.
Reply


Messages In This Thread
RE: How to Solving non-linear equation using scipy.optimize fsolve with variable list - by Gribouillis - Jun-09-2020, 04:01 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question written RK solving same equation with different graphs acbshinn 1 458 Feb-09-2024, 12:33 PM
Last Post: Gribouillis
  How can I multithread to optimize a groupby task: davisc4468 0 766 Jun-30-2023, 02:45 PM
Last Post: davisc4468
  Positive integral solutions for Linear Diophantine Equation august 4 1,318 Jan-13-2023, 09:48 PM
Last Post: Gribouillis
  Solving an equation by brute force within a range alexfrol86 3 2,928 Aug-09-2022, 09:44 AM
Last Post: Gribouillis
  Split string using variable found in a list japo85 2 1,367 Jul-11-2022, 08:52 AM
Last Post: japo85
  do you have an idea to optimize this code[recursion]]? netanelst 4 1,357 May-20-2022, 06:41 PM
Last Post: jefsummers
  Solving equation equal to zero: How to resolve the syntax error? alexfrol86 3 2,085 Feb-21-2022, 08:58 AM
Last Post: deanhystad
  SOlving LInear Equations in Python(Symoy, NUmpy) - Coefficient Problem quest 3 1,817 Jan-30-2022, 10:53 PM
Last Post: quest
  Optimization using scipy.optimize KaneBilliot 3 1,964 Nov-30-2021, 08:03 AM
Last Post: Gribouillis
  how can I solve fsolve function error? troddydeeneeeeeey 3 2,542 Oct-14-2021, 07:07 PM
Last Post: deanhystad

Forum Jump:

User Panel Messages

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