Group Abstract Group Abstract

Message Boards Message Boards

0
|
2.7K Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Unexpected output from Cross[ ]?

Posted 5 years ago
Attachments:
2 Replies

I don't know, but maybe because with this definition the four vectors are positively oriented:

In[8]:= v2 = {0, 1, 0, 0};
v3 = {0, 0, 1, 0};
v4 = {0, 0, 0, 1};
cross = Cross[v2, v3, v4];
Det[{v2, v3, v4, cross}]

Out[12]= 1
POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard