Matrix and lineear transformations

kash-k
Messages
17
Reaction score
0
i need some help with this question -

lets say if A =

|val1 val2 |
|val3 1 |

what would AA^t equal?

and

AA^t and A^T.T are symmetrical. is this true for any 2x2 matrix?

thanks in advance
 
Physics news on Phys.org
What are val1,val2,val3? If they are arbitrary values, try writing out the matrix multiplication and see if you can notice anything special about the matrix obtained. Same approach for the 2nd question.
 
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