Visualizing differential equations in Python
andrewcharlesjones.github.io › journalVisualizing differential equations in Python In this post, we try to visualize a couple simple differential equations and their solutions with a few lines of Python code. Setup Consider the following simple differential equation dy dx = x. d y d x = x. Clearly, the solution to this equation will have the form y = 1 2x2 + C y = 1 2 x 2 + C