Matrix: Nemeth/nemeth23

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

Nemeth/nemeth23 graph
(undirected graph drawing)


Nemeth/nemeth23

  • 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: 11 MB. Use UFget(787) or UFget('Nemeth/nemeth23') 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,810
    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/nemeth24 first: Nemeth/nemeth01
    

    Ordering statistics:result
    nnz(chol(P*(A+A'+s*I)*P')) with AMD797,311
    Cholesky flop count6.7e+07
    nnz(L+U), no partial pivoting, with AMD1,585,116
    nnz(V) for QR, upper bound nnz(L) for LU, with COLAMD822,969
    nnz(R) for QR, upper bound nnz(U) for LU, with COLAMD1,725,881

    SVD-based statistics:
    norm(A)1
    min(svd(A))0.956031
    cond(A)1.04599
    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/nemeth23 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.