X_tanspose*x vs. x*x_transpose

  • Thread starter flufypancakes
  • Start date
  • #1
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..
 
  • #2
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.
 
  • #3
* means "times" as in 2*2=4
 
  • #4
The definition of matrix multiplication is that when you compose an i by j matrix with a j by k matrix you get an i by k matrix.
 

Suggested for: X_tanspose*x vs. x*x_transpose

Replies
17
Views
835
Replies
2
Views
529
Replies
8
Views
792
Replies
3
Views
806
Replies
5
Views
1K
Replies
8
Views
693
Replies
26
Views
1K
Replies
5
Views
684
Back
Top