Amr Aboughazala
Followers: 0 Following: 0
Programming Languages:
Python
Spoken Languages:
English
Python
Spoken Languages:
English
Feeds
已回答
how to draw the line of known slope and intercept
for a line ax + by - c you can draw the line using the coefficients as follows, y = -(a*x+c) / b
how to draw the line of known slope and intercept
for a line ax + by - c you can draw the line using the coefficients as follows, y = -(a*x+c) / b
2 years 前 | 0