Problem 43017. Simple polynomial evaluation
Compute the value of a polynomial of degree n with all coefficients '1', at value x. n is always n>=0.
p(x)=1+x+x^2+...+x^n
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers101
Suggested Problems
-
Determine Whether an array is empty
793 Solvers
-
Arrange vector in ascending order
797 Solvers
-
593 Solvers
-
Deleting an element in a matrix
480 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
350 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!