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

Homework Help Overview

The discussion revolves around the problem of finding the transpose of a matrix A, specifically given as A = [2 4 6 8]. Participants are exploring the implications of interpreting A as either a row vector or a matrix.

Discussion Character

  • Conceptual clarification, Assumption checking

Approaches and Questions Raised

  • Some participants attempt to understand the operation of transposing the matrix, questioning whether they can distribute the transpose across the elements. Others clarify the definition of the transpose and the nature of the original matrix, discussing whether it is a true matrix or a vector.

Discussion Status

The discussion is active, with participants providing clarifications about the nature of the matrix and its transpose. There is acknowledgment of differing interpretations of the matrix A, and some guidance is offered regarding its representation as a vector or a 2x2 matrix.

Contextual Notes

There is confusion regarding the classification of A as a matrix or a vector, and participants are considering the implications of this distinction on the transpose operation. The original poster's teacher has referred to A as a matrix, which adds to the complexity of the discussion.

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
3K
  • · 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