double GetCoefficient(int index) { return(Coefficients.ContainsKey(index) ? Coefficients[index] : 0); }