Linear Algebra/Linear Dependence

From testwiki
Jump to navigation Jump to search

In this chapter, we will briefly treat the case of linear dependence of columns. Later, on the section on vectors, we will see what linear dependence means in general. For now, however, we consider its relevance to determinants.

Definition

Consider m columns of numbers, each with n numbers from a field F:

C1=a11a21...an1,C2=a12a22...an2,..,Cm=a1ma2m...anm

We define the addition of two columns to be the column with their corresponding entries added, and we define scalar multiplication of a number in the field F with the column simply to be the column with each of their entries multiplied by that number.

We call the sum

α1a11a21...an1+α2a12a22...an2+..+αma1ma2m...anm

with any field elements α1,α2,...,αm as a linear combination of the columns C1,C2,...,Cn

Now suppose that these columns form a determinant of order n. Then we have the following result:

Theorem:
If one of the columns is a linear combination of the other, then the determinant is 0.

Proof:
By a theorem proven earlier, a determinant is 0 when one of the columns (or rows) of the determinant is a linear combination of the others. Since a column which is a linear combination of the others remains a linear combination of the others in the determinant, the determinant is 0.

The converse of this theorem is also true, and we will prove this later on this page.

Template:BookCat