Daaniyaal
- 63
- 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]
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.
PREREQUISITESStudents of linear algebra, educators teaching matrix operations, and anyone seeking to deepen their understanding of matrix transposition and vector mathematics.
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]
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].
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!