Finds the slope and intercept of the line parallel to a line whose slope and
intercept are given, through the points x, y
. Note that the intercept is
not needed. For any m
that are infinite, the intercept is x
.
1 | parallel.line(b, m, x, y)
|
b |
Intercept. |
m |
Slope. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.