Linear Algebra - augmented matrix proof

In summary, the four statements (i), (ii), (iii), and (iv) are equivalent and all describe the condition where a system of linear equations has no solutions.
  • #1
Mercurious
2
0

Homework Statement


Let A be the augmented m x (n + 1) matrix of a system of m linear equations
with n unknowns. Let B be the m x n matrix obtained from A by removing the last
column. Let C be the matrix in row reduced form obtained from A by elementary
row operations. Prove that the following four statements are equivalent.
(i) The linear equations have no solutions.
(ii) If c_1,..., c_(n+1) are the columns of A, then c_(n+1) is not a linear combination of
c_1,..., c_(n+1)
(iii) Rank(A) >Rank(B).
(iv) The lowest non-zero row of C is (0 0 ... 0 0 1)

Homework Equations


The Attempt at a Solution



Now, i have so far assumed linear dependence, so a_1c_1 + a_2c_2 + ... + a_nc_n = a_n+1c_n+1.

I then converted this into a matrix form, as c_i are the columns of matrix A, and then i have row matrices with m rows, and n unknowns. From here i think i need to make the deduction that c_n+1 is NOT a linear combination of c_1,...,c_n, but not sure how to jump to that conclusion, as once i show this, i can show that (i) is true and the linear equations have no solutions.

part (iii) and (iv) are for later, not concerned about those at the moment, just i and ii. Sorry about the lack of LaTeX.
 
Physics news on Phys.org
  • #2


To prove that (i) and (ii) are equivalent, we can use proof by contradiction.

Assume that (i) is true, meaning that the linear equations have no solutions. This means that there is no combination of the columns of A that can result in the last column, c_(n+1).

Now, assume that (ii) is false, meaning that c_(n+1) is a linear combination of c_1,...,c_n. This means that there exists a_1,a_2,...,a_n such that a_1c_1 + a_2c_2 + ... + a_nc_n = c_(n+1).

But this contradicts our initial assumption that there is no combination of the columns of A that can result in c_(n+1). Therefore, (ii) must be true if (i) is true.

To prove that (ii) and (iii) are equivalent, we can use the definition of rank. The rank of a matrix is the number of linearly independent columns or rows.

Assume that (ii) is true, meaning that c_(n+1) is not a linear combination of c_1,...,c_n. This means that c_(n+1) is a linearly independent column of A. Since B is obtained by removing the last column of A, it follows that B also has c_(n+1) as a linearly independent column. Therefore, the rank of B must be less than or equal to the rank of A.

Now, assume that (iii) is false, meaning that Rank(A) ≤ Rank(B). This means that there exists a linearly dependent column in B, which can be written as a linear combination of the other columns. But this would also mean that c_(n+1) is a linear combination of c_1,...,c_n, which contradicts our initial assumption. Therefore, (iii) must be true if (ii) is true.

Therefore, we have shown that (i) and (ii) are equivalent, and (ii) and (iii) are equivalent. Therefore, (i) and (iii) are also equivalent. This completes the proof.
 

1. What is an augmented matrix in linear algebra?

An augmented matrix is a matrix that includes both the coefficients and constants of a system of linear equations. It is a useful tool for solving systems of equations and representing them in a compact and organized form.

2. How do I use an augmented matrix to solve a system of equations?

To solve a system of equations using an augmented matrix, you can use elementary row operations such as row addition, row subtraction, and row multiplication to transform the matrix into reduced row-echelon form. The resulting matrix will give you the values of the variables in the system of equations.

3. Can you prove the equivalence of a system of equations and its augmented matrix?

Yes, it is possible to prove the equivalence of a system of equations and its augmented matrix. This can be done by showing that performing the same elementary row operations on the augmented matrix will yield the same solution as solving the original system of equations.

4. How does an augmented matrix represent a system of equations?

An augmented matrix represents a system of equations by organizing the coefficients and constants into a matrix form. The left side of the vertical line in the matrix contains the coefficients of the variables, while the right side contains the constants. Each row in the matrix corresponds to an equation in the system, and the columns represent the variables.

5. Can an augmented matrix have more than one solution?

Yes, an augmented matrix can have multiple solutions. This is known as a consistent system of equations, where the equations have a common solution. However, if the augmented matrix reduces to a row of zeros, it represents an inconsistent system of equations with no solution.

Similar threads

  • Calculus and Beyond Homework Help
Replies
8
Views
786
  • Calculus and Beyond Homework Help
Replies
10
Views
2K
  • Calculus and Beyond Homework Help
Replies
14
Views
583
  • Calculus and Beyond Homework Help
Replies
3
Views
559
  • Calculus and Beyond Homework Help
Replies
2
Views
516
  • Calculus and Beyond Homework Help
Replies
3
Views
2K
  • Calculus and Beyond Homework Help
Replies
4
Views
930
  • Calculus and Beyond Homework Help
Replies
10
Views
993
  • Calculus and Beyond Homework Help
Replies
21
Views
826
  • Linear and Abstract Algebra
Replies
4
Views
853
Back
Top