Log in to edit a copy.
Download.
Other published documents...
Ch-4-Prob-P8-Old-김준하
2276 days ago by matrix
A=matrix(QQ, 2, 2, [1,2,2,4]) print A.eigenvectors_right()
[(5, [ (1, 2) ], 1), (0, [ (1, -1/2) ], 1)]
[(5, [ (1, 2) ], 1), (0, [ (1, -1/2) ], 1)]