I have a list of the coefficient to degree 1 polynomials, with a[i][0]*x^1 + a[i][1] a = np.array([[ 1. , 77.48514702], [ 1. , 0.
I'm trying to shift a polynomial. I'm currently using numpy.poly1d() to make a quadratic equation. example: 2x^2 + 3x +4 but I need to shift the function