+1 vote
in Class 12 by kratos

Write an algorithm to evaluate the following polynomial. The number of additions and multiplications taken should be 5.

9x5 - 10x4 + 6x3 + 5x2 - 10x + 15

1 Answer

+1 vote
by kratos
 
Best answer

The given polynomial can be evaluated using Hormer’* rule as

9x5 -10x4 +6x3 +5x2 -10x+15

...