slope - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

geometry

  

slope

  

compute the slope of a line

 

Calling Sequence

Parameters

Description

Examples

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)

See Also

geometry[Equation]

geometry[line]

geometry[point]

 


Download Help Document