What is the purpose of the transpose?

  • Context: Undergrad 
  • Thread starter Thread starter daviddoria
  • Start date Start date
  • Tags Tags
    Transpose
Click For Summary

Discussion Overview

The discussion revolves around the purpose and applications of the transpose of a matrix in various mathematical contexts, including regression analysis, matrix structure, and linear mappings. Participants explore theoretical implications, practical uses, and conceptual understandings of transposes in linear algebra.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested

Main Points Raised

  • One participant questions the lack of explanation regarding the purpose of the transpose, suggesting that visualizing the row space could be a potential application.
  • Another participant discusses the role of the transpose in multiple regression, noting its importance in deriving solutions to systems of equations and estimating variances and covariances.
  • A different participant highlights the significance of the transpose in understanding matrix structures, particularly in relation to symmetric and normal matrices, and draws an analogy with complex numbers.
  • One participant expresses uncertainty about the implications of a matrix being equal to its transpose, questioning why this property is considered special.
  • Another participant introduces the concept of dual spaces and adjoint maps, explaining how the transpose relates to these concepts in linear algebra.
  • There is a suggestion to search for information on why symmetric matrices are regarded as special, indicating a potential area for further exploration.

Areas of Agreement / Disagreement

Participants express various viewpoints and applications of the transpose, with no clear consensus on its overarching purpose or significance. The discussion remains unresolved with multiple competing perspectives presented.

Contextual Notes

Some participants rely on specific assumptions about matrix properties and contexts, such as full-rank conditions in regression, without fully addressing the implications of these assumptions. The discussion also touches on advanced concepts like dual spaces and adjoint maps, which may require additional context for clarity.

Who May Find This Useful

This discussion may be of interest to students and professionals in mathematics, statistics, and engineering, particularly those exploring linear algebra, regression analysis, and matrix theory.

daviddoria
Messages
96
Reaction score
0
Every book I've seen starts out with "to find the transpose, make B_ij = A_ji . However, they don't explain exactly why would would want to do this.

Ie. they tell you the inverse is useful because if you have Ax = b, you can find x by writing b = A^{-1} x.

The only thing I can think of to do with the transpose is visualize the row space by plotting A^T x where x is a bunch of vectors from a unit circle.

Does anyone have anything better to say about transposes?

Thanks,
Dave
 
Physics news on Phys.org
In multiple regression (for one case), the estimates of the unknown regression coefficients are the solutions to the system of equations

<br /> X \widehat \beta = Y<br />

where X is not a square matrix

<br /> X \text{ is } n \times p, \quad \widehat \beta \text{ is } p \times 1, \quad Y \text{ is } n \times 1<br />


The classical solution assumes that X is full-rank, so the solutions can be written as

<br /> (X&#039; X) \widehat \beta = X&#039; Y \Rightarrow \widehat \beta = (X&#039; X)^{-1} X&#039;Y<br />

- here the transpose of a matrix is used to obtain a system of equations that can be solved with the method of matrix inverses.
The transpose of X also plays an important role in estimating variances and covariances in regression.

I'm not sure this answers your question entirely, but it is a start.
 
Another reason is that the transpose (and more importantly the conjugate transpose) comes up quite a bit in the study of the 'structure' of matrices. It turns out we can say a lot about a matrix if we know that it's equal to its transpose (i.e. A=A^T) or even if it merely commutes with it (i.e. AA^T=A^TA). Two buzzwords here are "symmetric matrices" and "normal matrices."

A small elaboration: the process of taking the conjugate transpose of a matrix is somewhat analogous to the process of taking the conjugate of a complex number. This analogy has surprisingly far-reaching outcomes.
 
Last edited:
statdad, I'm familiar with the pseudo inverse. The derivation is from assuming (correctly) that the error in the least squared solution is orthogonal to the best solution. But that seems to introduce the transpose as a side effect, rather than explain what it actually does.

morphism, i guess the question is then WHY is it special if A = A^T ? I think that means the column space is the same as the row space? But why is that so nice?

I've always thought about the "action" of a matrix by looking that the result of applying the matrix to every point on a unit sphere. I guess I'm not sure if its useful to do the same with A^T?

Dave
 
Do a google search to see why symmetric matrices are special.
 
a vector space has a dual space, and map of vectors spaces induces an opposite directional map between their duals. if you know the matrix of the first map in some basis, then in the dual bases, the second map's matrix is the transpose of the first one.

Some people avoid dual spaces by looking at spaces with inner products on them. Then to every map T, there is another map T* such that Tv.w = v.T*w.

this map T* is called the adjoint of the map T, and in an orthonormal basis, the matrices of T and T* are transposes of each other. you are invited to read my linear algebra notes for math 4050 on my webpage, especially the section on inner products, duals, and adjoints, including spectral theorems.

so the point is to stop focusing on the matrices themselves and think about what they represent. A matrix represents a linear map in some basis. so ask what map is represented by the transpose of the matrix of a given map.
 

Similar threads

  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 5 ·
Replies
5
Views
5K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 4 ·
Replies
4
Views
7K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K