Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How can I program this algorithm with Python
Post: RE: How can I program this algorithm with Python

(Jul-09-2019, 12:54 AM)scidam Wrote: Why did you use three loops? It seems you can just remove lines #38 and #41 without any problems. this method does not work. Thank you.
docmaths Data Science 9 3,819 Jul-09-2019, 07:47 AM
    Thread: How can I program this algorithm with Python
Post: RE: How can I program this algorithm with Python

(Jul-08-2019, 08:28 PM)ichabod801 Wrote: Did you read my last post? You didn't fix the errors I mentioned in that post. You also didn't give me the full text of the error message I asked for.Yes. Th...
docmaths Data Science 9 3,819 Jul-08-2019, 08:32 PM
    Thread: How can I program this algorithm with Python
Post: RE: How can I program this algorithm with Python

Now, I wrote this new code. But we always have an error : import numpy as np from scipy.integrate import odeint import matplotlib.pyplot as plt n=2501 lambd1=np.arange(n) lambd2=np.arange(n) lambd3=np...
docmaths Data Science 9 3,819 Jul-08-2019, 08:14 PM
    Thread: How can I program this algorithm with Python
Post: RE: How can I program this algorithm with Python

I wrote this program but apparently there is a problem. Can you help me? import numpy as np n=2501 lambd1=np.arange(n) lambd2=np.arange(n) lambd3=np.arange(n) lambd4=np.arange(n) x=np.arange(n) y=np.a...
docmaths Data Science 9 3,819 Jul-08-2019, 07:44 PM
    Thread: How can I program this algorithm with Python
Post: How can I program this algorithm with Python

How can I program this algorithm with Python. [Image: https://zupimages.net/up/19/28/l5iu.png] Thank you very much. Additional Information : [Image: https://zupimages.net/up/19/28/8ue7.png] A1=250...
docmaths Data Science 9 3,819 Jul-08-2019, 09:20 AM

User Panel Messages

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