Previous Up Next

7.7.6  Plot a line with a point and the slope: DrawSlp

The DrawSlp command takes three arguments, real numbers a, b and m.
DrawSlp returns and draws the line through the point (a,b) with slope m.
Input:

DrawSlp(2,1,-1)

Output:


Previous Up Next