cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community email notifications are disrupted. While we are working to resolve, please check on your favorite boards regularly to keep up with your conversations and new topics.

Cross product matrix

JP_9979155
3-Visitor

Cross product matrix

Hi, 

is there a form of executing a cross product of one vector and the various vectors of a matrix.?
Something like this, in matrix form:

JP_9979155_0-1684752720442.png

cheers!
Juan

 

 

 

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Well, normally

Fred_Kohlhepp_0-1684754298494.png

But we can 

Fred_Kohlhepp_1-1684754350399.png

Not sure why you would want to, . . . .

 

 

View solution in original post

2 REPLIES 2

The most simple way IMHO would be to write a small custom programmed function with two arguments (a 3x1 vector and a 3xn matrix) which cycles through the columns of the matrix and does the job.

Something like

Werner_E_0-1684754124224.png

 

Well, normally

Fred_Kohlhepp_0-1684754298494.png

But we can 

Fred_Kohlhepp_1-1684754350399.png

Not sure why you would want to, . . . .

 

 

Top Tags