SlideShare a Scribd company logo
1 of 52
Download to read offline
Announcements




     Quiz 2 on Wednesday Jan 27 on sections 1.4, 1.5, 1.7 and 1.8
     Test 1 will be on Feb 1, Monday in class. More details later.
Last Class



             a   b
   Let A =           . If ad − bc = 0 then A is invertible and
             c   d


                           −1          1      d    −b
                       A        =
                                    ad − bc   −c   a

   .
Last Class



             a   b
   Let A =           . If ad − bc = 0 then A is invertible and
             c   d


                           −1          1      d    −b
                       A        =
                                    ad − bc   −c   a

   .

   So if the determinant of A (or det A) is equal to 0, A−1 does not
   exist.
Last Class


   Steps for a 2 × 2 matrix A
    1. First check whether det A=0. If so, stop.   A   is not invertible.
Last Class


   Steps for a 2 × 2 matrix A
    1. First check whether det A=0. If so, stop. A is not invertible.
    2. If det A = 0, swap the main diagonal elements of A.
Last Class


   Steps for a 2 × 2 matrix A
    1. First check whether det A=0. If so, stop. A is not invertible.
    2. If det A = 0, swap the main diagonal elements of A.
    3. Then change the sign of both o diagonal elements (don't
       swap these)
Last Class


   Steps for a 2 × 2 matrix A
    1. First check whether det A=0. If so, stop. A is not invertible.
    2. If det A = 0, swap the main diagonal elements of A.
    3. Then change the sign of both o diagonal elements (don't
       swap these)
    4. Divide this matrix (after steps 2 and 3) by detA to give A−1 .
       (This divides each element of the resultant matrix.)
    5. If you want to check your answer, you can see whether
                   1 0
       AA−1 =
                   0 1
    6. This method will not work for 3 × 3 or bigger matrices.
Example 7(a) section 2.2, One Case
            1 2
   Let A =          . Find A−1 and use it to solve the equation
            5 12
                        2
   Ax = b3 where b3 =
                        6

   Solution: Here detA = (1)(12) − (5)(2) = 2 = 0. So we can nd A−1 .
Example 7(a) section 2.2, One Case
            1 2
   Let A =          . Find A−1 and use it to solve the equation
            5 12
                        2
   Ax = b3 where b3 =
                        6

   Solution: Here detA = (1)(12) − (5)(2) = 2 = 0. So we can nd A−1 .
   Interchange the positions of 1 and 12. Change the signs of 2 and 5.
   Then we get
                                  12 −2
                                 −5 1
   .
Example 7(a) section 2.2, One Case
            1 2
   Let A =          . Find A−1 and use it to solve the equation
            5 12
                        2
   Ax = b3 where b3 =
                        6

   Solution: Here detA = (1)(12) − (5)(2) = 2 = 0. So we can nd A−1 .
   Interchange the positions of 1 and 12. Change the signs of 2 and 5.
   Then we get
                                  12 −2
                                 −5 1
   . Divide each element of the matrix by detA which is 2. This gives
                           −1        6     −1
                          A =
                                   −5/2 1/2

                    x1         6         −1     2       6
              x=         =                          =
                    x2       −5/2        1 /2   6       −2
                                   A−1          b
Algorithm to nd    A−1


   To nd the inverse of a square matrix A of any size,
    1. Write the augmented matrix with A and I (the identity matrix
       of proper size) written side by side.
Algorithm to nd    A−1


   To nd the inverse of a square matrix A of any size,
    1. Write the augmented matrix with A and I (the identity matrix
       of proper size) written side by side.
    2. Do proper row reductions on both A and I till A is reduced to
       I.
Algorithm to nd    A−1


   To nd the inverse of a square matrix A of any size,
    1. Write the augmented matrix with A and I (the identity matrix
       of proper size) written side by side.
    2. Do proper row reductions on both A and I till A is reduced to
       I.
    3. This changes I to a new matrix which is A−1
Algorithm to nd     A−1


   To nd the inverse of a square matrix A of any size,
    1. Write the augmented matrix with A and I (the identity matrix
       of proper size) written side by side.
    2. Do proper row reductions on both A and I till A is reduced to
       I.
    3. This changes I to a new matrix which is A−1
    4. If you cannot reduce A to I (if you get a row full of zeros for
       example), A−1 does not exist
Example 30, section 2.2

             5 10
   Let A =        . Find A−1 using the algorithm.
             4 7
   Solution: Start with the augmented matrix
                                       
                        
                        
                            5 10 1 0      
                                          
                                         
                            4   7   0 1
                                         
Example 30, section 2.2

             5 10
   Let A =        . Find A−1 using the algorithm.
             4 7
   Solution: Start with the augmented matrix
                                       
                        
                        
                            5 10 1 0          
                                              
                                             
                            4     7   0 1
                                             

   Divide R1 by 5                            
                        
                        
                            1 2 1/5 0         
                                              
                                             
                            4 7       0   1
                                             
Example 30, section 2.2
                                    
                       1 2 1/5 0
                                         R2-4R1
                                    
                                    
                                    
                       4 7   0   1
                                    
Example 30, section 2.2
                                             
                          1 2 1/5 0
                                                      R2-4R1
                                             
                                             
                                             
                          4 7   0     1
                                             

                                                 
                      1    2    1/5       0
                                                      R1+2R2
                                                 
                                                 
                                                 
                      0    −1 −4/5        1
                                                 


        1   0 −7/5    2
   =⇒
        0   −1 −4/5   1
Example 30, section 2.2
                                                
                            1 2 1/5 0
                                                         R2-4R1
                                                
                                                
                                                
                            4 7    0     1
                                                

                                                    
                        1    2     1/5       0
                                                         R1+2R2
                                                    
                                                    
                                                    
                        0    −1 −4/5         1
                                                    


        1   0 −7/5      2
   =⇒
        0   −1 −4/5     1
                         1 0      −7/5       2
   Divide R2 by -1 =⇒                                =   I   A−1
                         0 1      4/5    −1
Example of a 3 × 3 Matrix
             1    0 −2
                    

   Let A =  3    −1 −4 .   Find A−1 using the algorithm.
             −2   3 −4
   Solution: Start with the augmented matrix
Example of a 3 × 3 Matrix
             1    0 −2
                    

   Let A =  3    −1 −4 .       Find A−1 using the algorithm.
             −2   3 −4
   Solution: Start with the augmented matrix
                                                         
                            1      0   −2   1 0 0        
                                                                 R2-3R1
                                                         
                                                         
                             3     −1 −4     0 1 0
                                                         
                                                         
                                                         
                                                         
                            −2      3   −4   0 0      1
                                                         


                                                         
                           1      0    −2   1    0 0     
                                                         
                                                         
                            0     −1    2    −3   1   0          R3+2R1
                                                         
                                                         
                                                         
                                                         
                            −2     3    −4   0    0 1
                                                         
Example of a 3 × 3 Matrix

                                                  
                       1   0    −2   1    0   0   
                                                  
                                                  
                        0   −1   2    −3   1 0
                                                  
                                                  
                                                       R3+3R2
                                                  
                                                  
                        0   3    −8   2    0 1
                                                  
Example of a 3 × 3 Matrix

                                                     
                       1   0       −2   1    0   0   
                                                     
                                                     
                        0   −1      2    −3   1 0
                                                     
                                                     
                                                          R3+3R2
                                                     
                                                     
                        0   3       −8   2    0 1
                                                     


          1 0 −2 1 0 0
                               

   =⇒  0 −1 2 −3 1 0 
          0 0 −2 −7 3 1
   Divide R3 by -2
         1 0 −2 1     0  0
                                        

   =⇒  0 −1 2     −3 1  0               
         0 0 1 7/2 −3/2 −1/2
Example of a 3 × 3 Matrix
                                                                          
                            1    0       −2         1      0          0   
                                                                          
                                                                          
                             0    −1       2     −3         1      0
                                                                          
                                                                          
                                                                               R2-2R3
                                                                          
                                                                          
                             0    0        1     7 /2      −3/2 −1/2
                                                                          



                     1       0     −2           1         0      0
                                                                      
                    0       −1       0       −10         4      1     
                     0       0        1       7 /2       −3/2   −1/2
   Divide R2 by -1                                                        
                            1 0          −2     1          0      0       
                                                                          
                                                                          
                             0 1          0     10         −4      −1          R1+2R2
                                                                          
                                                                          
                                                                          
                                                                          
                             0 0          1     7/2       −3/2 −1/2
                                                                          
Example of a 3 × 3 Matrix
Example of a 3 × 3 Matrix


                                                
                      1 0 0    8     −3   −1    
                                                
                                                
                       0 1 0    10    −4   −1
                                                
                                                
                                                
                                                
                       0 0 1 7 /2    −3/2 −1/2
                                                



                            =   I    A−1
Example 32, section 2.2
             1    −2   1
                     

   Let A =  4    −7   3 . Find A−1 using the algorithm.
             −2   6    −4

   Solution: Start with the augmented matrix
                                                      
                            1   −2    1   1 0 0       
                                                            R2-4R1
                                                      
                                                      
                             4   −7    3   0 1 0
                                                      
                                                      
                                                      
                                                      
                            −2    6   −4   0 0     1
                                                      


                                                      
                           1    −2   1    1   0 0     
                                                      
                                                      
                            0    1    −1 −4    1   0        R3+2R1
                                                      
                                                      
                                                      
                                                      
                            −2   6    −4   0   0 1
                                                      
Example 32, section 2.2

                                                 
                       1   −2   1    1   0   0   
                                                 
                                                 
                        0   1    −1 −4    1 0
                                                 
                                                 
                                                      R3-2R2
                                                 
                                                 
                        0   2    −2   2   0 1
                                                 
Example 32, section 2.2

                                                    
                       1   −2    1    1   0    0    
                                                    
                                                    
                        0    1   −1 −4     1 0
                                                    
                                                    
                                                         R3-2R2
                                                    
                                                    
                        0    2   −2    2   0 1
                                                    


                                                    
                       1   −2   1    1    0     0   
                                                    
                                                    
                        0   1    −1 −4     1    0
                                                    
                                                    
                                                         R3-2R2
                                                    
                                                    
                        0   0    0    10   −2   1
                                                    
Very Important



   Conclusion: You cannot reduce A to I because of the zero row and
   so A−1 does not exist
     1. Here A does not have a pivot in every row.
Very Important



   Conclusion: You cannot reduce A to I because of the zero row and
   so A−1 does not exist
     1. Here A does not have a pivot in every row.
     2. Here A does not have pivot in every column (there is a free
        variable)
Very Important



   Conclusion: You cannot reduce A to I because of the zero row and
   so A−1 does not exist
     1. Here A does not have a pivot in every row.
     2. Here A does not have pivot in every column (there is a free
        variable)
     3. The equation Ax = 0 has Non-trivial solution
Very Important



   Conclusion: You cannot reduce A to I because of the zero row and
   so A−1 does not exist
     1. Here A does not have a pivot in every row.
     2. Here A does not have pivot in every column (there is a free
        variable)
     3. The equation Ax = 0 has Non-trivial solution
     4. The columns of A are linearly
Very Important



   Conclusion: You cannot reduce A to I because of the zero row and
   so A−1 does not exist
     1. Here A does not have a pivot in every row.
     2. Here A does not have pivot in every column (there is a free
        variable)
     3. The equation Ax = 0 has Non-trivial solution
     4. The columns of A are linearly Dependent
Very Important



   Conclusion: You cannot reduce A to I because of the zero row and
   so A−1 does not exist
     1. Here A does not have a pivot in every row.
     2. Here A does not have pivot in every column (there is a free
        variable)
     3. The equation Ax = 0 has Non-trivial solution
     4. The columns of A are linearly Dependent
     5. A cannot be row-reduced to the 3 × 3 identity matrix
Section 2.3 Invertible Matrices

   If a square matrix A of size n × n is invertible the following is true
Section 2.3 Invertible Matrices

   If a square matrix A of size n × n is invertible the following is true
   Theorem
   The Invertible Matrix Theorem (IMT)

    1.   A has n pivot positions (n pivot rows and n pivot columns)
Section 2.3 Invertible Matrices

   If a square matrix A of size n × n is invertible the following is true
   Theorem
   The Invertible Matrix Theorem (IMT)

    1.   A has n pivot positions (n pivot rows and n pivot columns)
    2.   A can be row-reduced to the n × n identity matrix
Section 2.3 Invertible Matrices

   If a square matrix A of size n × n is invertible the following is true
   Theorem
   The Invertible Matrix Theorem (IMT)

    1.   A has n pivot positions (n pivot rows and n pivot columns)
    2.   A can be row-reduced to the n × n identity matrix
    3.   The equation Ax = 0 has only the trivial solution (no free
         variables)
Section 2.3 Invertible Matrices

   If a square matrix A of size n × n is invertible the following is true
   Theorem
   The Invertible Matrix Theorem (IMT)

    1.   A has n pivot positions (n pivot rows and n pivot columns)
    2.   A can be row-reduced to the n × n identity matrix
    3.   The equation Ax = 0 has only the trivial solution (no free
         variables)
    4.   The columns of A are linearly
Section 2.3 Invertible Matrices

   If a square matrix A of size n × n is invertible the following is true
   Theorem
   The Invertible Matrix Theorem (IMT)

    1.   A has n pivot positions (n pivot rows and n pivot columns)
    2.   A can be row-reduced to the n × n identity matrix
    3.   The equation Ax = 0 has only the trivial solution (no free
         variables)
    4.   The columns of A are linearly independent
Section 2.3 Invertible Matrices

   If a square matrix A of size n × n is invertible the following is true
   Theorem
   The Invertible Matrix Theorem (IMT)

    1.   A has n pivot positions (n pivot rows and n pivot columns)
    2.   A can be row-reduced to the n × n identity matrix
    3.   The equation Ax = 0 has only the trivial solution (no free
         variables)
    4.   The columns of A are linearly independent
    5.   The equation Ax = b is consistent for every   b   in Rn
Section 2.3 Invertible Matrices

   If a square matrix A of size n × n is invertible the following is true
   Theorem
   The Invertible Matrix Theorem (IMT)

    1.   A has n pivot positions (n pivot rows and n pivot columns)
    2.   A can be row-reduced to the n × n identity matrix
    3.   The equation Ax = 0 has only the trivial solution (no free
         variables)
    4.   The columns of A are linearly independent
    5.   The equation Ax = b is consistent for every   b   in Rn
    6.   The columns of A span Rn (because every row has a pivot and
         recall theorem 4, sec 1.4)
Example 2, Section 2.3



                           −4   6
   Determine whether A =             is invertible. Why(not)?
                           6    −9
Example 2, Section 2.3



                              −4   6
   Determine whether A =                 is invertible. Why(not)?
                               6   −9

   Solution: Clearly the determinant is (-4)(-9)-(6)(6)=36-36=0. So
   not invertible. Checking invertibility of 2 × 2 matrices are thus easy.
   Not so obvious fact: The second column is -1.5 times the rst
   column. Since we have linearly dependent columns, by IMT, A is
   not invertible.
Example 4, Section 2.3


                              −7   0    4
                                           

   Determine whether A =  3       0   −1      is invertible. Why(not)?
                           2       0    9
   Solution: Remember what happens to a set of vectors if the zero
   vector is present in that set?
Example 4, Section 2.3


                               −7   0    4
                                            

   Determine whether A =  3        0   −1      is invertible. Why(not)?
                           2        0    9
   Solution: Remember what happens to a set of vectors if the zero
   vector is present in that set? The vectors are linearly dependent.


   Since the second column of A is full of zeros, we have linearly
   dependent columns, and so A is not invertible.
Example 6, Section 2.3
                              1        −5 −4
                                                      

   Determine whether A =     0        3           4      is invertible. Why(not)?
                              −3       6           0
                                                      
                         1    −5 −4                   
                                                      
                                                      
                          0        3           4              R3+3R1
                                                      
                                                      
                                                      
                                                      
                          −3       6       0
                                                      


                                                      
                         1    −5          −4          
                                                      
                                                      
                          0    3           4
                                                      
                                                      
                                                              R3+3R2
                                                      
                                                      
                          0    −9 −12
                                                      
Example 6, Section 2.3


                                    
                        1   −5 −4 
                                  
                                  
                         0   3 4 
                                  
                    
                                  
                                  
                         0   0   0
                                  
Example 6, Section 2.3


                                        
                            1   −5 −4 
                                      
                                      
                             0   3 4 
                                      
                         
                                      
                                      
                             0   0   0
                                      


   Since the third row (and the third column) does not have a pivot,
   we have linearly dependent columns and by the IMT A is not
   invertible.
Example 8, Section 2.3



                             1   3   7 4
                                           
                            0   5   9 6    
   Determine whether A =                   
                                                is invertible. Why(not)?
                             0   0   2 8
                                           
                                           
                             0   0   0 10
Example 8, Section 2.3



                              1   3   7 4
                                            
                             0   5   9 6    
   Determine whether A =                    
                                                 is invertible. Why(not)?
                              0   0   2 8
                                            
                                            
                              0   0   0 10


   Solution: This matrix is already in the echelon form. There are 4
   pivot rows and 4 pivot columns. So A is invertible.

More Related Content

What's hot

Day 13 graphing linear equations from tables
Day 13 graphing linear equations from tablesDay 13 graphing linear equations from tables
Day 13 graphing linear equations from tablesErik Tjersland
 
Mathematics Mid Year Form 5 Paper 1 2010
Mathematics Mid Year Form 5 Paper 1 2010Mathematics Mid Year Form 5 Paper 1 2010
Mathematics Mid Year Form 5 Paper 1 2010sue sha
 
Graph functions
Graph functionsGraph functions
Graph functionsdaisy_yani
 
001 matrices and_determinants
001 matrices and_determinants001 matrices and_determinants
001 matrices and_determinantsphysics101
 
Presentation 3
Presentation 3Presentation 3
Presentation 3KeatonTech
 
04a 5 mb2f_unit_2_november_2011_mark_scheme
04a 5 mb2f_unit_2_november_2011_mark_scheme04a 5 mb2f_unit_2_november_2011_mark_scheme
04a 5 mb2f_unit_2_november_2011_mark_schemeclaire meadows-smith
 
Day 14 graphing linear equations day 2
Day 14 graphing linear equations day 2Day 14 graphing linear equations day 2
Day 14 graphing linear equations day 2Erik Tjersland
 
Algebra 1 chapter 2 notes
Algebra 1 chapter 2 notesAlgebra 1 chapter 2 notes
Algebra 1 chapter 2 noteshhennigan
 
Discrete-Chapter 02 Functions and Sequences
Discrete-Chapter 02 Functions and SequencesDiscrete-Chapter 02 Functions and Sequences
Discrete-Chapter 02 Functions and SequencesWongyos Keardsri
 
(Mhs)2 calculator enrichment
(Mhs)2 calculator enrichment(Mhs)2 calculator enrichment
(Mhs)2 calculator enrichmentpwalkermathlead
 
Mathematics Mid Year Form 5 Paper 2 2010
Mathematics Mid Year Form 5 Paper 2 2010Mathematics Mid Year Form 5 Paper 2 2010
Mathematics Mid Year Form 5 Paper 2 2010sue sha
 
Maths Ppsmi 2006 F4 P2
Maths Ppsmi  2006 F4 P2Maths Ppsmi  2006 F4 P2
Maths Ppsmi 2006 F4 P2norainisaser
 
Day 15 graphing lines stations
Day 15 graphing lines stationsDay 15 graphing lines stations
Day 15 graphing lines stationsErik Tjersland
 

What's hot (20)

Session 17
Session 17Session 17
Session 17
 
Day 13 graphing linear equations from tables
Day 13 graphing linear equations from tablesDay 13 graphing linear equations from tables
Day 13 graphing linear equations from tables
 
M1 PART-A
M1 PART-AM1 PART-A
M1 PART-A
 
Mathematics Mid Year Form 5 Paper 1 2010
Mathematics Mid Year Form 5 Paper 1 2010Mathematics Mid Year Form 5 Paper 1 2010
Mathematics Mid Year Form 5 Paper 1 2010
 
Graph functions
Graph functionsGraph functions
Graph functions
 
001 matrices and_determinants
001 matrices and_determinants001 matrices and_determinants
001 matrices and_determinants
 
Presentation 3
Presentation 3Presentation 3
Presentation 3
 
04a 5 mb2f_unit_2_november_2011_mark_scheme
04a 5 mb2f_unit_2_november_2011_mark_scheme04a 5 mb2f_unit_2_november_2011_mark_scheme
04a 5 mb2f_unit_2_november_2011_mark_scheme
 
IMT, col space again
IMT, col space againIMT, col space again
IMT, col space again
 
Quine Mc-Cluskey
Quine Mc-CluskeyQuine Mc-Cluskey
Quine Mc-Cluskey
 
Day 14 graphing linear equations day 2
Day 14 graphing linear equations day 2Day 14 graphing linear equations day 2
Day 14 graphing linear equations day 2
 
2007 57-p1
2007 57-p12007 57-p1
2007 57-p1
 
Algebra 1 chapter 2 notes
Algebra 1 chapter 2 notesAlgebra 1 chapter 2 notes
Algebra 1 chapter 2 notes
 
Matrices
MatricesMatrices
Matrices
 
Discrete-Chapter 02 Functions and Sequences
Discrete-Chapter 02 Functions and SequencesDiscrete-Chapter 02 Functions and Sequences
Discrete-Chapter 02 Functions and Sequences
 
(Mhs)2 calculator enrichment
(Mhs)2 calculator enrichment(Mhs)2 calculator enrichment
(Mhs)2 calculator enrichment
 
Mathematics Mid Year Form 5 Paper 2 2010
Mathematics Mid Year Form 5 Paper 2 2010Mathematics Mid Year Form 5 Paper 2 2010
Mathematics Mid Year Form 5 Paper 2 2010
 
T07 Euler Path
T07 Euler PathT07 Euler Path
T07 Euler Path
 
Maths Ppsmi 2006 F4 P2
Maths Ppsmi  2006 F4 P2Maths Ppsmi  2006 F4 P2
Maths Ppsmi 2006 F4 P2
 
Day 15 graphing lines stations
Day 15 graphing lines stationsDay 15 graphing lines stations
Day 15 graphing lines stations
 

Viewers also liked

Inverse of matrix, Transpose of Matrix, Adjoint, Metric Maths Solution
Inverse of matrix, Transpose of Matrix, Adjoint, Metric Maths SolutionInverse of matrix, Transpose of Matrix, Adjoint, Metric Maths Solution
Inverse of matrix, Transpose of Matrix, Adjoint, Metric Maths SolutionAl-Saudia Virtual Academy
 
BCA_MATHEMATICS-I_Unit-IV
BCA_MATHEMATICS-I_Unit-IVBCA_MATHEMATICS-I_Unit-IV
BCA_MATHEMATICS-I_Unit-IVRai University
 
Bca i-fundamental of computer-u-3-functions operating systems
Bca  i-fundamental of  computer-u-3-functions operating systemsBca  i-fundamental of  computer-u-3-functions operating systems
Bca i-fundamental of computer-u-3-functions operating systemsRai University
 
Basic mathematics code 303102 bca 1st semester exam. 2014
Basic mathematics    code   303102  bca     1st semester     exam.       2014Basic mathematics    code   303102  bca     1st semester     exam.       2014
Basic mathematics code 303102 bca 1st semester exam. 2014umesh singh
 
Determinant
DeterminantDeterminant
Determinantsekh_dhi
 
Linear Programming Problems : Dr. Purnima Pandit
Linear Programming Problems : Dr. Purnima PanditLinear Programming Problems : Dr. Purnima Pandit
Linear Programming Problems : Dr. Purnima PanditPurnima Pandit
 
BCA_Semester-II-Discrete Mathematics_unit-iii_Lattices and boolean algebra
BCA_Semester-II-Discrete Mathematics_unit-iii_Lattices and boolean algebraBCA_Semester-II-Discrete Mathematics_unit-iii_Lattices and boolean algebra
BCA_Semester-II-Discrete Mathematics_unit-iii_Lattices and boolean algebraRai University
 
Matrices and determinants
Matrices and determinantsMatrices and determinants
Matrices and determinantsKum Visal
 
Inverse Matrix & Determinants
Inverse Matrix & DeterminantsInverse Matrix & Determinants
Inverse Matrix & Determinantsitutor
 
Matrices And Determinants
Matrices And DeterminantsMatrices And Determinants
Matrices And DeterminantsDEVIKA S INDU
 
Physics Numerical Problem, Metric Physics, Kinematic Problems Karachi, Federa...
Physics Numerical Problem, Metric Physics, Kinematic Problems Karachi, Federa...Physics Numerical Problem, Metric Physics, Kinematic Problems Karachi, Federa...
Physics Numerical Problem, Metric Physics, Kinematic Problems Karachi, Federa...Al-Saudia Virtual Academy
 
Matrices and determinants
Matrices and determinantsMatrices and determinants
Matrices and determinantsoscar
 
BCA , BBA MATHEMATICS CLASSES
BCA , BBA MATHEMATICS CLASSES BCA , BBA MATHEMATICS CLASSES
BCA , BBA MATHEMATICS CLASSES SOURAV DAS
 

Viewers also liked (14)

Inverse of matrix, Transpose of Matrix, Adjoint, Metric Maths Solution
Inverse of matrix, Transpose of Matrix, Adjoint, Metric Maths SolutionInverse of matrix, Transpose of Matrix, Adjoint, Metric Maths Solution
Inverse of matrix, Transpose of Matrix, Adjoint, Metric Maths Solution
 
sanjeev resume
sanjeev resumesanjeev resume
sanjeev resume
 
BCA_MATHEMATICS-I_Unit-IV
BCA_MATHEMATICS-I_Unit-IVBCA_MATHEMATICS-I_Unit-IV
BCA_MATHEMATICS-I_Unit-IV
 
Bca i-fundamental of computer-u-3-functions operating systems
Bca  i-fundamental of  computer-u-3-functions operating systemsBca  i-fundamental of  computer-u-3-functions operating systems
Bca i-fundamental of computer-u-3-functions operating systems
 
Basic mathematics code 303102 bca 1st semester exam. 2014
Basic mathematics    code   303102  bca     1st semester     exam.       2014Basic mathematics    code   303102  bca     1st semester     exam.       2014
Basic mathematics code 303102 bca 1st semester exam. 2014
 
Determinant
DeterminantDeterminant
Determinant
 
Linear Programming Problems : Dr. Purnima Pandit
Linear Programming Problems : Dr. Purnima PanditLinear Programming Problems : Dr. Purnima Pandit
Linear Programming Problems : Dr. Purnima Pandit
 
BCA_Semester-II-Discrete Mathematics_unit-iii_Lattices and boolean algebra
BCA_Semester-II-Discrete Mathematics_unit-iii_Lattices and boolean algebraBCA_Semester-II-Discrete Mathematics_unit-iii_Lattices and boolean algebra
BCA_Semester-II-Discrete Mathematics_unit-iii_Lattices and boolean algebra
 
Matrices and determinants
Matrices and determinantsMatrices and determinants
Matrices and determinants
 
Inverse Matrix & Determinants
Inverse Matrix & DeterminantsInverse Matrix & Determinants
Inverse Matrix & Determinants
 
Matrices And Determinants
Matrices And DeterminantsMatrices And Determinants
Matrices And Determinants
 
Physics Numerical Problem, Metric Physics, Kinematic Problems Karachi, Federa...
Physics Numerical Problem, Metric Physics, Kinematic Problems Karachi, Federa...Physics Numerical Problem, Metric Physics, Kinematic Problems Karachi, Federa...
Physics Numerical Problem, Metric Physics, Kinematic Problems Karachi, Federa...
 
Matrices and determinants
Matrices and determinantsMatrices and determinants
Matrices and determinants
 
BCA , BBA MATHEMATICS CLASSES
BCA , BBA MATHEMATICS CLASSES BCA , BBA MATHEMATICS CLASSES
BCA , BBA MATHEMATICS CLASSES
 

Similar to Announcements on Quiz, Test and Matrix Inversion

Determinants, Properties and IMT
Determinants, Properties and IMTDeterminants, Properties and IMT
Determinants, Properties and IMTPrasanth George
 
Nov 2006 Cal Scheme
Nov 2006 Cal SchemeNov 2006 Cal Scheme
Nov 2006 Cal SchemeEdexcel
 
Finding eigenvalues, char poly
Finding eigenvalues, char polyFinding eigenvalues, char poly
Finding eigenvalues, char polyPrasanth George
 
Quadratic Programming : KKT conditions with inequality constraints
Quadratic Programming : KKT conditions with inequality constraintsQuadratic Programming : KKT conditions with inequality constraints
Quadratic Programming : KKT conditions with inequality constraintsMrinmoy Majumder
 
Unit 2 foundation mark scheme june 2011
Unit 2 foundation mark scheme june 2011Unit 2 foundation mark scheme june 2011
Unit 2 foundation mark scheme june 2011claire meadows-smith
 
Solution of System of Linear Equations
Solution of System of Linear EquationsSolution of System of Linear Equations
Solution of System of Linear Equationsmofassair
 
Lesson 18: Geometric Representations of Functions
Lesson 18: Geometric Representations of FunctionsLesson 18: Geometric Representations of Functions
Lesson 18: Geometric Representations of FunctionsMatthew Leingang
 
Mc ty-explogfns-2009-1
Mc ty-explogfns-2009-1Mc ty-explogfns-2009-1
Mc ty-explogfns-2009-1supoteta
 
Ee107 sp 06_mock_test1_q_s_ok_3p_
Ee107 sp 06_mock_test1_q_s_ok_3p_Ee107 sp 06_mock_test1_q_s_ok_3p_
Ee107 sp 06_mock_test1_q_s_ok_3p_Sporsho
 
Fall 2008 midterm
Fall 2008 midtermFall 2008 midterm
Fall 2008 midtermChang Broot
 
Modules Linear Algebra Drills
Modules Linear Algebra DrillsModules Linear Algebra Drills
Modules Linear Algebra DrillsDaniel Bragais
 
Two Phase Method- Linear Programming
Two Phase Method- Linear ProgrammingTwo Phase Method- Linear Programming
Two Phase Method- Linear ProgrammingManas Lad
 

Similar to Announcements on Quiz, Test and Matrix Inversion (20)

Determinants, Properties and IMT
Determinants, Properties and IMTDeterminants, Properties and IMT
Determinants, Properties and IMT
 
Complex Eigenvalues
Complex EigenvaluesComplex Eigenvalues
Complex Eigenvalues
 
Linear (in)dependence
Linear (in)dependenceLinear (in)dependence
Linear (in)dependence
 
Matrix2 english
Matrix2 englishMatrix2 english
Matrix2 english
 
Nov 2006 Cal Scheme
Nov 2006 Cal SchemeNov 2006 Cal Scheme
Nov 2006 Cal Scheme
 
Eigenvalues - Contd
Eigenvalues - ContdEigenvalues - Contd
Eigenvalues - Contd
 
Finding eigenvalues, char poly
Finding eigenvalues, char polyFinding eigenvalues, char poly
Finding eigenvalues, char poly
 
Sect3 5
Sect3 5Sect3 5
Sect3 5
 
Quadratic Programming : KKT conditions with inequality constraints
Quadratic Programming : KKT conditions with inequality constraintsQuadratic Programming : KKT conditions with inequality constraints
Quadratic Programming : KKT conditions with inequality constraints
 
Unit 2 foundation mark scheme june 2011
Unit 2 foundation mark scheme june 2011Unit 2 foundation mark scheme june 2011
Unit 2 foundation mark scheme june 2011
 
Solution of System of Linear Equations
Solution of System of Linear EquationsSolution of System of Linear Equations
Solution of System of Linear Equations
 
Lesson 18: Geometric Representations of Functions
Lesson 18: Geometric Representations of FunctionsLesson 18: Geometric Representations of Functions
Lesson 18: Geometric Representations of Functions
 
Ila0601
Ila0601Ila0601
Ila0601
 
Mc ty-explogfns-2009-1
Mc ty-explogfns-2009-1Mc ty-explogfns-2009-1
Mc ty-explogfns-2009-1
 
MFCS2-Module1.pptx
MFCS2-Module1.pptxMFCS2-Module1.pptx
MFCS2-Module1.pptx
 
Ee107 sp 06_mock_test1_q_s_ok_3p_
Ee107 sp 06_mock_test1_q_s_ok_3p_Ee107 sp 06_mock_test1_q_s_ok_3p_
Ee107 sp 06_mock_test1_q_s_ok_3p_
 
Changed pattern of CBSE Class XII Mathematics -2016-17-with_marking_scheme
Changed pattern of CBSE Class XII Mathematics -2016-17-with_marking_schemeChanged pattern of CBSE Class XII Mathematics -2016-17-with_marking_scheme
Changed pattern of CBSE Class XII Mathematics -2016-17-with_marking_scheme
 
Fall 2008 midterm
Fall 2008 midtermFall 2008 midterm
Fall 2008 midterm
 
Modules Linear Algebra Drills
Modules Linear Algebra DrillsModules Linear Algebra Drills
Modules Linear Algebra Drills
 
Two Phase Method- Linear Programming
Two Phase Method- Linear ProgrammingTwo Phase Method- Linear Programming
Two Phase Method- Linear Programming
 

More from Prasanth George

Orthogonal sets and basis
Orthogonal sets and basisOrthogonal sets and basis
Orthogonal sets and basisPrasanth George
 
Eigenvalues and Eigenvectors (Tacoma Narrows Bridge video included)
Eigenvalues and Eigenvectors (Tacoma Narrows Bridge video included)Eigenvalues and Eigenvectors (Tacoma Narrows Bridge video included)
Eigenvalues and Eigenvectors (Tacoma Narrows Bridge video included)Prasanth George
 
Matrix multiplication, inverse
Matrix multiplication, inverseMatrix multiplication, inverse
Matrix multiplication, inversePrasanth George
 
Linear Transformations, Matrix Algebra
Linear Transformations, Matrix AlgebraLinear Transformations, Matrix Algebra
Linear Transformations, Matrix AlgebraPrasanth George
 
Linear Combination, Matrix Equations
Linear Combination, Matrix EquationsLinear Combination, Matrix Equations
Linear Combination, Matrix EquationsPrasanth George
 
Systems of Linear Equations, RREF
Systems of Linear Equations, RREFSystems of Linear Equations, RREF
Systems of Linear Equations, RREFPrasanth George
 
Systems of Linear Equations
Systems of Linear EquationsSystems of Linear Equations
Systems of Linear EquationsPrasanth George
 

More from Prasanth George (13)

Orthogonal Decomp. Thm
Orthogonal Decomp. ThmOrthogonal Decomp. Thm
Orthogonal Decomp. Thm
 
Orthogonal Projection
Orthogonal ProjectionOrthogonal Projection
Orthogonal Projection
 
Orthogonal sets and basis
Orthogonal sets and basisOrthogonal sets and basis
Orthogonal sets and basis
 
Diagonalization
DiagonalizationDiagonalization
Diagonalization
 
Eigenvalues and Eigenvectors (Tacoma Narrows Bridge video included)
Eigenvalues and Eigenvectors (Tacoma Narrows Bridge video included)Eigenvalues and Eigenvectors (Tacoma Narrows Bridge video included)
Eigenvalues and Eigenvectors (Tacoma Narrows Bridge video included)
 
Cofactors, Applications
Cofactors, ApplicationsCofactors, Applications
Cofactors, Applications
 
Determinants
DeterminantsDeterminants
Determinants
 
Matrix multiplication, inverse
Matrix multiplication, inverseMatrix multiplication, inverse
Matrix multiplication, inverse
 
Linear Transformations, Matrix Algebra
Linear Transformations, Matrix AlgebraLinear Transformations, Matrix Algebra
Linear Transformations, Matrix Algebra
 
Linear Transformations
Linear TransformationsLinear Transformations
Linear Transformations
 
Linear Combination, Matrix Equations
Linear Combination, Matrix EquationsLinear Combination, Matrix Equations
Linear Combination, Matrix Equations
 
Systems of Linear Equations, RREF
Systems of Linear Equations, RREFSystems of Linear Equations, RREF
Systems of Linear Equations, RREF
 
Systems of Linear Equations
Systems of Linear EquationsSystems of Linear Equations
Systems of Linear Equations
 

Announcements on Quiz, Test and Matrix Inversion

  • 1. Announcements Quiz 2 on Wednesday Jan 27 on sections 1.4, 1.5, 1.7 and 1.8 Test 1 will be on Feb 1, Monday in class. More details later.
  • 2. Last Class a b Let A = . If ad − bc = 0 then A is invertible and c d −1 1 d −b A = ad − bc −c a .
  • 3. Last Class a b Let A = . If ad − bc = 0 then A is invertible and c d −1 1 d −b A = ad − bc −c a . So if the determinant of A (or det A) is equal to 0, A−1 does not exist.
  • 4. Last Class Steps for a 2 × 2 matrix A 1. First check whether det A=0. If so, stop. A is not invertible.
  • 5. Last Class Steps for a 2 × 2 matrix A 1. First check whether det A=0. If so, stop. A is not invertible. 2. If det A = 0, swap the main diagonal elements of A.
  • 6. Last Class Steps for a 2 × 2 matrix A 1. First check whether det A=0. If so, stop. A is not invertible. 2. If det A = 0, swap the main diagonal elements of A. 3. Then change the sign of both o diagonal elements (don't swap these)
  • 7. Last Class Steps for a 2 × 2 matrix A 1. First check whether det A=0. If so, stop. A is not invertible. 2. If det A = 0, swap the main diagonal elements of A. 3. Then change the sign of both o diagonal elements (don't swap these) 4. Divide this matrix (after steps 2 and 3) by detA to give A−1 . (This divides each element of the resultant matrix.) 5. If you want to check your answer, you can see whether 1 0 AA−1 = 0 1 6. This method will not work for 3 × 3 or bigger matrices.
  • 8. Example 7(a) section 2.2, One Case 1 2 Let A = . Find A−1 and use it to solve the equation 5 12 2 Ax = b3 where b3 = 6 Solution: Here detA = (1)(12) − (5)(2) = 2 = 0. So we can nd A−1 .
  • 9. Example 7(a) section 2.2, One Case 1 2 Let A = . Find A−1 and use it to solve the equation 5 12 2 Ax = b3 where b3 = 6 Solution: Here detA = (1)(12) − (5)(2) = 2 = 0. So we can nd A−1 . Interchange the positions of 1 and 12. Change the signs of 2 and 5. Then we get 12 −2 −5 1 .
  • 10. Example 7(a) section 2.2, One Case 1 2 Let A = . Find A−1 and use it to solve the equation 5 12 2 Ax = b3 where b3 = 6 Solution: Here detA = (1)(12) − (5)(2) = 2 = 0. So we can nd A−1 . Interchange the positions of 1 and 12. Change the signs of 2 and 5. Then we get 12 −2 −5 1 . Divide each element of the matrix by detA which is 2. This gives −1 6 −1 A = −5/2 1/2 x1 6 −1 2 6 x= = = x2 −5/2 1 /2 6 −2 A−1 b
  • 11. Algorithm to nd A−1 To nd the inverse of a square matrix A of any size, 1. Write the augmented matrix with A and I (the identity matrix of proper size) written side by side.
  • 12. Algorithm to nd A−1 To nd the inverse of a square matrix A of any size, 1. Write the augmented matrix with A and I (the identity matrix of proper size) written side by side. 2. Do proper row reductions on both A and I till A is reduced to I.
  • 13. Algorithm to nd A−1 To nd the inverse of a square matrix A of any size, 1. Write the augmented matrix with A and I (the identity matrix of proper size) written side by side. 2. Do proper row reductions on both A and I till A is reduced to I. 3. This changes I to a new matrix which is A−1
  • 14. Algorithm to nd A−1 To nd the inverse of a square matrix A of any size, 1. Write the augmented matrix with A and I (the identity matrix of proper size) written side by side. 2. Do proper row reductions on both A and I till A is reduced to I. 3. This changes I to a new matrix which is A−1 4. If you cannot reduce A to I (if you get a row full of zeros for example), A−1 does not exist
  • 15. Example 30, section 2.2 5 10 Let A = . Find A−1 using the algorithm. 4 7 Solution: Start with the augmented matrix     5 10 1 0     4 7 0 1  
  • 16. Example 30, section 2.2 5 10 Let A = . Find A−1 using the algorithm. 4 7 Solution: Start with the augmented matrix     5 10 1 0     4 7 0 1   Divide R1 by 5     1 2 1/5 0     4 7 0 1  
  • 17. Example 30, section 2.2   1 2 1/5 0 R2-4R1       4 7 0 1  
  • 18. Example 30, section 2.2   1 2 1/5 0 R2-4R1       4 7 0 1     1 2 1/5 0 R1+2R2       0 −1 −4/5 1   1 0 −7/5 2 =⇒ 0 −1 −4/5 1
  • 19. Example 30, section 2.2   1 2 1/5 0 R2-4R1       4 7 0 1     1 2 1/5 0 R1+2R2       0 −1 −4/5 1   1 0 −7/5 2 =⇒ 0 −1 −4/5 1 1 0 −7/5 2 Divide R2 by -1 =⇒ = I A−1 0 1 4/5 −1
  • 20. Example of a 3 × 3 Matrix 1 0 −2   Let A =  3 −1 −4 . Find A−1 using the algorithm. −2 3 −4 Solution: Start with the augmented matrix
  • 21. Example of a 3 × 3 Matrix 1 0 −2   Let A =  3 −1 −4 . Find A−1 using the algorithm. −2 3 −4 Solution: Start with the augmented matrix    1 0 −2 1 0 0  R2-3R1     3 −1 −4 0 1 0         −2 3 −4 0 0 1      1 0 −2 1 0 0      0 −1 2 −3 1 0 R3+2R1         −2 3 −4 0 0 1  
  • 22. Example of a 3 × 3 Matrix    1 0 −2 1 0 0      0 −1 2 −3 1 0     R3+3R2     0 3 −8 2 0 1  
  • 23. Example of a 3 × 3 Matrix    1 0 −2 1 0 0      0 −1 2 −3 1 0     R3+3R2     0 3 −8 2 0 1   1 0 −2 1 0 0   =⇒  0 −1 2 −3 1 0  0 0 −2 −7 3 1 Divide R3 by -2 1 0 −2 1 0 0   =⇒  0 −1 2 −3 1 0  0 0 1 7/2 −3/2 −1/2
  • 24. Example of a 3 × 3 Matrix    1 0 −2 1 0 0      0 −1 2 −3 1 0     R2-2R3     0 0 1 7 /2 −3/2 −1/2   1 0 −2 1 0 0    0 −1 0 −10 4 1  0 0 1 7 /2 −3/2 −1/2 Divide R2 by -1    1 0 −2 1 0 0      0 1 0 10 −4 −1 R1+2R2         0 0 1 7/2 −3/2 −1/2  
  • 25. Example of a 3 × 3 Matrix
  • 26. Example of a 3 × 3 Matrix    1 0 0 8 −3 −1      0 1 0 10 −4 −1         0 0 1 7 /2 −3/2 −1/2   = I A−1
  • 27. Example 32, section 2.2 1 −2 1   Let A =  4 −7 3 . Find A−1 using the algorithm. −2 6 −4 Solution: Start with the augmented matrix    1 −2 1 1 0 0  R2-4R1     4 −7 3 0 1 0         −2 6 −4 0 0 1      1 −2 1 1 0 0      0 1 −1 −4 1 0 R3+2R1         −2 6 −4 0 0 1  
  • 28. Example 32, section 2.2    1 −2 1 1 0 0      0 1 −1 −4 1 0     R3-2R2     0 2 −2 2 0 1  
  • 29. Example 32, section 2.2    1 −2 1 1 0 0      0 1 −1 −4 1 0     R3-2R2     0 2 −2 2 0 1      1 −2 1 1 0 0      0 1 −1 −4 1 0     R3-2R2     0 0 0 10 −2 1  
  • 30. Very Important Conclusion: You cannot reduce A to I because of the zero row and so A−1 does not exist 1. Here A does not have a pivot in every row.
  • 31. Very Important Conclusion: You cannot reduce A to I because of the zero row and so A−1 does not exist 1. Here A does not have a pivot in every row. 2. Here A does not have pivot in every column (there is a free variable)
  • 32. Very Important Conclusion: You cannot reduce A to I because of the zero row and so A−1 does not exist 1. Here A does not have a pivot in every row. 2. Here A does not have pivot in every column (there is a free variable) 3. The equation Ax = 0 has Non-trivial solution
  • 33. Very Important Conclusion: You cannot reduce A to I because of the zero row and so A−1 does not exist 1. Here A does not have a pivot in every row. 2. Here A does not have pivot in every column (there is a free variable) 3. The equation Ax = 0 has Non-trivial solution 4. The columns of A are linearly
  • 34. Very Important Conclusion: You cannot reduce A to I because of the zero row and so A−1 does not exist 1. Here A does not have a pivot in every row. 2. Here A does not have pivot in every column (there is a free variable) 3. The equation Ax = 0 has Non-trivial solution 4. The columns of A are linearly Dependent
  • 35. Very Important Conclusion: You cannot reduce A to I because of the zero row and so A−1 does not exist 1. Here A does not have a pivot in every row. 2. Here A does not have pivot in every column (there is a free variable) 3. The equation Ax = 0 has Non-trivial solution 4. The columns of A are linearly Dependent 5. A cannot be row-reduced to the 3 × 3 identity matrix
  • 36. Section 2.3 Invertible Matrices If a square matrix A of size n × n is invertible the following is true
  • 37. Section 2.3 Invertible Matrices If a square matrix A of size n × n is invertible the following is true Theorem The Invertible Matrix Theorem (IMT) 1. A has n pivot positions (n pivot rows and n pivot columns)
  • 38. Section 2.3 Invertible Matrices If a square matrix A of size n × n is invertible the following is true Theorem The Invertible Matrix Theorem (IMT) 1. A has n pivot positions (n pivot rows and n pivot columns) 2. A can be row-reduced to the n × n identity matrix
  • 39. Section 2.3 Invertible Matrices If a square matrix A of size n × n is invertible the following is true Theorem The Invertible Matrix Theorem (IMT) 1. A has n pivot positions (n pivot rows and n pivot columns) 2. A can be row-reduced to the n × n identity matrix 3. The equation Ax = 0 has only the trivial solution (no free variables)
  • 40. Section 2.3 Invertible Matrices If a square matrix A of size n × n is invertible the following is true Theorem The Invertible Matrix Theorem (IMT) 1. A has n pivot positions (n pivot rows and n pivot columns) 2. A can be row-reduced to the n × n identity matrix 3. The equation Ax = 0 has only the trivial solution (no free variables) 4. The columns of A are linearly
  • 41. Section 2.3 Invertible Matrices If a square matrix A of size n × n is invertible the following is true Theorem The Invertible Matrix Theorem (IMT) 1. A has n pivot positions (n pivot rows and n pivot columns) 2. A can be row-reduced to the n × n identity matrix 3. The equation Ax = 0 has only the trivial solution (no free variables) 4. The columns of A are linearly independent
  • 42. Section 2.3 Invertible Matrices If a square matrix A of size n × n is invertible the following is true Theorem The Invertible Matrix Theorem (IMT) 1. A has n pivot positions (n pivot rows and n pivot columns) 2. A can be row-reduced to the n × n identity matrix 3. The equation Ax = 0 has only the trivial solution (no free variables) 4. The columns of A are linearly independent 5. The equation Ax = b is consistent for every b in Rn
  • 43. Section 2.3 Invertible Matrices If a square matrix A of size n × n is invertible the following is true Theorem The Invertible Matrix Theorem (IMT) 1. A has n pivot positions (n pivot rows and n pivot columns) 2. A can be row-reduced to the n × n identity matrix 3. The equation Ax = 0 has only the trivial solution (no free variables) 4. The columns of A are linearly independent 5. The equation Ax = b is consistent for every b in Rn 6. The columns of A span Rn (because every row has a pivot and recall theorem 4, sec 1.4)
  • 44. Example 2, Section 2.3 −4 6 Determine whether A = is invertible. Why(not)? 6 −9
  • 45. Example 2, Section 2.3 −4 6 Determine whether A = is invertible. Why(not)? 6 −9 Solution: Clearly the determinant is (-4)(-9)-(6)(6)=36-36=0. So not invertible. Checking invertibility of 2 × 2 matrices are thus easy. Not so obvious fact: The second column is -1.5 times the rst column. Since we have linearly dependent columns, by IMT, A is not invertible.
  • 46. Example 4, Section 2.3 −7 0 4   Determine whether A =  3 0 −1  is invertible. Why(not)? 2 0 9 Solution: Remember what happens to a set of vectors if the zero vector is present in that set?
  • 47. Example 4, Section 2.3 −7 0 4   Determine whether A =  3 0 −1  is invertible. Why(not)? 2 0 9 Solution: Remember what happens to a set of vectors if the zero vector is present in that set? The vectors are linearly dependent. Since the second column of A is full of zeros, we have linearly dependent columns, and so A is not invertible.
  • 48. Example 6, Section 2.3 1 −5 −4   Determine whether A =  0 3 4  is invertible. Why(not)? −3 6 0    1 −5 −4      0 3 4 R3+3R1         −3 6 0      1 −5 −4      0 3 4     R3+3R2     0 −9 −12  
  • 49. Example 6, Section 2.3    1 −5 −4      0 3 4         0 0 0  
  • 50. Example 6, Section 2.3    1 −5 −4      0 3 4         0 0 0   Since the third row (and the third column) does not have a pivot, we have linearly dependent columns and by the IMT A is not invertible.
  • 51. Example 8, Section 2.3 1 3 7 4    0 5 9 6  Determine whether A =   is invertible. Why(not)? 0 0 2 8     0 0 0 10
  • 52. Example 8, Section 2.3 1 3 7 4    0 5 9 6  Determine whether A =   is invertible. Why(not)? 0 0 2 8     0 0 0 10 Solution: This matrix is already in the echelon form. There are 4 pivot rows and 4 pivot columns. So A is invertible.