Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to find the similarity matrix between two similar matrices

Suppose I have two matrices A=(1 0 ; 1 0) B=(0 0; 1 1) and suppose we know A and B are two similar matrices. Then there exist an invertible matrix P such that A=PBP^(-1). Now, how one can calculate the matrix P in sage.

How to find the similarity matrix between two similar matrices

Suppose I have two matrices A=(1 0 ; 1 0) and B=(0 0; 1 1) where A,B are two by two matrices and suppose we know A and B are two similar matrices. Then there exist an invertible matrix P such that A=PBP^(-1). Now, how one can calculate the matrix P in sage.