Question: The graph of the function y = ax^4 + bx^3 + cx^2 + dx + e passes through five points in the format (x, y).
The graph of the function y = ax^4 + bx^3 + cx^2 + dx + e passes through five points in the format (x, y). Ask the user to enter as a matrix the coordinates of five points where each row corresponds to one of the five points, (x, y). As an example, the points (-4, -7.6), (-2, -17.2), (0.2, 9.2), (1, -1.6), and (4, -36.4) would be entered by the user as: [-4, -7.6; -2, -17.2; 0.2, 9.2; 1, -1.6; 4, -36.4] The result will be a 5 times 2 matrix with x-coordinates in the first column and y coordinates in the second. Determine the constants a, b, c, d, and e. Write a system of five equation with five unknowns and use MATLAB to solve the equations. a = 0.50 b = -0.10 c = -10.00 d = -2.00 e = 10.00
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
