Applied Linear Algebra problem

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 7K views
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

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

nonzero symmetric 2x2 matrix

Edit
Sorry I thought you meant a nonsymmetric matrix. What do you mean by this?
 
Last edited:
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
 
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 ^