Question: Write a function in a C program that returns the value of the polynomial a 0 + a 1 x + a 2 x 2

Write a function in a C program that returns the value of the polynomial a0 + a1x + a2x2 +...+ anxn for a given x and with the maximum degree of 100. The function prototype is double poly( doublea[], double x, int n); where the coefficients of the polynomial are stored into a and n represents its degree. Write a C program that reads the degree of a polynomial, its coefficients, and a value for x and then uses the function to calculate the value of the polynomial.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!