Write code to simulate the following differential equation for x ranging from 0 to 5. Assume y = 0 when x = 0. Plot y vs. x using Matplotlib. Give the plot a title and x and y axis labels. Also plot grid lines. Use a stepsize for x of 0.01. (4 points) dy/dx=(〖50x〗^2-10y)/3