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

A.eigenspaces()