수직벡터 명령

GeoGebra Manual
이동: 둘러보기, 검색
Accessories dictionary.png
이 페이지는 공식 매뉴얼에서 출력과 pdf를 위한 부분입니다. 일반 사용자들은 이 페이지를 편집할 수 없습니다. 만일 이 페이지에서 오류를 발견하였으면, 연락하여 주시기 바랍니다.사용자에 의해 편집 가능한 버전으로 이동
PerpendicularVector( <Line> )
Returns the perpendicular vector of the line.
예:
Let Line((1, 4), (5, -3)) be the line j. PerpendicularVector(j) yields the perpendicular vector u=(7, 4) of the line j.
노트: A line with equation ax + by = c has the perpendicular vector (a, b).
PerpendicularVector( <Segment> )
Returns the perpendicular vector of the segment with the same length.
예:
Let Segment((3, 2), (14, 5)) be the segment k. PerpendicularVector(k) yields the perpendicular vector u=(-3, 11) of the segment k.
PerpendicularVector( <Vector> )
Returns the perpendicular vector of the given vector.
예:
Let Vector((-12, 8)) be the vector u. PerpendicularVector(u) yields the perpendicular vector v=(-8, -12) of the vector u.
노트: In the Menu view cas.svg CAS View undefined variables are allowed as well.
예: PerpendicularVector((a, b)) yields the vector {-b, a}.
PerpendicularVector( <Plane> )
Creates a vector orthogonal to the plane.
예:
PerpendicularVector(xOyPlane) yields the perpendicular vector u=(0, 0, 1) of the xOy plane.
© 2024 International GeoGebra Institute