Matrix Multiplication for Vertical Vectors

  • Context: High School 
  • Thread starter Thread starter Cosmossos
  • Start date Start date
  • Tags Tags
    Matrix Multiplication
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
10 replies · 2K views
Cosmossos
Messages
100
Reaction score
0
Hello,
I came to some problems with multiplcation of some matrices.
how do I multply this:
x
y
z

with
a
b
c

those are vertical vectors.
thanks
 
Last edited:
Physics news on Phys.org
It's not possible to multiply those two vectors using matrix multiplication. To multiply two matrices, the number of columns of the first must equal the number of rows of the second. Both of your matrices are 3x1 and cannot therefore mutliply each other. If you were to transpose one, then you could multiply them.
 
I know , that's why I didn't have a clue what to do. the problem is that I don't have a choice becasue I got integral like this:
untitled.JPG

And it's given in the question
 
...and that would be their inner product.

Only when you transpose the first vector. If you transpose the second vector you will get a 3x3 matrix.
 
so? I can put the psi in the beginning ,no?

I got the same problem here:
untitled.JPG

How do I make it look like:
untitled1.JPG
?
It makes sense if I think about it as a scalar product, but I don't know how ...
 
Last edited:
Of course not, since then you end up with your first question about an undefined product! You can't evaluate an integral if you don't understand what the terms in the integrand mean.
 
so what do I do? Psi is a function after all Can you reread my question? I added some things
 
I believe you are trying to take the deger of the column vector, don't forget that deger acts also as a transpose operator (and also complex conjugation), so [tex]\psi ^{+}[/tex] is a row vector with components [tex](\psi_{1}*, \psi_{2}*)[/tex]


P.S. Are you taking a course in the Technion?