First time here? Check out the FAQ!
answered 2013-05-20 17:44:57 +0100
What about replacing:
import numpy deg = numpy.zeros(12)
by:
deg = matrix(ZZ,12)