Log in to edit a copy.
Download.
Other published documents...
Ch-3.1-exam-10-Final-허재석
2290 days ago by matrix
A=matrix(QQ,[[1, 3], [2, 5]]) B=matrix(QQ,[[1, 1, 3], [2, 1, 4]]) AB=A*B print AB.transpose()==B.transpose()*A.transpose()
True
True