Separate Variable of Matix (Get Basis)

asked 2015-10-08 04:15:15 +0200

nur_hamid gravatar image

I try to look for basis of Matrix group center. However, I have problem to separate variable. For simplicity, I have

A=Matrix([a1,a1],[0,a2])

Then, I have to get matrix [[1,1],[0,0]] and [[0,0],[0,1]] which linear combination of matrix above. Could anyone help me? Thanks

edit retag flag offensive close merge delete