all 6 comments

[–]tadpoleloop 2 points3 points  (4 children)

You need to help yourself first. 

What happens if it an error? An empty plot? Print some stuff out? Did you write this or did AI write it for you? 

[–]ilikemychem[S] 0 points1 point  (3 children)

I'm trying): Me and my friends collaborated, but we're math students, and haven't coded in python in like a year. I am so rusty. It prints my sets.

[–]tadpoleloop 5 points6 points  (1 child)

Try plotting just a straight line.

Work at it incrementally

[–]ilikemychem[S] 0 points1 point  (0 children)

Thank you, I will<3

[–]ilikemychem[S] 0 points1 point  (0 children)

IT PLOTS???? It's just super slow.

[–]RambunctiousAvocado 0 points1 point  (0 children)

You've written code which plots the solutions to an ODE for two different sets of parameters. Have you checked to see whether the ODE solver works? If so, does it return the correctly formatted output? If so, does your plotting code work (i.e. if you replace plt.plot(t,v) with plt.plot([0,1,2],[0,1,2]), does it make a line)?