Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
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:
cheers!
Juan
Solved! Go to Solution.
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
Well, normally
But we can
Not sure why you would want to, . . . .