Linear Equations in Linear Algebra
1.1 Systems of Linear Equations (선형방정식계,연립일차방정식)
Linear Equation
A linear equation in the variables is an equation that can be represented in the form
where and the coefficients are real or complex numbers, usually known in advance.
A system of linear equations (or a linear system) is a collection of one or more linear equations involving the same variables -- say, .
A solution of the system is a list of numbers that makes each equation a true statement when the values are substituted for respectively. The set of all possible solutions is called the solution set of the linear system.
Two linear systems are called equivalent if they have the same solution set.
A system of linear equations has
- no solution, or
- exactly one solution, or
- infinitely many solutions.
A system of linear equations is said to be consistent if it has either
- one solution or
- infinitely many solutions.
A system is inconsistent if it has
- no solution.
- linear equation,
- system of linear equations, linear system
- solution(해)
- equivalent(동치)
- no solution, (one solution, infinitely many solution)
- consistent system, inconsistent system
Matrix Notation
The essential information of a linear system can be recorded compactly in a rectangular array called a matrix. Given the system,
,
with the coefficients of each variable aligned in columns, the matrix
is called the coefficient matrix (or matrix of coefficients) of the system.
An augmented matrix of a system consists of the coefficient matrix with an added column containing the constants from the right sides of the equations.
For the given system of equations,
is called the augmented matrix of the system.
- matrix
- coefficient matrix (계수행렬)
- augmented matrix (첨가행렬)
Matrix Size
The size of a matrix tells how many rows and columns it has. If and are positive integers, an matrix is a rectangular array of numbers with rows and columns. (The number of rows always comes first.)
Solving a Linear System
The basic strategy for solving a linear system is to replace one system with an equivalent system (i.e., one with the same solution set) that is easier to solve.
Example 1
Solve the given system of equations.
,
Solution of Example 1
The elimination procedure is shown here with and without matrix notation, and the results are placed side by side for comparison.
Keep in the first equation and eliminate it from the other equations. To do so, add 4 times equation 1 to equation 3.
The result of this calculation is written in place of the original third equation:
Now, multiply equation 2 by in order to obtain 1 as the coefficient for
Use the in equation 2 to eliminate the in equation 3.
The new system has a triangular form.
Eventually, you want to eliminate the term from equation 1, but it is more efficient to use the term in equation 3 first to eliminate the and terms in equations 2 and 1.
Now, combine the results of these two operations.
Move back to the in equation 2, and use it to eliminate the above it. Because of the previous work with , there is now no arithmetic involving terms. Add 2 times equation 2 to equation 1 and obtain the system:
Thus, the only solution of the original system is (29,16,3). To verify that (29,16,3) is a solution, substitute these values into the left side of the original system, and compute.
The results agree with the right side(우변) of the original system, so (29,16,3) is a solution of the system.
Elementary Row Operations
Three basic operations are used to simplify a linear system.
These Elementary row operations include the following:
- (Replacement) Replace one row by the sum of itself and a multiple of another row. = Add to one row a multiple of another row.
- (Interchange) Interchange two rows.
- (Scaling) Multiply all entries in a row by a nonzero constant.
Two matrices are called row equivalent if there is a sequence of elementary row operations that transforms one matrix into the other.
It is important to note that row operations are reversible.
If the augmented matrices of two linear systems are row equivalent, then the two systems have the same solution set.
- elementary row operations (RIS)
- row equivalent
- row operations are reversible.
Existence and Uniqueness of System of Equations
Two fundamental questions about a linear system are as follows:
- Is the system consistent; that is, does at least one solution exist?
- If a solution exists, is it the only one; that is, is the solution unique?
Example 3:
Determine if the following system is consistent:
Solution:
- The augmented matrix is
- To obtain an in the first equation, interchange rows 1 and 2:
- To eliminate the term in the third equation, add times row 1 to row 3.
- Next, use the term in the second equation to eliminate the term from the third equaton. Add times row 2 to row 3.
- The augmented matrix is now in triangular form. To interpret it correctly, go back to equation notation.
- The equation is a short form of .
- There are no values of that satisfy (8) because the equation is never true.
- Since (8) and (5) have the same solution set, the original system is inconsistent (i.e., has no solution).