Matrix to the Power of T: Solving for AT in A=[2 4 6 8]

  • Thread starter Thread starter Daaniyaal
  • Start date Start date
  • Tags Tags
    Matrix Power
Click For Summary
SUMMARY

The discussion centers on finding the transpose of the matrix A, defined as A = [2, 4, 6, 8]. Participants clarify that A is a 4-dimensional row vector, and its transpose, denoted as A^T, is a 4-dimensional column vector represented as [2; 4; 6; 8]. Additionally, there is a suggestion that A could be interpreted as a 2x2 matrix, A = [[2, 4], [6, 8]], leading to a different transpose A^T = [[2, 6], [4, 8]]. The complexity of raising A to the power of T is noted as significantly more complicated than simply transposing the matrix.

PREREQUISITES
  • Understanding of matrix notation and terminology
  • Knowledge of matrix transposition
  • Familiarity with vector and matrix dimensions
  • Basic linear algebra concepts
NEXT STEPS
  • Study matrix transposition in detail, focusing on examples with both row and column vectors
  • Explore the properties of 2x2 matrices and their transposes
  • Learn about matrix exponentiation and its implications in linear algebra
  • Investigate the relationship between vectors and matrices in mathematical contexts
USEFUL FOR

Students of linear algebra, educators teaching matrix operations, and anyone seeking to deepen their understanding of matrix transposition and vector mathematics.

Daaniyaal
Messages
63
Reaction score
0

Homework Statement


If A= [2 4 6 8] find AT


Homework Equations





The Attempt at a Solution


Would I simply distribute the T across the matrix like this: [2T 4T 6T 7T 8T]
 
Physics news on Phys.org
The superscript 'T' here indicates the transpose of the matrix A. For a matrix A, if the element in the ith row and jth column is ##A_{ij}##, then for the transpose matrix ##A^T##, the element in the ith row and jth column is ##A_{ji}##.

Note that if A is an mxn matrix, ##A^T## is an nxm matrix.
 
Okay, thank you so much!
 
Daaniyaal said:

Homework Statement


If A= [2 4 6 8] find AT


Homework Equations





The Attempt at a Solution


Would I simply distribute the T across the matrix like this: [2T 4T 6T 7T 8T]

Ia A a true matrix? What you have written is a 4-dimensional row vector. Its transpose would be the 4-dimensional column vector with elements 2,4,5,8 in that order; that is:
[2\;4\;6\;8]^T = \left[ \begin{array}{c}{2\\4\\6\\8}\end{array}\right].
 
Ray Vickson said:
Ia A a true matrix? What you have written is a 4-dimensional row vector. Its transpose would be the 4-dimensional column vector with elements 2,4,5,8 in that order; that is:
[2\;4\;6\;8]^T = \left[ \begin{array}{c}{2\\4\\6\\8}\end{array}\right].

It is given to me by my teacher as a matrix, but I guess if it's a vector than it is a vector.

I did transpose it that way tho :D

Thanks!
 
Daaniyaal said:
It is given to me by my teacher as a matrix, but I guess if it's a vector than it is a vector.

I did transpose it that way tho :D

Thanks!

A vector is a special case of a matrix. However, perhaps you were supposed to interpret A as a 2x2 matrix, so A = [[2,4],[6,8]], where these are the two rows; that is:
A = \pmatrix{2&4\\6&8}.
The transpose of A is
A^T = \pmatrix{2 & 6 \\4 & 8}.

On the other hand, A to the power t is considerably more complicated. It would take several pages to write out the answer.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 7 ·
Replies
7
Views
3K
Replies
24
Views
4K
Replies
15
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 32 ·
2
Replies
32
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
10
Views
3K