Python | Sympy Line.perpendicular_line method
In Sympy, the function perpendicular_line() is used to create a new Line perpendicular to the given linear entity which passes through the given point p. Syntax: Line.perpendicular_line(p) Parameters: p: Point Returns:line Example #1: Python3 # import sympy and Point, Line from sympy import Point, L