Polynomial Equn and Program to add two polynomials
The document describes a polynomial object represented as a list of pairs of exponents and coefficients, detailing operations like addition and evaluation. It provides examples of polynomial addition using two polynomials A(x) and B(x), showing how they can be stored in a 1-D array. Additionally, it includes C code for reading, adding, and displaying polynomials using a structured approach.
Download as PPTX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
2 views
Polynomial Equn and Program to add two polynomials
The document describes a polynomial object represented as a list of pairs of exponents and coefficients, detailing operations like addition and evaluation. It provides examples of polynomial addition using two polynomials A(x) and B(x), showing how they can be stored in a 1-D array. Additionally, it includes C code for reading, adding, and displaying polynomials using a structured approach.