SlideShare a Scribd company logo
SECTION 4.3

LINEAR COMBINATIONS AND
INDEPENDENCE OF VECTORS
In this section we use two types of computational problems as aids in understanding linear
independence and dependence. The first of these problems is that of expressing a vector w as a
linear combination of k given vectors v1 , v 2 ,  , v k (if possible). The second is that of
determining whether k given vectors v1 , v 2 ,  , v k are linearly independent. For vectors in Rn,
each of these problems reduces to solving a linear system of n equations in k unknowns. Thus an
abstract question of linear independence or dependence becomes a concrete question of whether or
not a given linear system has a nontrivial solution.

1.      v2 =   3
               2
                   v1 , so the two vectors v1 and v2 are linearly dependent.

2.     Evidently the two vectors v1 and v2 are not scalar multiples of one another. Hence they
       are linearly dependent.

3.     The three vectors v1, v2, and v3 are linearly dependent, as are any 3 vectors in R2. The
       reason is that the vector equation c1v1 + c2v2 + c3v3 = 0 reduces to a homogeneous linear
       system of 2 equations in the 3 unknowns c1 , c2 , and c3 , and any such system has a
       nontrivial solution.

4.     The four vectors v1, v2, v3, and v4 are linearly dependent, as are any 4 vectors in R3. The
       reason is that the vector equation c1v1 + c2v2 + c3v3 + c4v4 = 0 reduces to a homogeneous
       linear system of 3 equations in the 4 unknowns c1 , c2 , c3 , and c4 , and any such system
       has a nontrivial solution.

5.     The equation c1 v1 + c2 v 2 + c3 v 3 = 0 yields

                   c1 (1, 0, 0) + c2 (0, −2, 0) + c3 (0, 0,3) = (c1 , −2c2 ,3c3 ) = (0, 0, 0),

       and therefore implies immediately that c1 = c2 = c3 = 0. Hence the given vectors
       v1, v2, and v3 are linearly independent.

6.     The equation c1 v1 + c2 v 2 + c3 v 3 = 0 yields

                   c1 (1, 0, 0) + c2 (1,1, 0) + c3 (1,1,1) = (c1 + c2 + c3 , c2 + c3 , c3 ) = (0, 0, 0).

       But it is obvious by back-substitution that the homogeneous system
c1 + c2 + c3 = 0
                                                c2 + c3 = 0
                                                      c3 = 0

       has only the trivial solution c1 = c2 = c3 = 0. Hence the given vectors
       v1, v2, and v3 are linearly independent.

7.     The equation c1 v1 + c2 v 2 + c3 v 3 = 0 yields

               c1 (2,1, 0, 0) + c2 (3, 0,1, 0) + c3 (4, 0, 0,1) = (2c1 + 3c2 , c1 , c2 , c3 ) = (0, 0, 0, 0).

       Obviously it follows immediately that c1 = c2 = c3 = 0. Hence the given vectors
       v1, v2, and v3 are linearly independent.

8.     Here inspection of the three given vectors reveals that v 3 = v1 + v 2 , so the vectors
       v1, v2, and v3 are linearly dependent.

In Problems 9-16 we first set up the linear system to be solved for the linear combination
coefficients {ci }, and then show the reduction of its augmented coefficient matrix A to reduced
echelon form E.

9.     c1 v1 + c2 v 2 = w

            5 3 1     1 0 2 
        A =  3 2 0  → 0 1 −3 = E
                            
             4 5 −7 
                      0 0 0 
                              
       We see that the system of 3 equations in 2 unknowns has the unique solution
       c1 = 2, c2 = −3, so w = 2 v1 − 3v 2 .

10.    c1 v1 + c2 v 2 = w

             −3 6 3    1 0 7 
             1 −2 −1 → 0 1 4  = E
        A =                  
             −2 3 −2 
                       0 0 0 
                               
       We see that the system of 3 equations in 2 unknowns has the unique solution
       c1 = 7, c2 = 4, so w = 7 v1 + 4 v 2 .
11.   c1 v1 + c2 v 2 = w

          7 3 1       1 0 1 
           −6 −3 0            
      A =           →  0 1 −2  = E
          4 2 0       0 0 0 
                              
           5 3 −1     0 0 0 
      We see that the system of 4 equations in 2 unknowns has the unique solution
      c1 = 1, c2 = −2, so w = v1 − 2 v 2 .

12.   c1 v1 + c2 v 2 = w

           7 −2 4     1            0   2
           3 −2 −4                     5
      A =           → 0            1     = E
           −1 1  3    0            0   0
                                        
           9 −3 3     0            0   0
      We see that the system of 4 equations in 2 unknowns has the unique solution
      c1 = 2, c2 = 5, so w = 2 v1 + 5v 2 .

13.   c1 v1 + c2 v 2 = w

          1 5 5      1 0 0
      A =  5 −3 2  → 0 1 0  = E
                           
           −3 4 −2 
                     0 0 1 
                             
      The last row of E corresponds to the scalar equation 0c1 + 0c2 = 1, so the system of 3
      equations in 2 unknowns is inconsistent. This means that w cannot be expressed as a
      linear combination of v1 and v2.

14.   c1v1 + c2 v 2 + c3 v 3 = w

          1 0 0 2        1             0   0   0
           0 1 − 1 − 3                         0
      A =              → 0             1   0     = E
          0 −2 1 2       0             0   1   0
                                                
           3 0 1 −3      0             0   0   1

      The last row of E corresponds to the scalar equation 0c1 + 0c2 + 0c3 = 1, so the system
      of 4 equations in 3 unknowns is inconsistent. This means that w cannot be expressed as
      a linear combination of v1, v2, and v3.
15.     c1v1 + c2 v 2 + c3 v 3 = w

             2 3 1 4     1 0 0 3 
             −1 0 2 5  → 0 1 0 −2  = E
        A =                       
             4 1 −1 6 
                         0 0 1 4 
                                    
       We see that the system of 3 equations in 3 unknowns has the unique solution
       c1 = 3, c2 = −2, c3 = 4, so w = 3v1 − 2 v 2 + 4 v 3 .

16.     c1v1 + c2 v 2 + c3 v 3 = w

            2       4 1 7     1               0   0 6
            0       1 3 7    0               1   0 −2 
        A =                  →                           = E
            3       3 −1 9    0               0   1 3
                                                       
            1       2 3 11    0               0   0 0
       We see that the system of 4 equations in 3 unknowns has the unique solution
       c1 = 6, c2 = −2, c3 = 3, so w = 6 v1 − 2 v 2 + 3v 3 .

In Problems 17-22, A = [ v1          v2   v 3 ] is the coefficient matrix of the homogeneous linear
system corresponding to the vector equation c1v1 + c2 v 2 + c3 v 3 = 0. Inspection of the indicated
reduced echelon form E of A then reveals whether or not a nontrivial solution exists.

            1 2 3     1 0 0 
17.         0 −3 5  → 0 1 0  = E
        A =                 
            1 4 2 
                      0 0 1 
                              
       We see that the system of 3 equations in 3 unknowns has the unique solution
       c1 = c2 = c3 = 0, so the vectors v1 , v 2 , v 3 are linearly independent.

             2 4 −2     1 0 −3 / 5 
18.          0 −5 1  → 0 1 −1/ 5  = E
        A =                        
             −3 −6 3 
                       0 0
                               0    
       We see that the system of 3 equations in 3 unknowns has a 1-dimensional solution space.
       If we choose c3 = 5 then c1 = 3 and c2 = 1. Therefore 3v1 + v 2 + 5 v3 = 0.

            2 5 2      1                  0   0
             0 4 −1                           0
19.     A =          → 0                  1     = E
             3 −2 1    0                  0   1
                                               
             0 1 −1    0                  0   0
We see that the system of 4 equations in 3 unknowns has the unique solution
      c1 = c2 = c3 = 0, so the vectors v1 , v 2 , v 3 are linearly independent.

          1       2    3   1         0   0
          1       1     
                        1   0         1   0
20.   A =                 →                 = E
           −1     1    4   0         0   1
                                          
          1       1    1   0         0   0
      We see that the system of 4 equations in 3 unknowns has the unique solution
      c1 = c2 = c3 = 0, so the vectors v1 , v 2 , v 3 are linearly independent.

          3 1          1   1         0 1
           0 −1         
                        2   0         1 −2 
21.   A =                 →                 = E
          1 0          1   0         0 0
                                          
          2 1          0   0         0 0
      We see that the system of 4 equations in 3 unknowns has a 1-dimensional solution space.
      If we choose c3 = −1 then c1 = 1 and c2 = −2. Therefore v1 − 2 v 2 − v 3 = 0.

          3 3          5   1         0 7 / 9
          9 0           
                        7   0         1 5 / 9
22.   A =                 →                   = E
          0 9          5   0         0 0 
                                            
          5 −7         0   0         0 0 
      We see that the system of 4 equations in 3 unknowns has a 1-dimensional solution space.
      If we choose c3 = −9 then c1 = 7 and c2 = 5. Therefore 7 v1 + 5 v 2 − 9 v3 = 0.

23.   Because v1 and v2 are linearly independent, the vector equation

             c1u1 + c2u 2 = c1 ( v1 + v 2 ) + c2 ( v1 − v 2 ) = 0

      yields the homogeneous linear system

                               c1 + c2 = 0
                               c1 − c2 = 0.

      It follows readily that c1 = c2 = 0, and therefore that the vectors u1 and u2 are linearly
      independent.

24.   Because v1 and v2 are linearly independent, the vector equation

             c1u1 + c2u 2 = c1 ( v1 + v 2 ) + c2 (2 v1 + 3v 2 ) = 0
yields the homogeneous linear system

                                 c1 + 2c2 = 0
                                 c1 + 3c2 = 0.

      Subtraction of the first equation from the second one gives c2 = 0, and then it follows
      from the first equation that c2 = 0 also. Therefore the vectors u1 and u2 are linearly
      independent.

25.   Because the vectors v1 , v 2 , v 3 are linearly independent, the vector equation

              c1u1 + c2u 2 + c3u 3 = c1 ( v1 ) + c2 ( v1 + 2 v 2 ) + c3 ( v1 + 2 v 2 + 3v 3 ) = 0

      yields the homogeneous linear system

                                 c1 + c2 + c3 = 0
                                      2c2 + 2c3 = 0
                                             3c3 = 0.

      It follows by back-substitution that c1 = c2 = c3 = 0, and therefore that the vectors
      u1 , u 2 , u3 are linearly independent.

26.   Because the vectors v1 , v 2 , v 3 are linearly independent, the vector equation

              c1u1 + c2u 2 + c3u 3 = c1 ( v 2 + v 3 ) + c2 ( v1 + v 3 ) + c3 ( v1 + v 2 ) = 0

      yields the homogeneous linear system

                                      c2 + c3 = 0
                                 c1        + c3 = 0
                                 c1 + c2       = 0.
      The reduction
                           0 1 1    1 0 0 
                           1 0 1  →  0 1 0  = E
                       A =                 
                           1 1 0 
                                    0 0 1 
                                             

       then shows that c1 = c2 = c3 = 0, and therefore that the vectors u1 , u 2 , u3 are linearly
      independent.
27.   If the elements of S are v1 , v 2 ,  , v k with v1 = 0, then we can take c1 = 1 and
      c2 =  = ck = 0. This choice gives coefficients c1 , c2 ,  , ck not all zero such that
      c1v1 + c2 v 2 +  + ck v k = 0. This means that the vectors v1 , v 2 ,  , v k are linearly
      dependent.

28.   Because the set S of vectors v1 , v 2 ,  , v k is linearly dependent, there exist scalars
       c1 , c2 ,  , ck not all zero such that c1v1 + c2 v 2 +  + ck v k = 0. If ck +1 =  = cm = 0,
      then c1 v1 + c2 v 2 +  + cm v m = 0 with the coefficients c1 , c2 ,  , cm not all zero. This
      means that the vectors v1 , v 2 ,  , v m comprising T are linearly dependent.

29.   If some subset of S were linearly dependent, then Problem 28 would imply immediately
      that S itself is linearly dependent (contrary to hypothesis).

30.   Let W be the subspace of V spanned by the vectors v1 , v 2 ,  , v k . Because U is a
      subspace containing each of these vectors, it contains every linear combination of
      v1 , v 2 ,  , v k . But W consists solely of such linear combinations, so it follows that U
      contains W.

31.   If S is contained in span(T), then every vector in S is a linear combination of vectors in
      T. Hence every vector in span(S) is a linear combination of linear combinations of
      vectors in T. Therefore every vector in span(S) is a linear combination of vectors in T,
      and therefore is itself in span(T). Thus span(S) is a subset of span(T).

32.   If u is another vector in S then the k+1 vectors v1 , v 2 ,  , v k , u are linearly
      dependent. Hence there exist scalars c1 , c2 ,  , ck , c not all zero such that
      c1v1 + c2 v 2 +  + ck v k + cu = 0. If c = 0 then we have a contradiction to the
      hypothesis that the vectors v1 , v 2 ,  , v k are linearly independent. Therefore c ≠ 0,
      so we can solve for u as a linear combination of the vectors v1 , v 2 ,  , v k .

33.   The determinant of the k × k identity matrix is nonzero, so it follows immediately from
      Theorem 3 in this section that the vectors v1 , v 2 ,  , v k are linearly independent.

34.   If the vectors v1 , v 2 ,  , v n are linearly independent, then by Theorem 2 the matrix
       A = [ v1 v 2  v n ] is nonsingular. If B is another nonsingular n × n matrix, then
      the product AB is also nonsingular, and therefore (by Theorem 2) has linearly
      independent column vectors.

35.   Because the vectors v1 , v 2 ,  , v k are linearly independent, Theorem 3 implies that some
      k × k submatrix A0 of A has nonzero determinant. Let A0 consist of the rows
      i1 , i2 ,  , ik of the matrix A, and let C0 denote the k × k submatrix consisting of the
same rows of the product matrix C = AB. Then C0 = A0B, so C0 = A 0 B ≠ 0
because (by hypothesis) the k × k matrix B is also nonsingular. Therefore Theorem 3
implies that the column vectors of AB are linearly independent.

More Related Content

What's hot

Linear equation in 2 variable class 10
Linear equation in 2 variable class 10Linear equation in 2 variable class 10
Linear equation in 2 variable class 10
AadhiSXA
 
Sect5 1
Sect5 1Sect5 1
Sect5 1
inKFUPM
 
Elementary Differential Equations 11th Edition Boyce Solutions Manual
Elementary Differential Equations 11th Edition Boyce Solutions ManualElementary Differential Equations 11th Edition Boyce Solutions Manual
Elementary Differential Equations 11th Edition Boyce Solutions Manual
MiriamKennedys
 
pensamiento geométrico y analítico
pensamiento geométrico y analíticopensamiento geométrico y analítico
pensamiento geométrico y analítico
FLORMARINAARIZARAMIR
 
Sect4 1
Sect4 1Sect4 1
Sect4 1
inKFUPM
 
Sect4 2
Sect4 2Sect4 2
Sect4 2
inKFUPM
 
Conceptual Short Tricks for JEE(Main and Advanced)
Conceptual Short Tricks for JEE(Main and Advanced)Conceptual Short Tricks for JEE(Main and Advanced)
Conceptual Short Tricks for JEE(Main and Advanced)
Pony Joglekar
 
Word Problems
Word ProblemsWord Problems
Word Problems
Vanessa Pangan
 
Sistema de ecuaciones
Sistema de ecuacionesSistema de ecuaciones
Sistema de ecuaciones
Lucy Ccapa Maldonado
 
Magical Short Tricks for JEE(Main).
Magical Short Tricks for JEE(Main).Magical Short Tricks for JEE(Main).
Magical Short Tricks for JEE(Main).
Vijay Joglekar
 
Systems of linear equations
Systems of linear equationsSystems of linear equations
Systems of linear equations
gandhinagar
 
AMU - Mathematics - 2004
AMU - Mathematics  - 2004AMU - Mathematics  - 2004
AMU - Mathematics - 2004
Vasista Vinuthan
 
NÚMEROS REALES Y PLANO NUMÉRICO
NÚMEROS REALES Y PLANO NUMÉRICONÚMEROS REALES Y PLANO NUMÉRICO
NÚMEROS REALES Y PLANO NUMÉRICO
AngeliPeaSuarez
 
Gmat quant topic 5 geometry solutions
Gmat quant topic 5   geometry solutionsGmat quant topic 5   geometry solutions
Gmat quant topic 5 geometry solutions
Rushabh Vora
 
Test yourself for JEE(Main)TP-4
Test yourself for JEE(Main)TP-4Test yourself for JEE(Main)TP-4
Test yourself for JEE(Main)TP-4
Vijay Joglekar
 
Unidad ii matematica (autoguardado)
Unidad ii matematica (autoguardado)Unidad ii matematica (autoguardado)
Unidad ii matematica (autoguardado)
JeancarlosFreitez
 
Quiz
QuizQuiz
Ultimate guide to systems of equations
Ultimate guide to systems of equationsUltimate guide to systems of equations
Ultimate guide to systems of equations
khyps13
 
Binomial
BinomialBinomial
Binomial
DEDESUDJADI
 
Test yourself for JEE(Main)TP-5
Test yourself for JEE(Main)TP-5Test yourself for JEE(Main)TP-5
Test yourself for JEE(Main)TP-5
Vijay Joglekar
 

What's hot (20)

Linear equation in 2 variable class 10
Linear equation in 2 variable class 10Linear equation in 2 variable class 10
Linear equation in 2 variable class 10
 
Sect5 1
Sect5 1Sect5 1
Sect5 1
 
Elementary Differential Equations 11th Edition Boyce Solutions Manual
Elementary Differential Equations 11th Edition Boyce Solutions ManualElementary Differential Equations 11th Edition Boyce Solutions Manual
Elementary Differential Equations 11th Edition Boyce Solutions Manual
 
pensamiento geométrico y analítico
pensamiento geométrico y analíticopensamiento geométrico y analítico
pensamiento geométrico y analítico
 
Sect4 1
Sect4 1Sect4 1
Sect4 1
 
Sect4 2
Sect4 2Sect4 2
Sect4 2
 
Conceptual Short Tricks for JEE(Main and Advanced)
Conceptual Short Tricks for JEE(Main and Advanced)Conceptual Short Tricks for JEE(Main and Advanced)
Conceptual Short Tricks for JEE(Main and Advanced)
 
Word Problems
Word ProblemsWord Problems
Word Problems
 
Sistema de ecuaciones
Sistema de ecuacionesSistema de ecuaciones
Sistema de ecuaciones
 
Magical Short Tricks for JEE(Main).
Magical Short Tricks for JEE(Main).Magical Short Tricks for JEE(Main).
Magical Short Tricks for JEE(Main).
 
Systems of linear equations
Systems of linear equationsSystems of linear equations
Systems of linear equations
 
AMU - Mathematics - 2004
AMU - Mathematics  - 2004AMU - Mathematics  - 2004
AMU - Mathematics - 2004
 
NÚMEROS REALES Y PLANO NUMÉRICO
NÚMEROS REALES Y PLANO NUMÉRICONÚMEROS REALES Y PLANO NUMÉRICO
NÚMEROS REALES Y PLANO NUMÉRICO
 
Gmat quant topic 5 geometry solutions
Gmat quant topic 5   geometry solutionsGmat quant topic 5   geometry solutions
Gmat quant topic 5 geometry solutions
 
Test yourself for JEE(Main)TP-4
Test yourself for JEE(Main)TP-4Test yourself for JEE(Main)TP-4
Test yourself for JEE(Main)TP-4
 
Unidad ii matematica (autoguardado)
Unidad ii matematica (autoguardado)Unidad ii matematica (autoguardado)
Unidad ii matematica (autoguardado)
 
Quiz
QuizQuiz
Quiz
 
Ultimate guide to systems of equations
Ultimate guide to systems of equationsUltimate guide to systems of equations
Ultimate guide to systems of equations
 
Binomial
BinomialBinomial
Binomial
 
Test yourself for JEE(Main)TP-5
Test yourself for JEE(Main)TP-5Test yourself for JEE(Main)TP-5
Test yourself for JEE(Main)TP-5
 

Similar to Sect4 3

linearequns-classx-180912070018.pdf
linearequns-classx-180912070018.pdflinearequns-classx-180912070018.pdf
linearequns-classx-180912070018.pdf
MayankYadav777500
 
CLASS X MATHS LINEAR EQUATIONS
CLASS X MATHS LINEAR EQUATIONSCLASS X MATHS LINEAR EQUATIONS
CLASS X MATHS LINEAR EQUATIONS
Rc Os
 
Mathematics ppt.pptx
Mathematics ppt.pptxMathematics ppt.pptx
Mathematics ppt.pptx
SangitaPatil50
 
Ch03 3
Ch03 3Ch03 3
Ch03 3
Rendy Robert
 
algebra lesson notes (best).pdf
algebra lesson notes (best).pdfalgebra lesson notes (best).pdf
algebra lesson notes (best).pdf
CyprianObota
 
ALA Solution.pdf
ALA Solution.pdfALA Solution.pdf
ALA Solution.pdf
RkAA4
 
PAIR OF LINEAR EQUATION IN TWO VARIABLE
PAIR OF LINEAR EQUATION IN TWO VARIABLEPAIR OF LINEAR EQUATION IN TWO VARIABLE
PAIR OF LINEAR EQUATION IN TWO VARIABLE
Naveen R
 
Linear Algebra.pptx
Linear Algebra.pptxLinear Algebra.pptx
Linear Algebra.pptx
Maths Assignment Help
 
Prin digcommselectedsoln
Prin digcommselectedsolnPrin digcommselectedsoln
Prin digcommselectedsoln
Ahmed Alshomi
 
Linear equations in two variables
Linear equations in two variablesLinear equations in two variables
Linear equations in two variables
vijayapatil27
 
UPSEE - Mathematics -2006 Unsolved Paper
UPSEE - Mathematics -2006 Unsolved PaperUPSEE - Mathematics -2006 Unsolved Paper
UPSEE - Mathematics -2006 Unsolved Paper
Vasista Vinuthan
 
SMT1105-1.pdf
SMT1105-1.pdfSMT1105-1.pdf
SMT1105-1.pdf
UMAIRASHFAQ20
 
Linear equations in two variables
Linear equations in two variablesLinear equations in two variables
Linear equations in two variables
VivekNaithani3
 
Conformal mapping
Conformal mappingConformal mapping
Advanced Engineering Mathematics Solutions Manual.pdf
Advanced Engineering Mathematics Solutions Manual.pdfAdvanced Engineering Mathematics Solutions Manual.pdf
Advanced Engineering Mathematics Solutions Manual.pdf
Whitney Anderson
 
C2 st lecture 2 handout
C2 st lecture 2 handoutC2 st lecture 2 handout
C2 st lecture 2 handout
fatima d
 
Module 1 plane coordinate geometry
Module 1   plane coordinate geometryModule 1   plane coordinate geometry
Module 1 plane coordinate geometry
dionesioable
 
Solucao_Marion_Thornton_Dinamica_Classic (1).pdf
Solucao_Marion_Thornton_Dinamica_Classic (1).pdfSolucao_Marion_Thornton_Dinamica_Classic (1).pdf
Solucao_Marion_Thornton_Dinamica_Classic (1).pdf
FranciscoJavierCaedo
 
Pair of linear equations in two variable
Pair of linear equations in two variablePair of linear equations in two variable
Pair of linear equations in two variable
Buddhimaan Chanakya
 
Aieee Maths 2004
Aieee Maths  2004Aieee Maths  2004
Aieee Maths 2004
Vasista Vinuthan
 

Similar to Sect4 3 (20)

linearequns-classx-180912070018.pdf
linearequns-classx-180912070018.pdflinearequns-classx-180912070018.pdf
linearequns-classx-180912070018.pdf
 
CLASS X MATHS LINEAR EQUATIONS
CLASS X MATHS LINEAR EQUATIONSCLASS X MATHS LINEAR EQUATIONS
CLASS X MATHS LINEAR EQUATIONS
 
Mathematics ppt.pptx
Mathematics ppt.pptxMathematics ppt.pptx
Mathematics ppt.pptx
 
Ch03 3
Ch03 3Ch03 3
Ch03 3
 
algebra lesson notes (best).pdf
algebra lesson notes (best).pdfalgebra lesson notes (best).pdf
algebra lesson notes (best).pdf
 
ALA Solution.pdf
ALA Solution.pdfALA Solution.pdf
ALA Solution.pdf
 
PAIR OF LINEAR EQUATION IN TWO VARIABLE
PAIR OF LINEAR EQUATION IN TWO VARIABLEPAIR OF LINEAR EQUATION IN TWO VARIABLE
PAIR OF LINEAR EQUATION IN TWO VARIABLE
 
Linear Algebra.pptx
Linear Algebra.pptxLinear Algebra.pptx
Linear Algebra.pptx
 
Prin digcommselectedsoln
Prin digcommselectedsolnPrin digcommselectedsoln
Prin digcommselectedsoln
 
Linear equations in two variables
Linear equations in two variablesLinear equations in two variables
Linear equations in two variables
 
UPSEE - Mathematics -2006 Unsolved Paper
UPSEE - Mathematics -2006 Unsolved PaperUPSEE - Mathematics -2006 Unsolved Paper
UPSEE - Mathematics -2006 Unsolved Paper
 
SMT1105-1.pdf
SMT1105-1.pdfSMT1105-1.pdf
SMT1105-1.pdf
 
Linear equations in two variables
Linear equations in two variablesLinear equations in two variables
Linear equations in two variables
 
Conformal mapping
Conformal mappingConformal mapping
Conformal mapping
 
Advanced Engineering Mathematics Solutions Manual.pdf
Advanced Engineering Mathematics Solutions Manual.pdfAdvanced Engineering Mathematics Solutions Manual.pdf
Advanced Engineering Mathematics Solutions Manual.pdf
 
C2 st lecture 2 handout
C2 st lecture 2 handoutC2 st lecture 2 handout
C2 st lecture 2 handout
 
Module 1 plane coordinate geometry
Module 1   plane coordinate geometryModule 1   plane coordinate geometry
Module 1 plane coordinate geometry
 
Solucao_Marion_Thornton_Dinamica_Classic (1).pdf
Solucao_Marion_Thornton_Dinamica_Classic (1).pdfSolucao_Marion_Thornton_Dinamica_Classic (1).pdf
Solucao_Marion_Thornton_Dinamica_Classic (1).pdf
 
Pair of linear equations in two variable
Pair of linear equations in two variablePair of linear equations in two variable
Pair of linear equations in two variable
 
Aieee Maths 2004
Aieee Maths  2004Aieee Maths  2004
Aieee Maths 2004
 

More from inKFUPM

Tb10
Tb10Tb10
Tb10
inKFUPM
 
Tb18
Tb18Tb18
Tb18
inKFUPM
 
Tb14
Tb14Tb14
Tb14
inKFUPM
 
Tb13
Tb13Tb13
Tb13
inKFUPM
 
Tb17
Tb17Tb17
Tb17
inKFUPM
 
Tb16
Tb16Tb16
Tb16
inKFUPM
 
Tb15
Tb15Tb15
Tb15
inKFUPM
 
Tb12
Tb12Tb12
Tb12
inKFUPM
 
Tb11
Tb11Tb11
Tb11
inKFUPM
 
Tb09
Tb09Tb09
Tb09
inKFUPM
 
Tb05
Tb05Tb05
Tb05
inKFUPM
 
Tb07
Tb07Tb07
Tb07
inKFUPM
 
Tb04
Tb04Tb04
Tb04
inKFUPM
 
Tb02
Tb02Tb02
Tb02
inKFUPM
 
Tb03
Tb03Tb03
Tb03
inKFUPM
 
Tb06
Tb06Tb06
Tb06
inKFUPM
 
Tb01
Tb01Tb01
Tb01
inKFUPM
 
Tb08
Tb08Tb08
Tb08
inKFUPM
 
21221
2122121221
21221
inKFUPM
 
Sect5 6
Sect5 6Sect5 6
Sect5 6
inKFUPM
 

More from inKFUPM (20)

Tb10
Tb10Tb10
Tb10
 
Tb18
Tb18Tb18
Tb18
 
Tb14
Tb14Tb14
Tb14
 
Tb13
Tb13Tb13
Tb13
 
Tb17
Tb17Tb17
Tb17
 
Tb16
Tb16Tb16
Tb16
 
Tb15
Tb15Tb15
Tb15
 
Tb12
Tb12Tb12
Tb12
 
Tb11
Tb11Tb11
Tb11
 
Tb09
Tb09Tb09
Tb09
 
Tb05
Tb05Tb05
Tb05
 
Tb07
Tb07Tb07
Tb07
 
Tb04
Tb04Tb04
Tb04
 
Tb02
Tb02Tb02
Tb02
 
Tb03
Tb03Tb03
Tb03
 
Tb06
Tb06Tb06
Tb06
 
Tb01
Tb01Tb01
Tb01
 
Tb08
Tb08Tb08
Tb08
 
21221
2122121221
21221
 
Sect5 6
Sect5 6Sect5 6
Sect5 6
 

Recently uploaded

Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Zilliz
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
saastr
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
innovationoecd
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
Zilliz
 
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying AheadDigital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Wask
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
Recommendation System using RAG Architecture
Recommendation System using RAG ArchitectureRecommendation System using RAG Architecture
Recommendation System using RAG Architecture
fredae14
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
shyamraj55
 
Project Management Semester Long Project - Acuity
Project Management Semester Long Project - AcuityProject Management Semester Long Project - Acuity
Project Management Semester Long Project - Acuity
jpupo2018
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
Chart Kalyan
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
名前 です男
 
UI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentationUI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentation
Wouter Lemaire
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
Matthew Sinclair
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
tolgahangng
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
Zilliz
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
Tomaz Bratanic
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
SitimaJohn
 

Recently uploaded (20)

Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
 
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying AheadDigital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying Ahead
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
Recommendation System using RAG Architecture
Recommendation System using RAG ArchitectureRecommendation System using RAG Architecture
Recommendation System using RAG Architecture
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
 
Project Management Semester Long Project - Acuity
Project Management Semester Long Project - AcuityProject Management Semester Long Project - Acuity
Project Management Semester Long Project - Acuity
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
 
UI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentationUI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentation
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
 

Sect4 3

  • 1. SECTION 4.3 LINEAR COMBINATIONS AND INDEPENDENCE OF VECTORS In this section we use two types of computational problems as aids in understanding linear independence and dependence. The first of these problems is that of expressing a vector w as a linear combination of k given vectors v1 , v 2 , , v k (if possible). The second is that of determining whether k given vectors v1 , v 2 , , v k are linearly independent. For vectors in Rn, each of these problems reduces to solving a linear system of n equations in k unknowns. Thus an abstract question of linear independence or dependence becomes a concrete question of whether or not a given linear system has a nontrivial solution. 1. v2 = 3 2 v1 , so the two vectors v1 and v2 are linearly dependent. 2. Evidently the two vectors v1 and v2 are not scalar multiples of one another. Hence they are linearly dependent. 3. The three vectors v1, v2, and v3 are linearly dependent, as are any 3 vectors in R2. The reason is that the vector equation c1v1 + c2v2 + c3v3 = 0 reduces to a homogeneous linear system of 2 equations in the 3 unknowns c1 , c2 , and c3 , and any such system has a nontrivial solution. 4. The four vectors v1, v2, v3, and v4 are linearly dependent, as are any 4 vectors in R3. The reason is that the vector equation c1v1 + c2v2 + c3v3 + c4v4 = 0 reduces to a homogeneous linear system of 3 equations in the 4 unknowns c1 , c2 , c3 , and c4 , and any such system has a nontrivial solution. 5. The equation c1 v1 + c2 v 2 + c3 v 3 = 0 yields c1 (1, 0, 0) + c2 (0, −2, 0) + c3 (0, 0,3) = (c1 , −2c2 ,3c3 ) = (0, 0, 0), and therefore implies immediately that c1 = c2 = c3 = 0. Hence the given vectors v1, v2, and v3 are linearly independent. 6. The equation c1 v1 + c2 v 2 + c3 v 3 = 0 yields c1 (1, 0, 0) + c2 (1,1, 0) + c3 (1,1,1) = (c1 + c2 + c3 , c2 + c3 , c3 ) = (0, 0, 0). But it is obvious by back-substitution that the homogeneous system
  • 2. c1 + c2 + c3 = 0 c2 + c3 = 0 c3 = 0 has only the trivial solution c1 = c2 = c3 = 0. Hence the given vectors v1, v2, and v3 are linearly independent. 7. The equation c1 v1 + c2 v 2 + c3 v 3 = 0 yields c1 (2,1, 0, 0) + c2 (3, 0,1, 0) + c3 (4, 0, 0,1) = (2c1 + 3c2 , c1 , c2 , c3 ) = (0, 0, 0, 0). Obviously it follows immediately that c1 = c2 = c3 = 0. Hence the given vectors v1, v2, and v3 are linearly independent. 8. Here inspection of the three given vectors reveals that v 3 = v1 + v 2 , so the vectors v1, v2, and v3 are linearly dependent. In Problems 9-16 we first set up the linear system to be solved for the linear combination coefficients {ci }, and then show the reduction of its augmented coefficient matrix A to reduced echelon form E. 9. c1 v1 + c2 v 2 = w 5 3 1  1 0 2  A =  3 2 0  → 0 1 −3 = E      4 5 −7    0 0 0    We see that the system of 3 equations in 2 unknowns has the unique solution c1 = 2, c2 = −3, so w = 2 v1 − 3v 2 . 10. c1 v1 + c2 v 2 = w  −3 6 3  1 0 7   1 −2 −1 → 0 1 4  = E A =      −2 3 −2    0 0 0    We see that the system of 3 equations in 2 unknowns has the unique solution c1 = 7, c2 = 4, so w = 7 v1 + 4 v 2 .
  • 3. 11. c1 v1 + c2 v 2 = w 7 3 1 1 0 1   −6 −3 0    A =   →  0 1 −2  = E 4 2 0 0 0 0       5 3 −1 0 0 0  We see that the system of 4 equations in 2 unknowns has the unique solution c1 = 1, c2 = −2, so w = v1 − 2 v 2 . 12. c1 v1 + c2 v 2 = w  7 −2 4  1 0 2  3 −2 −4   5 A =   → 0 1  = E  −1 1 3 0 0 0      9 −3 3  0 0 0 We see that the system of 4 equations in 2 unknowns has the unique solution c1 = 2, c2 = 5, so w = 2 v1 + 5v 2 . 13. c1 v1 + c2 v 2 = w 1 5 5 1 0 0 A =  5 −3 2  → 0 1 0  = E      −3 4 −2    0 0 1    The last row of E corresponds to the scalar equation 0c1 + 0c2 = 1, so the system of 3 equations in 2 unknowns is inconsistent. This means that w cannot be expressed as a linear combination of v1 and v2. 14. c1v1 + c2 v 2 + c3 v 3 = w 1 0 0 2  1 0 0 0  0 1 − 1 − 3  0 A =   → 0 1 0  = E 0 −2 1 2  0 0 1 0      3 0 1 −3 0 0 0 1 The last row of E corresponds to the scalar equation 0c1 + 0c2 + 0c3 = 1, so the system of 4 equations in 3 unknowns is inconsistent. This means that w cannot be expressed as a linear combination of v1, v2, and v3.
  • 4. 15. c1v1 + c2 v 2 + c3 v 3 = w  2 3 1 4 1 0 0 3   −1 0 2 5  → 0 1 0 −2  = E A =      4 1 −1 6    0 0 1 4    We see that the system of 3 equations in 3 unknowns has the unique solution c1 = 3, c2 = −2, c3 = 4, so w = 3v1 − 2 v 2 + 4 v 3 . 16. c1v1 + c2 v 2 + c3 v 3 = w 2 4 1 7 1 0 0 6 0 1 3 7  0 1 0 −2  A =  →   = E 3 3 −1 9  0 0 1 3     1 2 3 11 0 0 0 0 We see that the system of 4 equations in 3 unknowns has the unique solution c1 = 6, c2 = −2, c3 = 3, so w = 6 v1 − 2 v 2 + 3v 3 . In Problems 17-22, A = [ v1 v2 v 3 ] is the coefficient matrix of the homogeneous linear system corresponding to the vector equation c1v1 + c2 v 2 + c3 v 3 = 0. Inspection of the indicated reduced echelon form E of A then reveals whether or not a nontrivial solution exists. 1 2 3  1 0 0  17. 0 −3 5  → 0 1 0  = E A =     1 4 2    0 0 1    We see that the system of 3 equations in 3 unknowns has the unique solution c1 = c2 = c3 = 0, so the vectors v1 , v 2 , v 3 are linearly independent.  2 4 −2   1 0 −3 / 5  18.  0 −5 1  → 0 1 −1/ 5  = E A =      −3 −6 3    0 0  0   We see that the system of 3 equations in 3 unknowns has a 1-dimensional solution space. If we choose c3 = 5 then c1 = 3 and c2 = 1. Therefore 3v1 + v 2 + 5 v3 = 0. 2 5 2  1 0 0  0 4 −1  0 19. A =   → 0 1  = E  3 −2 1  0 0 1      0 1 −1 0 0 0
  • 5. We see that the system of 4 equations in 3 unknowns has the unique solution c1 = c2 = c3 = 0, so the vectors v1 , v 2 , v 3 are linearly independent. 1 2 3 1 0 0 1 1  1 0 1 0 20. A =  →   = E  −1 1 4 0 0 1     1 1 1 0 0 0 We see that the system of 4 equations in 3 unknowns has the unique solution c1 = c2 = c3 = 0, so the vectors v1 , v 2 , v 3 are linearly independent. 3 1 1 1 0 1  0 −1  2 0 1 −2  21. A =  →   = E 1 0 1 0 0 0     2 1 0 0 0 0 We see that the system of 4 equations in 3 unknowns has a 1-dimensional solution space. If we choose c3 = −1 then c1 = 1 and c2 = −2. Therefore v1 − 2 v 2 − v 3 = 0. 3 3 5 1 0 7 / 9 9 0  7 0 1 5 / 9 22. A =  →   = E 0 9 5 0 0 0      5 −7 0 0 0 0  We see that the system of 4 equations in 3 unknowns has a 1-dimensional solution space. If we choose c3 = −9 then c1 = 7 and c2 = 5. Therefore 7 v1 + 5 v 2 − 9 v3 = 0. 23. Because v1 and v2 are linearly independent, the vector equation c1u1 + c2u 2 = c1 ( v1 + v 2 ) + c2 ( v1 − v 2 ) = 0 yields the homogeneous linear system c1 + c2 = 0 c1 − c2 = 0. It follows readily that c1 = c2 = 0, and therefore that the vectors u1 and u2 are linearly independent. 24. Because v1 and v2 are linearly independent, the vector equation c1u1 + c2u 2 = c1 ( v1 + v 2 ) + c2 (2 v1 + 3v 2 ) = 0
  • 6. yields the homogeneous linear system c1 + 2c2 = 0 c1 + 3c2 = 0. Subtraction of the first equation from the second one gives c2 = 0, and then it follows from the first equation that c2 = 0 also. Therefore the vectors u1 and u2 are linearly independent. 25. Because the vectors v1 , v 2 , v 3 are linearly independent, the vector equation c1u1 + c2u 2 + c3u 3 = c1 ( v1 ) + c2 ( v1 + 2 v 2 ) + c3 ( v1 + 2 v 2 + 3v 3 ) = 0 yields the homogeneous linear system c1 + c2 + c3 = 0 2c2 + 2c3 = 0 3c3 = 0. It follows by back-substitution that c1 = c2 = c3 = 0, and therefore that the vectors u1 , u 2 , u3 are linearly independent. 26. Because the vectors v1 , v 2 , v 3 are linearly independent, the vector equation c1u1 + c2u 2 + c3u 3 = c1 ( v 2 + v 3 ) + c2 ( v1 + v 3 ) + c3 ( v1 + v 2 ) = 0 yields the homogeneous linear system c2 + c3 = 0 c1 + c3 = 0 c1 + c2 = 0. The reduction 0 1 1  1 0 0  1 0 1  →  0 1 0  = E A =     1 1 0    0 0 1    then shows that c1 = c2 = c3 = 0, and therefore that the vectors u1 , u 2 , u3 are linearly independent.
  • 7. 27. If the elements of S are v1 , v 2 , , v k with v1 = 0, then we can take c1 = 1 and c2 = = ck = 0. This choice gives coefficients c1 , c2 , , ck not all zero such that c1v1 + c2 v 2 + + ck v k = 0. This means that the vectors v1 , v 2 , , v k are linearly dependent. 28. Because the set S of vectors v1 , v 2 , , v k is linearly dependent, there exist scalars c1 , c2 , , ck not all zero such that c1v1 + c2 v 2 + + ck v k = 0. If ck +1 = = cm = 0, then c1 v1 + c2 v 2 + + cm v m = 0 with the coefficients c1 , c2 , , cm not all zero. This means that the vectors v1 , v 2 , , v m comprising T are linearly dependent. 29. If some subset of S were linearly dependent, then Problem 28 would imply immediately that S itself is linearly dependent (contrary to hypothesis). 30. Let W be the subspace of V spanned by the vectors v1 , v 2 , , v k . Because U is a subspace containing each of these vectors, it contains every linear combination of v1 , v 2 , , v k . But W consists solely of such linear combinations, so it follows that U contains W. 31. If S is contained in span(T), then every vector in S is a linear combination of vectors in T. Hence every vector in span(S) is a linear combination of linear combinations of vectors in T. Therefore every vector in span(S) is a linear combination of vectors in T, and therefore is itself in span(T). Thus span(S) is a subset of span(T). 32. If u is another vector in S then the k+1 vectors v1 , v 2 , , v k , u are linearly dependent. Hence there exist scalars c1 , c2 , , ck , c not all zero such that c1v1 + c2 v 2 + + ck v k + cu = 0. If c = 0 then we have a contradiction to the hypothesis that the vectors v1 , v 2 , , v k are linearly independent. Therefore c ≠ 0, so we can solve for u as a linear combination of the vectors v1 , v 2 , , v k . 33. The determinant of the k × k identity matrix is nonzero, so it follows immediately from Theorem 3 in this section that the vectors v1 , v 2 , , v k are linearly independent. 34. If the vectors v1 , v 2 , , v n are linearly independent, then by Theorem 2 the matrix A = [ v1 v 2 v n ] is nonsingular. If B is another nonsingular n × n matrix, then the product AB is also nonsingular, and therefore (by Theorem 2) has linearly independent column vectors. 35. Because the vectors v1 , v 2 , , v k are linearly independent, Theorem 3 implies that some k × k submatrix A0 of A has nonzero determinant. Let A0 consist of the rows i1 , i2 , , ik of the matrix A, and let C0 denote the k × k submatrix consisting of the
  • 8. same rows of the product matrix C = AB. Then C0 = A0B, so C0 = A 0 B ≠ 0 because (by hypothesis) the k × k matrix B is also nonsingular. Therefore Theorem 3 implies that the column vectors of AB are linearly independent.