Problem 43022. Polynomial evaluation
Compute the value of a polynomial of degree n with coeffcients in vector a, at value x.
p(x)=a(1)+a(2)x+a(3)x^2+...+a(n+1)x^n
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers69
Suggested Problems
-
3990 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1979 Solvers
-
Find the sum of the elements in the "second" diagonal
1194 Solvers
-
What is the distance from point P(x,y) to the line Ax + By + C = 0?
554 Solvers
-
636 Solvers
More from this Author11
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!