Showing that two 4x4 matrices are similar

  • Thread starter Thread starter hobochu
  • Start date Start date
  • Tags Tags
    Matrices
hobochu
Messages
1
Reaction score
0

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 at a Solution


I understand that I need to find a non-singular invertible matrix S that satisfies the equation: AS = SB, but I have spent many hours trying to find out how to find this matrix for a 4x4 matrix. In the text and in many of the online help pages, there are only examples of 2x2 matrices that have a very obvious matrix. I have not learned eigenvalues or eigenvectors yet, and do not wish to use them unless there really is no other way to show similarity.

Thanks for any responses, and I appreciate any help on this problem.
 
Physics news on Phys.org
It's a matrix equation. Name the elements of the matrix S (i.e. sij), multiply the matrices in order to obtain a system of equations, and see what happens.
 
just carring on from radou, S is not unique, if S is a solution, then so is 2S, so you just need to demonstrate any matrix that works
 
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