Cross product of row and column vector

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 8K views
Gear300
Messages
1,212
Reaction score
10
For the two matrices A and B, (AB)i,j = ri . dj ---- . refers to dot product ---- ri is the ith row in A and dj is the jth column in B.

Let us say that A and B are n x n system of column vectors. Then a row vector ri of A would correlate to a component vector of the sum of the column vectors in A specified by the ith space. Wouldn't that imply that ri . dj would only be the product between the element dj,i and the sum of the elements of ri or am I just being too technical?
 
Last edited:
Physics news on Phys.org
Is this a question about the common matrix multiplication?
 
Klockan3 said:
Is this a question about the common matrix multiplication?

Yup...the text said that if this dot product is 0 for all i =/= j and 1 for all i = j, then it carries geometric significance in that the rows of i in A and columns of j =/= i in B are orthogonal. I'm just trying to see this geometric significance.

In general, shouldn't the cross product of a 1 x n row vector in R1 and an n x 1 column vector in Rn space be the product between the sum of the elements in the row vector and the first element in the column vector?
 
Last edited:
Gear300 said:
Yup...the text said that if this cross product is 0 for all i =/= j and 1 for all i = j, then it carries geometric significance in that the rows of i in A and columns of j =/= i in B are orthogonal. I'm just trying to see this geometric significance.

In general, shouldn't the cross product of a 1 x n row vector in R1 and an n x 1 column vector in Rn space be the product between the sum of the elements in the row vector and the first element in the column vector?

I think you (or the book) must mean the dot product instead of the cross product. If the dot product of two vectors is zero then they are orthogonal.

The cross product of two vectors in R^n is not even defined if n > 3.
 
awkward said:
I think you (or the book) must mean the dot product instead of the cross product. If the dot product of two vectors is zero then they are orthogonal.

The cross product of two vectors in R^n is not even defined if n > 3.

Heheh...a little typo there. I meant dot product.

What I'm having trouble understanding is what is being orthogonal to what; I figured that the row vector in A is considered a component of the vector sum of the matrix and has a direction specific to whatever value i is; but this vector is in R1 space, whereas the column vector is in Rn space with n > 1. Wouldn't this mean that the dot product with the row vector only applies to the element in row i for the column vector?
 
Gear300 said:
Heheh...a little typo there. I meant dot product.

What I'm having trouble understanding is what is being orthogonal to what; I figured that the row vector in A is considered a component of the vector sum of the matrix and has a direction specific to whatever value i is; but this vector is in R1 space
The row vector is in Rn space, since there are n indices for each row. You take the inner product between the whole row vector with the whole column vector. Row i of A times column j of B creates the element ij of the new matrix. The first element in row i times the first element in column j plus the second element in row i times the second element in column j etc.