What happens when you multiple a column vector(1xn) with a matrix(nxn) in that order? Or the reverse, a matrix with a row vector
a column vector would be (nx1), right?
do you agree or not? this is important for answering your question
(nx1) is a row vector, given n>1
right, no you want to know about multiplying row vectors or column vectors?
so you want to*
Sorry, column * matrix in tha order
I am having a hard time justifying it, but either way it will result in an (nx1) column vector, though it will be different depending on whether the column vector is before or after the (nxn) matrix
I think you're right, vectors*matrices must be commutative, but matrix*matrix is not?
the resulting matrix will have teh number of rows from the first, and the number of columns from the second
ya know I am doing terrible at this explanation right now I am too tired, I'm sorry
the (nx1)(nxn) should make an (nxn) matrix the (nxn)(nx1) should make an (nx1) matrix
Oh, it becomes an outer product?
Join our real-time social learning platform and learn together with your friends!