Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to plot a Graph
Post: How to plot a Graph

Hello, I have an equation and need to plot a graph using the Euler method, the code looks like this: h = 0.01 x = [0.0] y = [0] n = int(30/h) def f(y,x):     eq = #something      return #something ...
Kamo Homework 2 3,869 May-11-2017, 05:27 PM

User Panel Messages

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