Skip to content

How to evaluate the vector crosss product? #249

Answered by axkr
xwaeaewcrhomesysplug asked this question in Q&A
Discussion options

You must be logged in to vote

Please use the Cross function for cross product:

>> Cross({5,1,4},{-1,0,2})
{2,-14,1}

The Times operator * multiplies element-wise.

See:

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by axkr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants
Converted from issue

This discussion was converted from issue #248 on August 16, 2021 17:02.