Log in to edit a copy.
Download.
Other published documents...
ch8.13_noh
1676 days ago by kyunganoh
A=matrix([1,2,0]) B=A*A.transpose() print B.eigenvectors_right() #aat; singular vector
[(5, [ (1) ], 1)]
[(5, [ (1) ], 1)]