1.3 Applications of Systems of Linear Equations Flashcards
Generally, the farther points are from those used to fit a polynomial ________
the worse the fit
With n points in an xy-plane, you can use a system of linear equations to find a polynomial function of degree ______. This procedure is called _______.
n - 1 ; polynomial curve fitting
Describe the process to solve for the n coefficients for a polynomial function p(x)
- Choose a polynomial of one degree less than the number of points
- Substitute each points into one iteration of the selected polynomial function to produce a system of linear equations
- Solve for the system of linear equations. These solutions will be the coefficients in the polynomial function.
Provide an example of when translating large x values would be useful before curve fitting
For data involving dates, it can be useful for the x value to be translated into deviation from a given year. (e.g. z = x - 2013)
(T/F) A system of linear equations with fewer equations than variables always has at least one solution
False
Underdetermined
More variables than equations
Overdetermined
More equations than variables
How many solutions can an underdetermined system have?
The underdetermined system can have infinitely many or no solutions, but never a unique solution.
How many solutions can an overdetermined system have?
The overdetermined system can have infinitely many, no solutions, or a unique solution. This is just like a balanced system with the same number of equations and variables