HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
CROSS
Syntax
CROSS(vector1, vector2)
Description
Cross Product. Finds the cross product of vector1 with vector2.
Example
CROSS([1,2],[3,4]) returns [0, 0, -2]
CROSS — Discussion
↑Back to top