Matrix: JGD_Kocay/Trec4

Description: Brute force disjoint product matrices in tree algebra on n nodes, Nicolas Thiery

JGD_Kocay/Trec4 graph
(bipartite graph drawing)


JGD_Kocay/Trec4 dmperm of JGD_Kocay/Trec4
scc of JGD_Kocay/Trec4

  • Home page of the UF Sparse Matrix Collection
  • Matrix group: JGD_Kocay
  • Click here for a description of the JGD_Kocay 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: 1 KB. Use UFget(2138) or UFget('JGD_Kocay/Trec4') in MATLAB.
  • download in Matrix Market format, file size: 902 bytes.
  • download in Rutherford/Boeing format, file size: 961 bytes.

    Matrix properties
    number of rows2
    number of columns3
    nonzeros3
    structural full rank?yes
    structural rank2
    # of blocks from dmperm3
    # strongly connected comp.2
    explicit zero entries0
    nonzero pattern symmetry 0%
    numeric value symmetry 0%
    typeinteger
    structurerectangular
    Cholesky candidate?no
    positive definite?no

    authorN. Thiery
    editorJ.-G. Dumas
    date2008
    kindcombinatorial problem
    2D/3D problem?no

    Notes:

    Brute force disjoint product matrices in tree algebra on n nodes, Nicolas Thiery
    From Jean-Guillaume Dumas' Sparse Integer Matrix Collection,                    
    http://ljk.imag.fr/membres/Jean-Guillaume.Dumas/simc.html                       
                                                                                    
    http://www.lapcs.univ-lyon1.fr/~nthiery/LinearAlgebra                           
                                                                                    
    Linear algebra for combinatorics                                                
                                                                                    
    Abstract: Computations in algebraic combinatorics often boils down to           
    sparse linear algebra over some exact field. Such computations are              
    usually done in high level computer algebra systems like MuPAD or               
    Maple, which are reasonnably efficient when the ground field requires           
    symbolic computations.  However, when the ground field is, say Q or             
    Z/pZ, the use of external specialized libraries becomes necessary. This         
    document, geared toward developpers of such libraries, present a brief          
    overview of my needs, which seems to be fairly typical in the                   
    community.                                                                      
                                                                                    
    Filename in JGD collection: Kocay/Trec4.txt2                                    
    

    Ordering statistics:result
    nnz(V) for QR, upper bound nnz(L) for LU, with COLAMD2
    nnz(R) for QR, upper bound nnz(U) for LU, with COLAMD3

    SVD-based statistics:
    norm(A)3.65028
    min(svd(A))0.821854
    cond(A)4.44152
    rank(A)2
    sprank(A)-rank(A)0
    null space dimension0
    full numerical rank?yes

    singular values (MAT file):click here
    SVD method used:s = svd (full (R)) ; where [~,R,E] = spqr (A') with droptol of zero
    status:ok

    JGD_Kocay/Trec4 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.