Function Slope of a Line

slope of line AB

Format:

slope of line AB

Input:

point A -
point B -

Output:

number - None

Details:

B A

Properties that reference this function:

slope of line AB = ((the y coordinate of point B) - (the y coordinate of point A)) / ((the x coordinate of point B) - (the x coordinate of point A)) (Slope of a Line)

Conditional properties that reference this function:

  • if slope of line AB = slope of line CD, then AB || CD (link)
  • if slope of line AB = 0, then distance AB = (the x coordinate of point B) - (the x coordinate of point A) (link)


Comments

Please log in to add comments