Matrix: HB/young3c

Description: real matrix from aero research, David Young, corrected RUA version

HB/young3c graph HB/young3c graph
(bipartite graph drawing) (graph drawing of A+A')


HB/young3c

  • Home page of the UF Sparse Matrix Collection
  • Matrix group: HB
  • Click here for a description of the HB 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(280) or UFget('HB/young3c') in MATLAB.
  • download in Matrix Market format, file size: 14 KB.
  • download in Rutherford/Boeing format, file size: 11 KB.

    Matrix properties
    number of rows841
    number of columns841
    nonzeros3,988
    structural full rank?yes
    structural rank841
    # of blocks from dmperm1
    # strongly connected comp.1
    explicit zero entries0
    nonzero pattern symmetry 94%
    numeric value symmetry 81%
    typereal
    structureunsymmetric
    Cholesky candidate?no
    positive definite?no

    authorD. Young
    editorI. Duff, R. Grimes, J. Lewis
    date1984
    kindacoustics problem
    2D/3D problem?yes

    Notes:

    The YOUNG*C matrices originally appeared in the Harwell/Boeing     
    collection as type CSA (complex symmetric).  However, both upper   
    and lower triangular parts are present in the original files       
    (an invalid specification; only the lower part can be present      
    in the file).  If the entries in the upper triangular part are     
    considered as part of the matrix, the matrices become unsymmetric. 
    The matrices have been corrected in the UF Sparse Matrix Collection
    by changing their type to CUA so that the entries in the original  
    files are not ignored.  In addition, the YOUNG3C matrix has a zero 
    imaginary part, and thus appears here as a real matrix.            
    

    Ordering statistics:result
    nnz(chol(P*(A+A'+s*I)*P')) with AMD9,467
    Cholesky flop count1.7e+05
    nnz(L+U), no partial pivoting, with AMD18,093
    nnz(V) for QR, upper bound nnz(L) for LU, with COLAMD14,058
    nnz(R) for QR, upper bound nnz(U) for LU, with COLAMD25,278

    SVD-based statistics:
    norm(A)461.828
    min(svd(A))0.049668
    cond(A)9298.3
    rank(A)841
    sprank(A)-rank(A)0
    null space dimension0
    full numerical rank?yes

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

    HB/young3c 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.