import numpy as np import pybertini as pb v = np.zeros(shape=(3,), dtype=pb.multiprec.Complex) print(v[0])