Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! 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, . . . .