Create a routine that takes a list of coefficients of a polynomial in order of increasing powers of x; together with a value of x to compute its value at, and return the value of the polynomial at that value using Horner's Rule.
For example: A fast scheme for evaluating a polynomial such as:
when
is to arrange the computation as follows:
N.B. Problem has been taken from Rosetta Code
seems like a really fun and challenging problem!
2514 Solvers
Find the largest value in the 3D matrix
893 Solvers
285 Solvers
1772 Solvers
194 Solvers