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.
1 | initial version | asked 2017-10-31 21:39:44 +0100 Anonymous |
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.
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.