Transpose a matrix whose elements are themselves matrices

Click For Summary

Discussion Overview

The discussion revolves around the concept of transposing a matrix that contains other matrices as its elements. Participants explore the implications of different interpretations of matrix notation and how these affect the resulting transposition, focusing on dimensions and definitions in linear algebra.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested

Main Points Raised

  • Some participants propose that the transpose of a vector containing matrices should be interpreted based on the dimensions of the matrices involved.
  • Others argue that if matrices A and B are 2x2, the notation (A B) could be seen as a 2x4 matrix, leading to a specific interpretation of the transpose as $$\begin{pmatrix}A^T\\ B^T\end{pmatrix}.$$
  • A different interpretation suggests that (A B) could be viewed as a 1x2 matrix of 2x2 matrices, resulting in the transpose being $$\begin{pmatrix}A\\ B\end{pmatrix}.$$
  • Some participants express confusion about the term "dimension" in this context, seeking clarification on whether the elements should also be transposed.
  • A later reply indicates that the standard definition of transpose does not specify any action on the elements of the matrices themselves.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the interpretation of the notation and its implications for transposition. Multiple competing views remain regarding how to approach the transpose of matrices containing other matrices.

Contextual Notes

Limitations in understanding arise from differing interpretations of matrix notation and the implications for dimensions and transposition. The discussion highlights the dependence on definitions and the potential for ambiguity in mathematical notation.

robotsheep
Messages
10
Reaction score
0
If I have (for simplicity) a vector ( A, B) where A and B are matrices how does the transpose of this look, is it ( AT, BT) or

(AT
BT)
 
Physics news on Phys.org
Think about what the dimension should be.
 
or

(A
B)
 
Robert1986 said:
Think about what the dimension should be.

Sorry, I don't really understand what you mean by "dimension" in this case;

I know that the transpose of a 1x2 matrix should be a 2x1 matrix but I don't know whether the elements actually inside the matrix should be transposed once I make the matrix a 2x1.

Thank you in advance for any help.
 
From wikipedia:
In linear algebra, the transpose of a matrix A is another matrix AT (also written A′, Atr or At) created by anyone of the following equivalent actions:
reflect A over its main diagonal (which runs top-left to bottom-right) to obtain AT
write the rows of A as the columns of AT
write the columns of A as the rows of AT

It doesn't say that anything should be done to the elements of the matrix so I guess it would be just
A
B
(columns of A written as rows)
 
robotsheep said:
Sorry, I don't really understand what you mean by "dimension" in this case;
He meant that you should think about the number of rows and columns. However, this only helps is you interpret the notation in the first of the two ways I'm describing below.

robotsheep said:
I know that the transpose of a 1x2 matrix should be a 2x1 matrix but I don't know whether the elements actually inside the matrix should be transposed once I make the matrix a 2x1.
If A and B are 2×2 matrices for example, then I would interpret a notation like (A B) not as a 1×2 matrix whose elements are are 2×2 matrices, but as a 2×4 matrix whose 11, 12, 21 and 22 elements are respectively the 11, 12, 21, 22 elements of A, and whose 13, 14, 23, 24 elements are respectively the 11, 12, 21, 22 elements of B. With this interpretation of the notation, it's obvious that the transpose of (A B) is
$$\begin{pmatrix}A^T\\ B^T\end{pmatrix}.$$ If you instead interpret it as a 1×2 matrix whose elements are are 2×2 matrices, then the standard definition of "transpose" would of course just give you
$$\begin{pmatrix}A\\ B\end{pmatrix}.$$ I think the former interpretation is far more useful, and I assume that to some authors, this is a reason to use a different definition of "transpose", so that you can think of (A B) as a 1×2 matrix, and still have its transpose be
$$\begin{pmatrix}A^T\\ B^T\end{pmatrix}.$$ I don't see any reason to use a definition that makes ##\begin{pmatrix}A & B\end{pmatrix}^T=\begin{pmatrix}A^T & B^T\end{pmatrix}##.
 
Last edited:
Fredrik said:
He meant that you should think about the number of rows and columns. However, this only helps is you interpret the notation in the first of the two ways I'm describing below.


If A and B are 2×2 matrices for example, then I would interpret a notation like (A B) not as a 1×2 matrix whose elements are are 2×2 matrices, but as a 2×4 matrix whose 11, 12, 21 and 22 elements are respectively the 11, 12, 21, 22 elements of A, and whose 13, 14, 23, 24 elements are respectively the 11, 12, 21, 22 elements of B. With this interpretation of the notation, it's obvious that the transpose of (A B) is
$$\begin{pmatrix}A^T\\ B^T\end{pmatrix}.$$ If you instead interpret it as a 1×2 matrix whose elements are are 2×2 matrices, then the standard definition of "transpose" would of course just give you
$$\begin{pmatrix}A\\ B\end{pmatrix}.$$ I think the former interpretation is far more useful, and I assume that to some authors, this is a reason to use a different definition of "transpose", so that you can think of (A B) as a 1×2 matrix, and still have its transpose be
$$\begin{pmatrix}A^T\\ B^T\end{pmatrix}.$$ I don't see any reason to use a definition that makes ##\begin{pmatrix}A & B\end{pmatrix}^T=\begin{pmatrix}A^T & B^T\end{pmatrix}##.

Thank you, this really cleared it up for me.
 

Similar threads

  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
3
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 14 ·
Replies
14
Views
4K