- 다른 뜻에 대해서는 C++ vector 문서를 참조하십시오.
1 개요[ | ]
- vector, Euclidean vector, geometric vector, spatial vector
- 벡터
- 방향과 크기
- 화살표로 표현 가능(방향과 길이)
- 표기: [math]\displaystyle{ \mathbf{a} }[/math](굵게) 또는 [math]\displaystyle{ \overrightarrow{a} }[/math](위에 화살표)
- 활용예시: 힘, 속도, 가속도, 변위 등
2 벡터 연산[ | ]
2.1 합[ | ]

- [math]\displaystyle{ \overrightarrow{a}+\overrightarrow{b}=\overrightarrow{b}+\overrightarrow{a} }[/math] (교환법칙)
2.2 차[ | ]
- [math]\displaystyle{ \overrightarrow{a}-\overrightarrow{b}=\overrightarrow{a}+(-\overrightarrow{b}) }[/math]
2.3 실수배[ | ]

3 같이 보기[ | ]
4 참고[ | ]
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.