Numerical Methods - Old Questions
Question Answer Details
12. Write an algorithm for Horner's method. Evaluate the polynomial f(x) = x^4 + 3x^3 + 5x^2 + 7x + 9
at x = 2 by using Horner's method. [5]
Answer
AI Generated Answer
AI is thinking...