94.8k views
4 votes
Suppose A is n x n matrix and the equation Ax = 0 has only the trivial solution. Explain why A has n pivot columns and A is row equivalent to In. By Theorem 7, this shows that A must be Invertible.)

Theorem 7: An n x n matrix A is invertible if and only if A is row equivalent to In, and in this case, any sequence of elementary row operations that reduces A to In also transfrms In into A-1.

User Aiman
by
7.1k points

1 Answer

3 votes

Answer:

Remember, a homogeneous system always is consistent. Then we can reason with the rank of the matrix.

If the system Ax=0 has only the trivial solution that's mean that the echelon form of A hasn't free variables, therefore each column of the matrix has a pivot.

Since each column has a pivot then we can form the reduced echelon form of the A, and leave each pivot as 1 and the others components of the column will be zero. This means that the reduced echelon form of A is the identity matrix and so on A is row equivalent to identity matrix.

User GaryO
by
8.0k points