| This is read-only version of the old wiki, feel free to browse it for materials. If you want to share your own materials, please use GeoGebraTube instead. You are also welcome to help us enhance the new wiki. If any questions arise, please contact the webmaster. |
PerpendicularVector Command
Syntax:
PerpendicularVector[Line a]
Action:
Returns the perpendicular vector of the line.
Example:
PerpendicularVector[a]
Syntax:
PerpendicularVector[Vector v]
Action:
Returns the perpendicular vector of the given vector.
Example:
PerpendicularVector[v]
Note:
- A line with equation ax + by = c has the perpendicular vector (a, b).
- A vector with coordinates (a, b) has the perpendicular vector (‐b, a).