HP Prime for All

English  Русский 

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