Matrix: AG-Monien/L

Description: 2D grid

AG-Monien/L graph
(undirected graph drawing)


AG-Monien/L
AG-Monien/L graph

  • Home page of the UF Sparse Matrix Collection
  • Matrix group: AG-Monien
  • Click here for a description of the AG-Monien group.
  • Click here for a list of all matrices
  • Click here for a list of all matrix groups
  • download as a MATLAB mat-file, file size: 10 KB. Use UFget(2429) or UFget('AG-Monien/L') in MATLAB.
  • download in Matrix Market format, file size: 7 KB.
  • download in Rutherford/Boeing format, file size: 7 KB.

    Matrix properties
    number of rows956
    number of columns956
    nonzeros3,640
    structural full rank?yes
    structural rank956
    # of blocks from dmperm1
    # strongly connected comp.1
    explicit zero entries0
    nonzero pattern symmetrysymmetric
    numeric value symmetrysymmetric
    typebinary
    structuresymmetric
    Cholesky candidate?no
    positive definite?no

    authorR. Diekmann, R. Preis
    editorR. Diekmann, R. Preis
    date1998
    kind2D/3D problem
    2D/3D problem?yes

    Additional fieldssize and type
    coordfull 956-by-3

    Notes:

    AG-Monien Graph Collection, Ralf Diekmann and Robert Preis                     
    http://www2.cs.uni-paderborn.de/fachbereich/AG/monien/RESEARCH/PART/graphs.html
                                                                                   
    A collection of test graphs from various sources.  Many of the graphs          
    include XY or XYZ coordinates.  This set also includes some graphs from        
    the Harwell-Boeing collection, the NASA matrices, and some random matrices     
    which are not included here in the AG-Monien/ group of the UF Collection.      
    In addition, two graphs already appear in other groups:                        
                                                                                   
       AG-Monien/big : same as Nasa/barth5, Pothen/barth5 (not included here)      
       AG-Monien/cage_3_11 : same as Pajek/GD98_c (included here)                  
                                                                                   
    The AG-Monien/GRID subset is not included.  It contains square grids that      
    are already well-represented in the UF Collection.                             
                                                                                   
    Six of the problem sets are included as sequences, each sequence being         
    a single problem instance in the UF Collection:                                
                                                                                   
       bfly:  10 butterfly graphs 3..12                                            
       cage:  45 cage graphs 3..12                                                 
       cca:   10 cube-connected cycle graphs, no wrap                              
       ccc:   10 cube-connected cycle graphs, with wrap                            
       debr:  18 De Bruijn graphs                                                  
       se:    13 shuffle-exchange graphs                                           
                                                                                   
    Problem.aux.G{:} are the graphs in these 6 sequences.  Problem.aux.Gname{:}    
    are the original names of each graph, and Problemm.aux.Gcoord{:} are the       
    xy or xyz coordinates of each node, if present.                                
    

    Ordering statistics:result
    nnz(chol(P*(A+A'+s*I)*P')) with AMD10,847
    Cholesky flop count2.1e+05
    nnz(L+U), no partial pivoting, with AMD20,738
    nnz(V) for QR, upper bound nnz(L) for LU, with COLAMD12,953
    nnz(R) for QR, upper bound nnz(U) for LU, with COLAMD25,075

    SVD-based statistics:
    norm(A)3.94891
    min(svd(A))2.87843e-17
    cond(A)1.3719e+17
    rank(A)955
    sprank(A)-rank(A)1
    null space dimension1
    full numerical rank?no
    singular value gap3.52786e+13

    singular values (MAT file):click here
    SVD method used:s = svd (full (A)) ;
    status:ok

    AG-Monien/L svd

    For a description of the statistics displayed above, click here.

    Maintained by Tim Davis, last updated 12-Mar-2014.
    Matrix pictures by cspy, a MATLAB function in the CSparse package.
    Matrix graphs by Yifan Hu, AT&T Labs Visualization Group.