test 1 vocab Flashcards
(89 cards)
equivalent
when two systems possess equal solutions
unique solution
there is one and only one set of values for the xi’s that satisfies all equations simultaneously
no solution
there is not set of values for the xi’s that satisfies all equations simultaneously- the solution set is empty
infinitely many solutions
there are infinitely many different sets of values for the xi’s that satisfy all equations simultaneously. It is not difficult to prove that if a system has more than one solution, then it has infinitely many solutions.
elementary operations
- ) interchanging ith and nth equations
- )replace ith equation by nonzero multiple of itself
- ) replace jth equation by a combination of itself plus a multiple of the with equation
square system
n equations and n unknowns
Gaussian eliminations
1.) eliminate all terms below the first pivot
2.) select a new pivot
3.) eliminate all terms below second pivot
and continue
triangularized
all pivots are 1
back substitution
the last equation is solves for the value of the last unknown and then substituted back into the penultimate equation and so on
scalar
a real or complex number
row
horizontal line
column
vertical line
submatrix
of A is an array obtained by deleting any combination of rows and columns from A
shape or size
m(rows)xn(columns)
Gauss-Jordan Method
- ) at each step, the pivot element is forced to be 1
2. ) all terms above and below the pivot are eliminated
tridiagonal
the nonzero elements occur only on the sub diagonal, main diagonal, and super diagonal
partial pivoting
at each step, search the positions on and below the pivot position for the coefficient with the maximum magnitude. If necessary interchange the rows to bring the larger number into the pivot position
row scaling
multiplying selected rows by non zero multipliers
column scaling
multiplying selected columns by nonzero multipliers
-alters exact solution
complete pivoting
search the pivot position and every position below or to the right for the maximum magnitude, if necessary perfume row and column interchange to bring largest number to pivot position
ill conditioned
some of the perturbation in the system can produce relatively large changes in the exact solution
well conditioned
if not ill conditioned
rectangular
if m and n are no the same
main diagonal
where the pivot positions are located, the diagonal line from the upper left hand to the lower right hand corner