What is polynomial ? How is it differ from structure
Answers
Answer:
A polynomial is an expression that contains more than two terms. A term is made up of coefficient and exponent. A structure may be defined such that it contains two parts – one is the coefficient and second is the corresponding exponent.
Answer:
Given below is the answer
Explanation:
A polynomial is a mathematical expression that combines variables and coefficients in a sum of powers with non-negative integer exponents. For instance, is a polynomial in the variable x. It is widely used in mathematics and is an important concept in fields such as algebra, calculus, and number theory.
On the other hand, a structure in computer science refers to a data type that groups together variables of different data types under a single name. It is a way of organizing data into related elements, much like a class in object-oriented programming. For example, in a structure representing a point in two-dimensional space, you could have two variables, x and y, to represent the coordinates. Structures are commonly used in computer programming for organizing data and improving code readability.
In conclusion, a polynomial is a mathematical expression used in various mathematical fields, while a structure is a data type in computer science that helps organize data into related elements. Both concepts are important in their respective fields, but serve different purposes.
See more:
https://brainly.in/question/30514746
#SPJ3