A = matrix(ZZ, [[0,0],[0,0]])
print 'spectrum = ' ,str(A.eigenvalues())

A.eigenspaces()