- TI nspire
[TI-nspire] dotP() 벡터 (or 리스트) 내적
1. 사용법1
dotP(List1, List2) ⇒ expression
Returns the “dot” product of two lists.
2. 사용법2
dotP(Vector1, Vector2) ⇒ expression
Returns the “dot” product of two vectors.
※ Both must be row vectors, or both must be column vectors.
【.】【×】 operator 는 같은 성분끼리만 곱해서 다시 벡터로 반환합니다.
[TI-nspire] crossP() 벡터 (또는 리스트) 외적
https://allcalc.org/26968