Matrix: Nemeth/nemeth02

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

Nemeth/nemeth02 graph
(undirected graph drawing)


Nemeth/nemeth02

  • 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: 2 MB. Use UFget(766) or UFget('Nemeth/nemeth02') in MATLAB.
  • download in Matrix Market format, file size: 2 MB.
  • download in Rutherford/Boeing format, file size: 2 MB.

    Matrix properties
    number of rows9,506
    number of columns9,506
    nonzeros394,808
    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/nemeth03 first: Nemeth/nemeth01
    

    Ordering statistics:result
    nnz(chol(P*(A+A'+s*I)*P')) with AMD226,880
    Cholesky flop count5.4e+06
    nnz(L+U), no partial pivoting, with AMD444,254
    nnz(V) for QR, upper bound nnz(L) for LU, with COLAMD234,871
    nnz(R) for QR, upper bound nnz(U) for LU, with COLAMD459,637

    SVD-based statistics:
    norm(A)0.162749
    min(svd(A))0.1555
    cond(A)1.04662
    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/nemeth02 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.