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

  • Context: Undergrad 
  • Thread starter Thread starter flufypancakes
  • Start date Start date
Click For Summary
SUMMARY

The discussion clarifies the mathematical operations involving a vector x, specifically the differences between x_transpose*x and x*x_transpose. The expression x_transpose*x results in a scalar value equal to the squared norm of vector x, while x*x_transpose produces an n-by-n matrix. The participants emphasize the importance of understanding matrix multiplication definitions, particularly the dimensions resulting from multiplying a column vector by its transpose.

PREREQUISITES
  • Understanding of vector notation and operations
  • Familiarity with matrix multiplication rules
  • Knowledge of linear algebra concepts, specifically norms
  • Basic understanding of transpose operations in matrices
NEXT STEPS
  • Study the properties of matrix transposition
  • Learn about vector norms and their applications
  • Explore matrix multiplication in detail, including dimensional analysis
  • Investigate the implications of matrix operations in machine learning
USEFUL FOR

Students and professionals in mathematics, data science, and engineering who require a solid understanding of linear algebra and matrix operations.

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
 
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.
 

Similar threads

Replies
2
Views
1K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
819
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 5 ·
Replies
5
Views
6K
  • · Replies 2 ·
Replies
2
Views
1K