Applied Linear Algebra problem

anonymity
Messages
162
Reaction score
0
the question:

the matrix

1 -1
1 -1

has the property that A2 = 0. Is it possible for a nonzero symmetric 2x2 matrix to have this property? Prove your answer.

my work:

for a 2x2 matrix A to be its own inverse, it has to have the form

a b
b a

This squared is

(a2 + b 2) (2ab)
(2ab) (a2 + b2)

(things in parenthesis are their own elements -- it won't save the spaces)

Because there are no real numbers so that a2 + b2 = 0, there is no 2x2 symmetric matrix that has its square equal to the zero vector.

edit: ^^ other than a = 0, and b = 0, which would be a 2x2 zero matrix -- something taken to account in the statement of the question

Is this right? My book doesn't have a solution for this one
 
Last edited:
Physics news on Phys.org
How about

\left( {\begin{array}{*{20}{c}}<br /> 2 &amp; 4 \\<br /> { - 1} &amp; { - 2} \\<br /> \end{array}} \right)

nonzero symmetric 2x2 matrix

Edit
Sorry I thought you meant a nonsymmetric matrix. What do you mean by this?
 
Last edited:
anonymity, yes, your analysis is correct.
 
How did you write that matrix in physicsforum's latex?!

And by nonzero they just mean it's not

0 0
0 0


Thanks for responding hallsofivy
 
How did you write that matrix in physicsforum's latex?!

Click on the "quote" box in hallsofivy's post and look at how he wrote the matrix in your message composer window.
 
Stephen Tashi said:
Click on the "quote" box in hallsofivy's post and look at how he wrote the matrix in your message composer window.

Very clever. Thank you ^
 
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