Log in to edit a copy.
Download.
Other published documents...
LA+Chapter+8+EX+13+solved+by+Leenaeul
2413 days ago by math2013
A=matrix([1, 2, 0]) B=A*A.transpose() eig=B.eigenvalues() sv=[sqrt(i) for i in eig] print sv
[sqrt(5)]
[sqrt(5)]