벡터

  다른 뜻에 대해서는 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 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}