xo Then use 11 equally spaces points in the interval (0,2), call them Xo, ... X10, calculate the function values f(xo),.
Posted: Wed May 18, 2022 4:52 pm
xo Then use 11 equally spaces points in the interval (0,2), call them Xo, ... X10, calculate the function values f(xo),... f(x10) and use the 11 pairs of points to find a least squares line for them. To do that you want to solve the overdetermined system of the form Ax = b f(x) : X10] f (x10)] This involves the normal equations AT Ax = Ab. Write the equations for this example and solve them. Which slope m and y-intercept b do you get? Show your work. = Now that you have two different linearization's of the same function, which one is better? Justify your decision. Calculate errors and graph your results.