Log in to edit a copy.
Download.
Other published documents...
Ch-4-Prob-7-New-권의회
2279 days ago by matrix
A=matrix(QQ, 3, 3, [4, 2, 3, 5, 1, -2, -1, 3, 4]) B=A.adjoint() C=B.transpose() print C
[ 10 -18 16] [ 1 19 -14] [ -7 23 -6]
[ 10 -18 16] [ 1 19 -14] [ -7 23 -6]