public Polynomial Add(Polynomial other, double factorB) { return(Coefficients.VectorAddition(other.Coefficients, factorB)); }