Transformation of A = transpose[A] for mxn Matrices

spybloom
Messages
1
Reaction score
0

Homework Statement


"Let T:M2,3→M3,2 be represented by T(A) = AT. Find the matrix for T relative to the standard bases for M2,3 and M3,2"

Homework Equations


I let the transformation matrix be B. I know that BA = AT, so I need some matrix times A to equal A transpose.

The Attempt at a Solution


I'm having problems just trying to figure out the size of B. If B is 3x2, then the resultant matrix would be 3x3, which wouldn't equal the size of AT. I've tried playing around with adding a row of zeros to the bottom of A, but then I can't figure out the contents of B. Quite frankly, I'm stumped.
 
Physics news on Phys.org
I presume that you know that if you multiply an m by n matrix by an n by p matrix, you get a m by p matrix. You cannot multiply any matrix by a 3 by 2 matrix and get a 2 by 3 matrix. In order to be able to write this transformation as a matrix, you will have to write your matrices as single columns of 6 numbers.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top