construct a nondiagonal 2 x 2 matrix that is diagonalizable but not invertible.

Just write down a diagonal matrix with one zero on the diagonal and then apply an orthogonal transformation. E.g. if you start with the matrix:

A =
[1 ,0
0,1]

And take the orthogonal transformation to be:

S =
[cos(theta) , -sin(theta)
sin(theta), cos(theta]

then

the transformed matrix is:

S A S^(-1)

S^(-1) =
[cos(theta) , sin(theta)
-sin(theta), cos(theta]

If you take theta = pi/4 you get the matrix:

1/2 [1,1
1,1]

Similar Questions
  1. How to prove or disprove(a)if A has a zeronentryonthe diagonal then A is not invertible (b)if Ais not invertible then for every
    1. answers icon 0 answers
    1. answers icon 1 answer
  2. Let A and B be n x n matrices,assume AB is invertible and show that both A and B are invertible. what? AB is invertible ----->
    1. answers icon 0 answers
    1. answers icon 1 answer
more similar questions