Chapter Five: Systems of Equations and Matrices Flashcards
independent system
the intersection of three planes occurs at a single point
dependent system
the intersection of three planes occurs along a line (the solution is 0=0)
inconsistent system
the intersection of three planes never occurs (no solution)
matrix
a block of numbers, or a way of expressing a bunch of numbers or systems of equations at once
what does the term “3 x 4” mean?
the matrix has 3 rows and 4 columns
augmented matrix
a matrix with a bar between the ax + by and c parts of a linear equation, or a matrix that represents a system of equations in the form ax + by = c
the number of rows in a matrix is the same as
the number of equations
the number of columns in a matrix is the same as
the number of variables
what are the conditions which must be met in order to add or subtract matrices?
1) the matrices must have the same dimension
what are the conditions which must be met to multiply two matrices together?
1) the number of columns in the left-hand matrix must equal the number of rows in the right-hand matrix (the order of these cannot be flipped)
what is the goal of the Gauss-Jordan method?
to obtain the following matrix:
where a = x and b = y
what operations are allowable in the Gauss-Jordan method?
1) flipping the order of the 2 rows
2) multiplying through by a constant (note that multiplying by a fraction is the same as dividing by a number)
3) replacing a row with the sum of two rows
determinant
a scalar that is associated with a square matrix, and is denoted by |A|
how would you calculate the determinant of this matrix?
|A| = (a)(d) - (c)(b)
what is the area of a polygon in matrix form?
note: list the points in counterclockwise order, and go “full circle,” including in the final matrix the last coordinate with the first coordinate
if the area = 0 the coordinates are collinear