단위벡터 명령

GeoGebra Manual
Mathcare (토론 | 기여)님의 2020년 6월 28일 (일) 22:23 판
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
이동: 둘러보기, 검색
Accessories dictionary.png
이 페이지는 공식 매뉴얼에서 출력과 pdf를 위한 부분입니다. 일반 사용자들은 이 페이지를 편집할 수 없습니다. 만일 이 페이지에서 오류를 발견하였으면, 연락하여 주시기 바랍니다.사용자에 의해 편집 가능한 버전으로 이동
UnitVector( <Vector> )
Yields a vector with length 1, which has the same direction and orientation as the given vector. The vector must be defined first.
예:
Let v=\begin{pmatrix}3\\4\end{pmatrix}. UnitVector(v) yields \begin{pmatrix}0.6\\0.8\end{pmatrix}.
UnitVector( <Line> )
Yields the direction vector of the given line with length 1.
예:
UnitVector(3x + 4y = 5) yields \begin{pmatrix}0.8\\-0.6\end{pmatrix}.
UnitVector( <Segment> )
Yields the direction vector of the given segment with length 1.
예:
Let s = Segment((1,1),(4,5)).
UnitVector(s) yields \begin{pmatrix}0.6\\0.8\end{pmatrix}.
예: In the Menu view cas.svg CAS View three-dimensional vectors and vectors with undefined variables are also valid inputs.
예:
  • UnitVector((a, b)) yields (\frac{a}{\sqrt{a a + b b}}, \frac{b}{\sqrt{a a + b b}}).
  • UnitVector((2, 4, 4)) yields (\frac{1}{3}, \frac{2}{3}, \frac{2}{3}).
© 2024 International GeoGebra Institute