What is the square of a column vector?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 10K views
devonho
Messages
8
Reaction score
0

Homework Statement



Hi,

Is there a matrix property that can be applied to take the square of a column vector?

Something like:

[itex]{\bf x}=\left[x_1,x_2,x_3\right]^T[/itex]
[itex]\left[{\bf x}\right]^2[/itex]
[itex]={\bf x}{\bf x}^T[/itex]
or
[itex]={\bf x}^T{\bf x}[/itex]?

Thank you.


Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
devonho said:

Homework Statement



Hi,

Is there a matrix property that can be applied to take the square of a column vector?

Something like:

[itex]{\bf x}=\left[x_1,x_2,x_3\right]^T[/itex]
[itex]\left[{\bf x}\right]^2[/itex]
[itex]={\bf x}{\bf x}^T[/itex]
or
[itex]={\bf x}^T{\bf x}[/itex]?

Thank you.
...
What is the size of the matrix: [itex]={\bf x}{\bf x}^T\,?[/itex]

What is the size of the matrix: [itex]={\bf x}^T{\bf x}\,?[/itex]
 
Hi SammyS,

[itex]{\bf x}{\bf x}^T[/itex] is 3x3
while
[itex]{\bf x}^T{\bf x}[/itex] is 1x1
 
I'm not sure what you mean by the square of a column vector...