Numerical Analysis/Neville's algorithm quiz

From testwiki
Revision as of 22:23, 11 September 2016 by imported>JackBot (top: using AWB)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<quiz display=simple> {What is the correct form of Neville's Algorithm? |type="()"} + Pi,j(x)=(xjx)Pi,j1(x)+(xxi)Pi+1,j(x)xjxi. - Pi,j(x)=(xj+x)Pi,j1(x)+(xxi)Pi+1,j(x)xj+xi. - Pi,j(x)=(xjx)Pi,j+1(x)+(xxi)Pi1,j(x)xjxi.

{When is Neville's Algorithm most useful? |type="()"} - When we only want the coefficients of the polynomial. + When we only want the interpolated value of the polynomial. - When we want both the coefficients and the interpolated value of the polynomial.

{Approximate x at f(6) using x0=1,x1=4, and x2=9. |type="()"} + 2.071429 - 2.145654 - 2.234232



</quiz>

Template:CourseCat