Matrix: Nemeth/nemeth24

Description: Newton-Schultz iteration, Z_k+1=Z_k+(1/2)*(I-(Z_k)^2)*Z_k. This is Z_19

Nemeth/nemeth24 graph
(undirected graph drawing)


Nemeth/nemeth24

  • Home page of the UF Sparse Matrix Collection
  • Matrix group: Nemeth
  • Click here for a description of the Nemeth 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: 12 MB. Use UFget(788) or UFget('Nemeth/nemeth24') in MATLAB.
  • download in Matrix Market format, file size: 9 MB.
  • download in Rutherford/Boeing format, file size: 8 MB.

    Matrix properties
    number of rows9,506
    number of columns9,506
    nonzeros1,506,550
    structural full rank?yes
    structural rank9,506
    # of blocks from dmperm1
    # strongly connected comp.1
    explicit zero entries0
    nonzero pattern symmetrysymmetric
    numeric value symmetrysymmetric
    typereal
    structuresymmetric
    Cholesky candidate?no
    positive definite?no

    authorK. Nemeth
    editorT. Davis
    date1999
    kindsubsequent theoretical/quantum chemistry problem
    2D/3D problem?no

    Notes:

    next: Nemeth/nemeth25 first: Nemeth/nemeth01
    

    Ordering statistics:result
    nnz(chol(P*(A+A'+s*I)*P')) with AMD798,379
    Cholesky flop count6.7e+07
    nnz(L+U), no partial pivoting, with AMD1,587,252
    nnz(V) for QR, upper bound nnz(L) for LU, with COLAMD824,288
    nnz(R) for QR, upper bound nnz(U) for LU, with COLAMD1,749,670

    SVD-based statistics:
    norm(A)1
    min(svd(A))0.996383
    cond(A)1.00363
    rank(A)9,506
    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

    Nemeth/nemeth24 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.