- TI nspire
[TI-nspire] crossP() 벡터 (또는 리스트) 외적
1. 사용법1
crossP(List1, List2) ⇒ list
Returns the cross product of List1 and List2 as a list. List1 and List2 must have equal dimension, and the dimension must be either 2 or 3.
부호 외우기 : (a를 먼저쓰고 b를 나중에 곱할 때) 파란 화살표 방향은 + 반대 방향은 -
2. 사용법2
crossP(Vector1, Vector2) ⇒ vector
Returns a row or column vector (depending on the arguments) that is the cross product of Vector1 and Vector2.
Both Vector1 and Vector2 must be row vectors, or both must be column vectors. Both vectors must have equal dimension, and the dimension must be either 2 or 3.
[TI-nspire] dotP() 벡터 (or 리스트) 내적
https://allcalc.org/26967