A=matrix([[3,4],[4,-3]])
print(A)
b=eigvals(A)
print(b)

Kreyszig-7.1-5-U (last edited 2010-12-18 10:52:56 by prakasam team)