What's the Difference Between x_transpose*x and x*x_transpose?

  • Context: Undergrad 
  • Thread starter Thread starter flufypancakes
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
flufypancakes
Messages
11
Reaction score
0
x is a vector - (x1,x2, ..., xn)_transpose (i.e. a column vector). so when we have x_transpose*x we have x1^2+ x2^2+...+xn^2 = norm(x)^2.

right...

now what's x*x_transpose, i.e. column times the row? is it an n-by-n matrix?

actually now that I'm finished typing it I'm pretty sure it is, but i'll still post it to be sure..
 
Physics news on Phys.org
What does your asterisk mean? Sometimes an asterisk means the complex conjugate of a transpose, but I'm not sure that's how you mean it here.
 
* means "times" as in 2*2=4