test 1 vocab Flashcards
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
row echelon form
- )if Ei, consists entirely of zeros, then all rows below Ei are also entirely zero, i.e. all zero rows are at the bottom
- ) if the first nonzero entry in Ei* lies the nth position then all entries below the ith position in columns E1, E2…E*j are zero
rank
in echelon form, the number of pivots, number of nonzero rows in E, number of basic columns in A
basic columns
those columns in A that contain the pivotal positions
reduced row echelon form(EA)
- ) E is in row echelon form
- ) the first nonzero entry in each row(each pivot) is 1
- )all entries above each pivot are 0
consistent
a system of m linear equations in n unknowns that posses at least one solution
- rank[A|b]=rank(A)
- b is a nonbasic column in [A|b] or is a combination of the basic columns in A
inconsistent
a system of m linear equations in n unknowns that has no solutions, when a row of all zeros produces a nonzero solution
homogeneous system
the right hand side consists entirely of 0’s
-consistency is never an issue because the zero solution is always a solution
nonhomogeneous system
there is at least one nonzero number on the right hand side
trivial solution
the solution consisting of all zeros
basic variables
when there are more unknowns then equations, we have to pick “basic” unknowns and solve for these in terms of the other unknowns
- there are r basic variables
free variables
whose values must remain arbitrary or free
- there are n-r free variables