History
Article Edit this page Discussion

Linear independence

From Psychology Wiki

(Redirected from Linear dependence)
Jump to: navigation, search

Community portal · Tasks to do · News · Help

Clinical · Educational · Ind&Org · Other fields · Professional · Transpersonal · World

Assessment | Biopsychology | Comparative | Cognitive | Developmental | Language | Personality | Philosophy | Research Methods | Social | Statistics

Statistics: Scientific method · Research methods · Experimental design · Undergraduate statistics courses · Statistical tests · Game theory · Decision theory


In linear algebra, a family of vectors is linearly independent if none of them can be written as a linear combination of finitely many other vectors in the collection. A family of vectors which is not linearly independent is called linearly dependent. For instance, in the three-dimensional real vector space R3 we have the following example.

math

Here the first three vectors are linearly independent; but the fourth vector equals 9 times the first plus 5 times the second plus 4 times the third, so the four vectors together are linearly dependent. Linear dependence is a property of the family, not of any particular vector; here we could just as well write the first vector as a linear combination of the last three.

math

Contents

[edit] Formal definition

Let v1, v2, ..., vn be vectors. We say that they are linearly dependent if there exist numbers a1, a2, ..., an, not all equal to zero, such that

math

Note that the zero on the right is the zero vector, not the number zero.

If such numbers do not exist, then the vectors are said to be linearly independent. This condition can be reformulated as follows: Whenever a1, a2, ..., an are numbers such that

math

we have ai = 0 for i = 1, 2, ..., n, i.e. only the trivial solution exists.

More generally, let V be a vector space over a field K, and let {vi}iI be a family of elements of V. The family is linearly dependent over K if there exists a family {aj}jJ of elements of K, not all zero, such that

math

where the index set J is a nonempty, finite subset of I.

A set X of elements of V is linearly independent if the corresponding family {x}xX is linearly independent.

Equivalently, a family is dependent if a member is in the linear span of the rest of the family, i.e., a member is a linear combination of the rest of the family.

A set of vectors which is linearly independent and spans some vector space, forms a basis for that vector space.

[edit] Geometric meaning

A geographic example may help to clarify the concept of linear independence. A person describing the location of a certain place might say, "It is 5 miles north and 6 miles east of here." This is sufficient information to describe the location, because the geographic coordinate system may be considered a 2-dimensional vector space (ignoring altitude). The person might add, "The place is 7.81 miles northeast of here." Although this last statement is true, it is not necessary.

In this example the "5 miles north" vector and the "6 miles east" vector are linearly independent. That is to say, the north vector cannot be described in terms of the east vector, and vice versa. The third "7.81 miles northeast" vector is a linear combination of the other two vectors, and it makes the set of vectors linearly dependent, that is, one of the three vectors is unnecessary.

Note that in this example, any of the three vectors may be described as a linear combination of the other two. While it might be inconvenient, one could describe "6 miles east" in terms of north and northeast. (For example, "Go 5 miles south (mathematically, −5 miles north) and then go 7.81 miles northeast.") Similarly, the north vector is a linear combination of the east and northeast vectors.

Also note that if altitude is not ignored, it becomes necessary to add a third vector to the linearly independent set. In general, n linearly independent vectors are required to describe a location in n-dimensional space.

[edit] Example I

The vectors (1, 1) and (−3, 2) in R2 are linearly independent.

[edit] Proof

Let λ1 and λ2 be two real numbers such that

math

Taking each coordinate alone, this means

WikiTeX: latex reported a failure, namely:
This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)

entering extended mode (./1c5bbf65cb78414619dfa5610e958 LaTeX2e <2003/12/01> Babel and hyphenation patterns for american, french, german, ngerman, b ahasa, basque, bulgarian, catalan, croatian, czech, danish, dutch, esperanto, e stonian, finnish, greek, icelandic, irish, italian, latin, magyar, norsk, polis h, portuges, romanian, russian, serbian, slovak, slovene, spanish, swedish, tur kish, ukrainian, nohyphenation, loaded. (/usr/share/texmf/tex/latex/base/article.cls Document Class: article 2004/02/16 v1.4f Standard LaTeX document class (/usr/share/texmf/tex/latex/base/size10.clo)) (/usr/share/texmf/tex/latex/amsfonts/amssymb.sty (/usr/share/texmf/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texmf/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texmf/tex/latex/amsmath/amstext.sty (/usr/share/texmf/tex/latex/amsmath/amsgen.sty)) (/usr/share/texmf/tex/latex/amsmath/amsbsy.sty) (/usr/share/texmf/tex/latex/amsmath/amsopn.sty)) (/usr/share/texmf/tex/latex/amsmath/amscd.sty) (/usr/share/texmf/tex/latex/concmath/concmath.sty) (./1c5bbf65cb78414619dfa5610e958.aux) (/usr/share/texmf/tex/latex/concmath/ot1ccr.fd) (/usr/share/texmf/tex/latex/concmath/omlccm.fd) (/usr/share/texmf/tex/latex/concmath/omsccsy.fd) (/usr/share/texmf/tex/latex/concmath/omxccex.fd) (/usr/share/texmf/tex/latex/amsfonts/umsa.fd) (/usr/share/texmf/tex/latex/amsfonts/umsb.fd)

! Package amsmath Error: Erroneous nesting of equation structures; (amsmath) trying to recover with `aligned'.

See the amsmath package documentation for explanation. Type H for immediate help.

...                                              
                                                 

l.8 \end{align}

              \end{equation*}

[1] (./1c5bbf65cb78414619dfa5610e958.aux) ) (see the transcript file for additional information) Output written on 1c5bbf65cb78414619dfa5610e958.dvi (1 page, 464 bytes).

Transcript written on 1c5bbf65cb78414619dfa5610e958.log.

Solving for λ1 and λ2, we find that λ1 = 0 and λ2 = 0.

[edit] Alternative method using determinants

An alternative method uses the fact that n vectors in Rn are linearly dependent if and only if the determinant of the matrix formed by taking the vectors as its columns is zero.

In this case, the matrix formed by the vectors is

math

We may write a linear combination of the columns as

math

We are interested in whether AΛ = 0 for some nonzero vector Λ. This depends on the determinant of A, which is

math

Since the determinant is non-zero, the vectors (1, 1) and (−3, 2) are linearly independent.

When the number of vectors equals the dimension of the vectors, the matrix is square and hence the determinant is defined.

Otherwise, suppose we have m vectors of n coordinates, with m < n. Then A is an n×m matrix and Λ is a column vector with m entries, and we are again interested in AΛ = 0. As we saw previously, this is equivalent to a list of n equations. Consider the first m rows of A, the first m equations; any solution of the full list of equations must also be true of the reduced list. In fact, if ⟨i1,…,im⟩ is any list of m rows, then the equation must be true for those rows.

WikiTeX: latex reported a failure, namely:
This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)

entering extended mode (./4bd1f959f8de932894b952ac44e0d LaTeX2e <2003/12/01> Babel and hyphenation patterns for american, french, german, ngerman, b ahasa, basque, bulgarian, catalan, croatian, czech, danish, dutch, esperanto, e stonian, finnish, greek, icelandic, irish, italian, latin, magyar, norsk, polis h, portuges, romanian, russian, serbian, slovak, slovene, spanish, swedish, tur kish, ukrainian, nohyphenation, loaded. (/usr/share/texmf/tex/latex/base/article.cls Document Class: article 2004/02/16 v1.4f Standard LaTeX document class (/usr/share/texmf/tex/latex/base/size10.clo)) (/usr/share/texmf/tex/latex/amsfonts/amssymb.sty (/usr/share/texmf/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texmf/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texmf/tex/latex/amsmath/amstext.sty (/usr/share/texmf/tex/latex/amsmath/amsgen.sty)) (/usr/share/texmf/tex/latex/amsmath/amsbsy.sty) (/usr/share/texmf/tex/latex/amsmath/amsopn.sty)) (/usr/share/texmf/tex/latex/amsmath/amscd.sty) (/usr/share/texmf/tex/latex/concmath/concmath.sty) (./4bd1f959f8de932894b952ac44e0d.aux) (/usr/share/texmf/tex/latex/concmath/ot1ccr.fd) (/usr/share/texmf/tex/latex/concmath/omlccm.fd) (/usr/share/texmf/tex/latex/concmath/omsccsy.fd) (/usr/share/texmf/tex/latex/concmath/omxccex.fd) (/usr/share/texmf/tex/latex/amsfonts/umsa.fd) (/usr/share/texmf/tex/latex/amsfonts/umsb.fd) ! Undefined control sequence. l.5 \begin{equation*} A_{{\lang

                               i_1,\dots,i_m} \rang} \Lambda = \bold{0} . \...

! Undefined control sequence. l.5 ...n{equation*} A_{{\lang i_1,\dots,i_m} \rang

                                                 } \Lambda = \bold{0} . \,\...


Package amsfonts Warning: Obsolete command \bold; \mathbf should be used instea d on input line 5.

[1] (./4bd1f959f8de932894b952ac44e0d.aux) ) (see the transcript file for additional information) Output written on 4bd1f959f8de932894b952ac44e0d.dvi (1 page, 484 bytes).

Transcript written on 4bd1f959f8de932894b952ac44e0d.log.

Furthermore, the reverse is true. That is, we can test whether the m vectors are linearly dependent by testing whether

WikiTeX: latex reported a failure, namely:
This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)

entering extended mode (./69ca1fa801611561f7087e6f93284 LaTeX2e <2003/12/01> Babel and hyphenation patterns for american, french, german, ngerman, b ahasa, basque, bulgarian, catalan, croatian, czech, danish, dutch, esperanto, e stonian, finnish, greek, icelandic, irish, italian, latin, magyar, norsk, polis h, portuges, romanian, russian, serbian, slovak, slovene, spanish, swedish, tur kish, ukrainian, nohyphenation, loaded. (/usr/share/texmf/tex/latex/base/article.cls Document Class: article 2004/02/16 v1.4f Standard LaTeX document class (/usr/share/texmf/tex/latex/base/size10.clo)) (/usr/share/texmf/tex/latex/amsfonts/amssymb.sty (/usr/share/texmf/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texmf/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texmf/tex/latex/amsmath/amstext.sty (/usr/share/texmf/tex/latex/amsmath/amsgen.sty)) (/usr/share/texmf/tex/latex/amsmath/amsbsy.sty) (/usr/share/texmf/tex/latex/amsmath/amsopn.sty)) (/usr/share/texmf/tex/latex/amsmath/amscd.sty) (/usr/share/texmf/tex/latex/concmath/concmath.sty) (./69ca1fa801611561f7087e6f93284.aux) (/usr/share/texmf/tex/latex/concmath/ot1ccr.fd) (/usr/share/texmf/tex/latex/concmath/omlccm.fd) (/usr/share/texmf/tex/latex/concmath/omsccsy.fd) (/usr/share/texmf/tex/latex/concmath/omxccex.fd) (/usr/share/texmf/tex/latex/amsfonts/umsa.fd) (/usr/share/texmf/tex/latex/amsfonts/umsb.fd) ! Undefined control sequence. l.5 \begin{equation*} \det A_{{\lang

                                    i_1,\dots,i_m} \rang} = 0 \,\!\end{equa...

! Undefined control sequence. l.5 ...ation*} \det A_{{\lang i_1,\dots,i_m} \rang

                                                 } = 0 \,\!\end{equation*}

[1] (./69ca1fa801611561f7087e6f93284.aux) ) (see the transcript file for additional information) Output written on 69ca1fa801611561f7087e6f93284.dvi (1 page, 448 bytes).

Transcript written on 69ca1fa801611561f7087e6f93284.log.

for all possible lists of m rows. (In case m = n, this requires only one determinant, as above. If m > n, then it is a theorem that the vectors must be linearly dependent.) This fact is valuable for theory; in practical calculations more efficient methods are available.

[edit] Example II

Let V = Rn and consider the following elements in V:

math

Then e1, e2, ..., en are linearly independent.

[edit] Proof

Suppose that a1, a2, ..., an are elements of R such that

math

Since

math

then ai = 0 for all i in {1, ..., n}.

[edit] Example III

Let V be the vector space of all functions of a real variable t. Then the functions et and e2t in V are linearly independent.

[edit] Proof

Suppose a and b are two real numbers such that

aet + be2t = 0

for all values of t. We need to show that a = 0 and b = 0. In order to do this, we divide through by et (which is never zero) and subtract to obtain

bet = −a

In other words, the function bet must be independent of t, which only occurs when b = 0. It follows that a is also zero.

[edit] The projective space of linear dependences

A linear dependence among vectors v1, ..., vn is a tuple (a1, ..., an) with n scalar components, not all zero, such that

math

If such a linear dependence exists, then the n vectors are linearly dependent. It makes sense to identify two linear dependences if one arises as a non-zero multiple of the other, because in this case the two describe the same linear relationship among the vectors. Under this identification, the set of all linear dependences among v1, ...., vn is a projective space.

[edit] See also

es:Dependencia e independencia lineal eo:Lineara sendependeco fr:Indépendance linéaire ko:일차 독립 he:תלות לינארית hu:Lineáris függetlenség nl:Lineaire onafhankelijkheidpt:Independência linear sl:Linearna neodvisnost fi:Lineaarinen riippumattomuus sv:Linjärt oberoende vi:Độc lập tuyến tính ur:لکیری آزادی zh:線性相關性

Smallwikipedialogo.png This page uses content from the English-language version of Wikipedia. The original article was at Linear independence. The list of authors can be seen in the page history. As with Psychology Wiki, the text of Wikipedia is available under the GNU Free Documentation License.

Rate this article:

Share this article:

Hubs Highlights International Sites Wikia messages
Entertainment
Gaming
Cartoons & Comics
Science Fiction
Hobbies
Sports
See all...
Grand Theft Auto Wiki
Doctor Who
Legend of Zelda Wiki
Terminator Wiki
Everquest II Wiki
Mystery Science Theater 3000
German
Spanish
Chinese
Japanese
More...
Wikia is hiring for several open positions
Send this article to a friend
"Linear independence"
 
 
Hi!

I thought you'd like this page from Wikia!

http://psychology.wikia.com

Come check it out!
Send confirmation