| New Reply |
Angle between vector and its transpose |
Share Thread | Thread Tools |
| Nov21-12, 12:53 PM | #1 |
|
|
Angle between vector and its transpose
Hi
What is the angle between a vector (e.g. a row vector A) and it's transpose (a column vector) ? I know what transpose means mathematically but what is the intuition? Thanks guys |
| Nov21-12, 01:29 PM | #2 |
|
|
In general case there is a distinction between row vectors and column vectors however in such cases it's hard to give concise meaning to the word "angle". |
| Nov21-12, 01:49 PM | #3 |
|
|
I don't understand the question. Usually in vector spaces like this (well Euclidean Vector Spaces), we define "angle" to be the cosine of the inner product of two vectors. However,
a vector and its transpose are not in the same space. (In the sense that one is a 1xn matrix and one is a nx1 matrix.) |
| Nov21-12, 01:51 PM | #4 |
|
|
Angle between vector and its transpose
I agree with Robert.
The question is meaningless. |
| Nov21-12, 01:55 PM | #5 |
|
Mentor
|
Consider
##u = (1, 2, 3)## and $$u^T = \begin{pmatrix} 1 \\ 2 \\ 3\end{pmatrix}$$ Clearly the angle between the two vectors is 90°
|
| Nov21-12, 01:55 PM | #6 |
|
|
I don't think it's meaningless. In introductory classes (where vectors aren't even defined properly) rows and columns are often just different notations for components of vectors.
|
| Nov21-12, 02:13 PM | #7 |
|
|
|
| Nov21-12, 02:14 PM | #8 |
|
|
|
| Nov21-12, 02:32 PM | #9 |
|
|
Assuming that question is meaningless, what is the intuition behind taking transpose?
|
| Nov21-12, 02:46 PM | #10 |
|
|
It is a well-defined matrix operation. |
| Nov21-12, 03:25 PM | #11 |
|
|
Additionally, there are important classes of matricies that are defined using transpose (or complex conjugate transpose which is where you do the transpose and take the complex conjugates of the entries of your matrix, if your matrix has real entries then obviously the complex conjugate transpose is just the transpose.) For example, if [itex]Q^\top=Q^{-1}[/itex] the matrix is called orthogonal. These matrices preserve angles and lengths of vectors. These are good for numerical applications for that reason, but also it is MUCH easier to compute the transpose than it is to compute the inverse (in a sense, you don't need to "compute" the transpose, your code just needs to "iterate backward" - if you don't understand that part, its OK.) Another special class is Symmetric Matrices where [itex]M[/itex] is symmetric if [itex]M=M^\top[/itex]. These are really nice for several reasons. First, they are diagonalisable by an orthogonal matrix. Since they are diagonalisable, there is an eigenbasis and so you can do a "spectral resolution." Also, the eigenvalues are all real, even if the entries are complex. This is just *very light* scratching the surface, but there are MANY important topics that involve transposes of matrices and vectors. |
| Dec5-12, 05:49 PM | #12 |
|
|
Thanks |
| Dec5-12, 08:50 PM | #13 |
|
Blog Entries: 2
|
It's two different examples. The first is an alternative definition for the dot product (that I believe only applies to column vectors, someone correct me if I'm wrong), the second is an orthogonal projection onto a line. To verify this, take two unit vectors and perform the operation described and draw them!
|
| Dec6-12, 04:36 AM | #14 |
|
|
The projection of [itex]w[/itex] onto [itex]v[/itex] is given by [itex](v\circ w)v[/itex] which is equal to [itex](v^\top w)v[/itex] which is equal to [itex](vv^\top)w[/itex]. That is, [itex]vv^\top[/itex] is the projection matrix. Note that I have assumed that [itex]v[/itex] has unit length.
|
| Dec6-12, 09:10 AM | #15 |
|
|
|
| Dec6-12, 11:18 AM | #16 |
|
|
Meaningless is a strong word that probably does not help the OP much. To most non-mathematicians who use vectors, the the dual space is implicitly identified with the original space via the dot product. "Vectors" are written either as rows or columns depending on convenience. Why do so many people want to "ban" people from using reasonable notation just because they aren't versed with abstract mathematics? It's like being against differentials, or implicit functions, or Leibniz notation.
|
| Dec6-12, 12:46 PM | #17 |
|
|
Using that interpretation, you are saying that a "vector" and its "transpose" are just different ways of writing the same vector so the "angle between them" is necessarily 0.
(Of course "identifying the dual space with the original space via the dot product" depends on the choice of basis so still doesn't have any meaning as a property of the vector space itself. Oh, and "differentials", "implicit functions", and "Leibniz notation" all have very specific, rigorous, mathematical definitions.) |
| New Reply |
| Tags |
| angle |
| Thread Tools | |
Similar Threads for: Angle between vector and its transpose
|
||||
| Thread | Forum | Replies | ||
| Calculate a vector wich forma an angle alpha with another vector | Precalculus Mathematics Homework | 2 | ||
| Calculate the angle between the displacement vector and the force vector | Introductory Physics Homework | 3 | ||
| Matrix Vector Transpose | Calculus & Beyond Homework | 0 | ||
| Curl of the transpose of a gradient of a vector: demonstration of an identity | Differential Geometry | 15 | ||
| Conjugate Transpose for a vector | Advanced Physics Homework | 14 | ||