Ask Your Question

Revision history [back]

What about replacing:

import numpy
deg = numpy.zeros(12)

by:

deg = matrix(ZZ,12)