Solution. To calculate the value of the function by Horner's method, we use the algorithm.
Let
а) p=0
b) for i=1 to n do p=p*x+ai
"f(x)=p"Сreate a table for calculating the value of the function by Horner's method x=4
As result
Find the first derivative of the function f(x).
To calculate the value of the function by Horner's method, we use the algorithm for x=4.
As result
Answer.
"f(4)=369""f'(4)=344"
Comments
Leave a comment