geometry[slope] - compute the slope of a line
|
Calling Sequence
|
|
slope(l)
slope(A, B)
|
|
Parameters
|
|
l
|
-
|
line
|
A, B
|
-
|
two points
|
|
|
|
|
Description
|
|
•
|
The function slope will compute the slope of a line determined by two points, or by an equation.
|
•
|
The command with(geometry,slope) allows the use of the abbreviated form of this command.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
>
|
|
| (3) |
|
|
Download Help Document
Was this information helpful?