What is the square of a column vector?

AI Thread Summary
The discussion revolves around the concept of squaring a column vector in matrix terms. The user inquires if there is a matrix property that allows for this operation, specifically referencing the forms {\bf x}{\bf x}^T and {\bf x}^T{\bf x}. It is clarified that {\bf x}{\bf x}^T results in a 3x3 matrix, while {\bf x}^T{\bf x} produces a 1x1 matrix, which is interpreted as the scalar product of the vector. The square of a vector is generally understood to refer to this scalar product, represented as (x^T)x. Understanding these matrix operations is essential for proper application in linear algebra.
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:

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

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:

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

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

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

{\bf x}{\bf x}^T is 3x3
while
{\bf x}^T{\bf x} is 1x1
 
I'm not sure what you mean by the square of a column vector...
 
Generally the square of a vector refers to the scalar product, which you can crudely think of as a 1 by 1 matrix. Therefore, the answer is (xT)x .
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...

Similar threads

Replies
32
Views
2K
Replies
7
Views
2K
Replies
4
Views
1K
Replies
69
Views
8K
Replies
5
Views
2K
Replies
4
Views
3K
Back
Top