Linear Algebra Flashcards
Linear Equation
An equation in the form a1x1+a2x2+…+anxn=b where n is a postive integer a1,a2,…,an,b are numbers and x1,x2,…,xn are variables.
LInear System
A list of one or more linear eequations
Solution to a linear system
A solution to one linear system a1x1+a1x2+…+anxn=b is a list of numbers (s1,s2,…,sn) such that a1s1+a2s2+…+ansn is equal to b. A solution to a linear system is a list of numbers that is simultaneously a solution to every equation in the system.
Equivalent Linear Systems
Two linear systems with the same sets of variables and the same set of solutions.
Inconsistent Linear Systems
A linear system with no solution
Matrix
A rectangular array of numbers
Coefficient matrix
For a linear equation with m equations and n variables, the mxn matrix that records the coefficients of the variable.
Augmented matrix
For a linear system with m equations and n variables, the m x (n+1) matrix that records the coefficients of the variables and the constant on the other side of each equation.
Elementary row operator
One of the following operations on a matrix: replace one row with the sum of itself and a multiple of another row, multiply all entries in a row by a fixed number, or swap two rows.
Row equivalent matrices
Matrices that can be transformed into each other by a sequence of row operations.
Leading entry
The first non zero entry in a given row, going left to right.
Echelon form
A matrix is in echelon form it if has these properties: If a row is non-zero, then every row above it is also non-zero, the leading entry in one row is in a column to the right of the leading entry in each row above, if a row is nonzero, then every entry below its leading entry in the same column is zero.
Reduced Echelon Form
A matrix in RREF has 1 as the leading entry in each nonzero row and has no other nonzero entries in the same column as a leading entry in a row.
Pivot Position and Pivot Column
The location containing a leading 1 in the RREF of A
Basic Variable and Free Variable
If A is the augmented matrix of a linear system in x1,x2,…,xn. xi is a basic variable if i is a pivot column of A and i is a free variable if i is not a pivot column of A.