단위수직벡터 명령

GeoGebra Manual
이동: 둘러보기, 검색
Accessories dictionary.png
이 페이지는 공식 매뉴얼에서 출력과 pdf를 위한 부분입니다. 일반 사용자들은 이 페이지를 편집할 수 없습니다. 만일 이 페이지에서 오류를 발견하였으면, 연락하여 주시기 바랍니다.사용자에 의해 편집 가능한 버전으로 이동
UnitPerpendicularVector( <Line>)
Returns the perpendicular vector with length 1 of the given line.
예:
UnitPerpendicularVector(3x + 4y = 5) yields \begin{pmatrix}0.6\\0.8\end{pmatrix}.
UnitPerpendicularVector( <Segment> )
Returns the perpendicular vector with length 1 of the given segment.
예:
Let s = Segment((1,1), (4,5)).
UnitPerpendicularVector(s) yields \begin{pmatrix}-0.8\\0.6\end{pmatrix}.
UnitPerpendicularVector( <Vector> )
Returns the perpendicular vector with length 1 of the given vector. The vector must be defined first.
예:
Let v=\begin{pmatrix}3\\4\end{pmatrix}. UnitPerpendicularVector(v) yields \begin{pmatrix}-0.8\\0.6\end{pmatrix}.
노트: In the Menu view cas.svg CAS View vectors with undefined variables are also valid input.
예:
UnitPerpendicularVector((a, b)) yields (\frac{-b}{\sqrt{a^{2} + b^{2}}},\frac{a}{\sqrt{a^{2} + b^{2}}}).

CAS Syntax

UnitPerpendicularVector( <Plane> )
Creates a unit vector orthogonal to the plane.
노트:
© 2024 International GeoGebra Institute