- 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.