Homework Statement
Given two 4x4 Matrices
A = [0 -1 1 1, -1 1 0 0, 0 0 -1 1, 0 0 0 0] B = [-0.5 -0.5 -0.5 -1.5, -0.5 1.5 0.5 -0.5, 0 0 -1 1, 0 0 0 0]
I need to show that these two matrices are similar.
Homework Equations
A = SBS^-1
which simplifies to AS = SB
The Attempt...