Matrix: Pajek/GD97_b

Description: Pajek network: Graph Drawing contest 1997

Pajek/GD97_b graph
(undirected graph drawing)


Pajek/GD97_b
scc of Pajek/GD97_b Pajek/GD97_b graph

  • Home page of the UF Sparse Matrix Collection
  • Matrix group: Pajek
  • Click here for a description of the Pajek 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: 4 KB. Use UFget(1493) or UFget('Pajek/GD97_b') in MATLAB.
  • download in Matrix Market format, file size: 3 KB.
  • download in Rutherford/Boeing format, file size: 3 KB.

    Matrix properties
    number of rows47
    number of columns47
    nonzeros264
    # strongly connected comp.2
    explicit zero entries0
    nonzero pattern symmetrysymmetric
    numeric value symmetrysymmetric
    typereal
    structuresymmetric
    Cholesky candidate?no
    positive definite?no

    authorGraph Drawing Contest
    editorV. Batagelj
    date1997
    kindundirected weighted graph
    2D/3D problem?no

    Additional fieldssize and type
    nodenamefull 47-by-30
    coordfull 47-by-2

    Notes:

    ------------------------------------------------------------------------------
    Pajek network converted to sparse adjacency matrix for inclusion in UF sparse 
    matrix collection, Tim Davis.  For Pajek datasets, See V. Batagelj & A. Mrvar,
    http://vlado.fmf.uni-lj.si/pub/networks/data/.                                
    ------------------------------------------------------------------------------
    Regarding conversion for UF sparse matrix collection: in the original data    
    every edge appears exactly twice, with the same edge weight.  It could be a   
    multigraph, but it looks more like a graph.  The duplicate edges are removed  
    in this version.  You can always add them back in yourself; just look at 2*A. 
    ------------------------------------------------------------------------------
    The original problem had 3D xyz coordinates, but all values of z were equal   
    to 0.5, and have been removed.  This graph has 2D coordinates.                
    

    SVD-based statistics:
    norm(A)2841.06
    min(svd(A))0
    cond(A)Inf
    rank(A)44
    null space dimension3
    full numerical rank?no
    singular value gap8.48707e+09

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

    Pajek/GD97_b 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.