MATLAB MATLAB MATLAB Using MATLAB and providing code, use reverse interpolation for the data table to be interpolated be
Posted: Sat May 14, 2022 7:13 pm
MATLAB MATLAB MATLAB
Using MATLAB and providing code, use reverse interpolation for
the data table to be interpolated below, find all values of X
within the range of the data [-2 2] for which Y = 2.
Build a single interpolating polynomial for these points. Given
the equation for this polynomial, rewrite it as another equation
that will equal zero when the Y value is 2. Use whatever method you
choose to find the root to this equation. Repeat as needed until
all X values are found. Provide a list of all X values for which Y
= 2. Plot: The interpolating polynomial at the points -2.2:0.2:2.2
as a smooth red line; The points on the table above as blue dots;
All reverse interpolated points for which Y = 2 as black Xs
Using MATLAB and providing code, use reverse interpolation for
the data table to be interpolated below, find all values of X
within the range of the data [-2 2] for which Y = 2.
Build a single interpolating polynomial for these points. Given
the equation for this polynomial, rewrite it as another equation
that will equal zero when the Y value is 2. Use whatever method you
choose to find the root to this equation. Repeat as needed until
all X values are found. Provide a list of all X values for which Y
= 2. Plot: The interpolating polynomial at the points -2.2:0.2:2.2
as a smooth red line; The points on the table above as blue dots;
All reverse interpolated points for which Y = 2 as black Xs