Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Solving Equations with Python
Post: RE: Solving Equations with Python

So now the problem is how can I solve the equation. I mean we definitely need pairs such as (x,y) that solve the equation. It would be great if I can have a plot that shows those pairs.
japrap General Coding Help 8 4,196 Sep-09-2019, 07:54 PM
    Thread: Solving Equations with Python
Post: RE: Solving Equations with Python

Thanks newbieAuggie :)
japrap General Coding Help 8 4,196 Sep-09-2019, 07:31 PM
    Thread: Solving Equations with Python
Post: Solving Equations with Python

Hello Everyone, I am new to python and I was wondering if we can solve the following equation with python using numpy/scipy libraries: x = np.arange(4,12,.01) y = np.arange(0,18,.01) k = 10/(6+x)x =...
japrap General Coding Help 8 4,196 Sep-09-2019, 04:22 PM
    Thread: Comparing three functions and plotting specific regions
Post: RE: Comparing three functions and plotting specifi...

First, thanks for your reply. I know that it seems that it's an assignment:D, but it's not. The whole problem is far beyond these functions. However, since I am new to python I just post a numerical e...
japrap Data Science 2 2,181 Aug-06-2019, 12:41 AM
    Thread: Comparing three functions and plotting specific regions
Post: Comparing three functions and plotting specific re...

Hi guys, Assume that we have the following functions: f_1 = ((x[2]/(5+x[1]))**((x[1]+5)/4)) f_2 = (5+x[1]*((x[2]-5)/x[1])**((x[1]+5)/4)))/(5+x[1]) f_3 = (5*((X[2]-X[1])/5)**((x[1]+5)/4))+...
japrap Data Science 2 2,181 Aug-05-2019, 05:55 PM

User Panel Messages

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