Program to draw slopes

This program will draw a mesh of slopes for an autonomous system of two first order ordinary differential equations in two unknowns of the form

               dx                    dy
               -- = fx(x,y)          -- = fy(x,y)
               dt                    dt
Any scalar first order ordinary differential equation for y(x) can be brought in this form by simply defining t to be x.

To use the program: