以前のリビジョンの文書です
from LinearAlgebra import Heigenvalues from Numeric import array a = array([[1.0, 0.01j], [-0.01j, 1.0]]) b = Heigenvalues(a) print b