test_matrix_test
    
    
    
      test_matrix_test,
      a MATLAB code which
      calls test_matrix(), which
      defines test matrices for which some of the determinant, eigenvalues, 
      inverse, null vectors, P*L*U factorization or linear system solution 
      are already known, including the Vandermonde and Wathen matrix.
    
    
      Licensing:
    
 
    
      The information on this web page is distributed under the MIT license.
    
    
      Related Data and Programs:
    
    
      
      test_matrix.
      a MATLAB code which
      defines test matrices for which some of the determinant, eigenvalues, 
      inverse, null vectors, P*L*U factorization or linear system solution 
      are already known, including the Vandermonde and Wathen matrix.
    
 
    
      Source Code:
    
    
      
    
    
      
        - 
          
          test_condition.m, 
          tests the condition number evaluation routines.
        
 
        - 
          
          test_determinant.m, 
          tests the determinant evaluation routines.
        
 
        - 
          
          test_eigen_left.m, 
          tests the left eigensystem routines.
        
 
        - 
          
          test_eigen_right.m, 
          tests the right eigensystem routines.
        
 
        - 
          
          test_inverse.m, 
          tests the inverse evaluation routines.
        
 
        - 
          
          test_ldlt.m, 
          tests the LDLT factor routines.
        
 
        - 
          
          test_llt.m, 
          tests the lower triangular Cholesky factor routines.
        
 
        - 
          
          test_null_left.m, 
          tests the left null vector routines.
        
 
        - 
          
          test_null_right.m, 
          tests the right null vector routines.
        
 
        - 
          
          test_plu.m, 
          tests the P*L*U factor routines.
        
 
        - 
          
          test_solution.m, 
          tests the linear system solution routines.
        
 
        - 
          
          test_type.m, 
          tests functions which determine the linear algebraic type of
          a matrix.
        
 
      
    
    
      
    
    
    
      Last revised on 23 March 2022.