1. Linear Equations in Linear Algebra Flashcards
What lies at the heart of linear algebra?
Systems of linear equations.
What is a linear equation?
A linear equation in the variables x_1,……,x_n is an equation that can be written in the form
(a_1)(x_1) = (a_2)(x_2) + ……. (a_n)(x_n) = b
where b and the coefficients a_1, … a_n are real or complex numbers, usually known in advance.
What is a system of linear equations?
A system of linear equations (or a linear system) is a collection of one or more linear equations involving the same variables - say, x_1, …..x_n
What is the solution of a linear system?
A list (s_1, s_2, … s_n) of numbers that makes each equation a true statement when the values s_1, s_2, …, s_n are substituted for x_1, x_2, …, x_n respectively.
What is a solution set?
The set of all possible solutions of a linear system.
When are two linear systems said to be equivalent?
If they have the same solution set. That is, each solution of the first system is a solution of the second system, and each solution of the second system is a solution of the first.
What does finding the solution set of a system of two linear equations amount to?
Finding the intersection of two lines.
Name two ways in which two lines need not intersect at a single point.
They could be parallel (no solution)
They could be coinciding and “intersect” at every point (infinitely many solutions).
When is a linear system said to be consistent?
When it has either one solution or infinitely many solutions.
When is a linear system said to be inconsistent?
When it has no solution.
What is a matrix?
A rectangular array of numbers, symbols, or expressions, arranged in rows and columns.
What is a coefficient matrix?
A matrix with the coefficients of each variable aligned in columns.
What is an augmented matrix?
A coefficient matrix with an added column containing constants from the right sides of the equations.
What does the size of a matrix tell us?
How many rows and columns it has.
How is the size of a matrix with 3 rows and 4 columns called termed?
A 3 by 4 matrix (3x4 matrix)
Describe an m x n matrix.
If m and n are positive integers, an m x n matrix is a rectangular array of numbers with m rows and n columns.
What is an algorithm?
A systematic procedure.
What is the basic strategy for solving linear systems?
To replace one system with an equivalent system (ie., one with the same solution set) that is easier to solve.
Roughly speaking, what is the algorithm for solving a linear system?
Use the x_1 term in the first equation of a system to eliminate the x_1 terms in the other equations. Then use the x_2 term in the second equation to eliminate the x_2 terms in the other equations, and so one, until you finally obtain a very simple equivalent system of equations.
How do you verify that a solution set is in fact correct?
By replacing the values of the corresponding variables back into the initial equations to see if they are true.
Name and describe the three elementary row operations.
- Replacement - Add to one row a multiple of another row.
- Interchange - Interchange two rows.
- Scaling - Multiply all entries in a row by a nonzero constant.
It is important to note that row operations are reversible.
When are two matrices row equivalent?
When there is a sequence of elementary row operations that transform one matrix into the other.
What is a general conclusion of augmented matrices that are row equivalent?
They have the same solution sets.
What are the two fundamental questions about a linear system?
- Is the system consistent; does at least one solution exist?
- If a solution exists, is it the only one?; is the solution unique?