[Numeth] Bracketing, Open, Direct, and Indirect Methods Flashcards
(39 cards)
False-position method is also called ___
linear interpolation method
a procedure for converting a matrix to reduced row echelon form using elementary row operations.
Gauss-Jordan Elimination
Unlike direct methods, these use iterations to find the approximate solution.
Indirect Methods
the most familiar method for solving a system of linear equations.
Gauss Elimination
Gaussian elimination is also known as ____
row reduction
It is done by rearranging the function so that x is on the left-hand side of the equation
Simple fixed-point iteration
a modification on the bisection method.
False-position method
It works by narrowing the gap between the positive and negative intervals until it closes in on the correct answer.
Bisection Method
False-position in Latin
regula falsi
an algorithm in linear algebra for solving a system of linear equations. It is usually understood as a sequence of operations performed on the corresponding matrix of coefficients.
Gaussian Elimination
2 categories for solving linear systems of equations
direct and indirect/iterative methods
Types of Direct Methods
Gauss Elimination and Gauss-Jordan Ellimination
In this method, a tangent can be extended from the point [xi,f(xi)]. The point where this tangent cross the x-axis usually represents an improved estimate of the root.
NRM
A matrix in reduced-row echelon form is also known as
row canonical form
In general, odd multiple roots ______, whereas even ones do not.
cross the x-axis
It separates the interval and subdivides the interval in which the root of the equation lies.
Bisection Method
a modification of the Jacobi method is called the Gauss-Seidel method, named after ____ and ____
Carl Friedrich Gauss and Philipp L. Seidel
Types of Indirect Methods
Jacobi Iteration and Gauss-Seidel Method
These methods transform the original system into an equivalent system in which the coefficient matrix is upper-triangular, lower-triangular, or diagonal, making the system much easier to solve.
Direct Methods
2 phases of the gauss elimination
Elimination and solution phase
This method involves a fractional perturbation ( of the independent variable to estimate f’(x)
Modified Secant method
The lack of refinements in Gaussian Elimination can be a problem because Gaussian elimination is sensitive to _____
rounding error.
The principle behind this method is the intermediate theorem for continuous functions.
Bisection Method
Steps in Bisection Method
- Choose Xl and Xu
- Xr = (Xl + Xu) /2
- Find f(xl) and f(xu)
f(xl)f(xu) is (-) = lower subinterval, xu = xr
f(xl)f(xu) is (+) = upper subinterval, xl = xr