Matrix: Muite/Chebyshev3

Description: Integration matrix, Chebyshev method, 4th order semilinear initial BVP

Muite/Chebyshev3 graph Muite/Chebyshev3 graph
(bipartite graph drawing) (graph drawing of A+A')


Muite/Chebyshev3

  • Home page of the UF Sparse Matrix Collection
  • Matrix group: Muite
  • Click here for a description of the Muite 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: 203 KB. Use UFget(1866) or UFget('Muite/Chebyshev3') in MATLAB.
  • download in Matrix Market format, file size: 352 KB.
  • download in Rutherford/Boeing format, file size: 307 KB.

    Matrix properties
    number of rows4,101
    number of columns4,101
    nonzeros36,879
    structural full rank?yes
    structural rank4,101
    # of blocks from dmperm1
    # strongly connected comp.1
    explicit zero entries0
    nonzero pattern symmetry 50%
    numeric value symmetry 0%
    typereal
    structureunsymmetric
    Cholesky candidate?no
    positive definite?no

    authorB. Muite
    editorT. Davis
    date2007
    kindstructural problem
    2D/3D problem?yes

    Notes:

    Chebyshev integration matrix from Benson Muite, Oxford.  Details of the  
    matrices can be found in a preprint at http://www.maths.ox.ac.uk/~muite  
    entitled "A comparison of Chebyshev methods for solving fourth-order     
    semilinear initial boundary value problems," June 2007.   These matrices 
    are very ill-conditioned, partly because of the dense rows which are hard
    to scale when coupled with the rest of the matrix.                       
    

    Ordering statistics:result
    nnz(chol(P*(A+A'+s*I)*P')) with AMD28,683
    Cholesky flop count2.0e+05
    nnz(L+U), no partial pivoting, with AMD53,265
    nnz(V) for QR, upper bound nnz(L) for LU, with COLAMD16,400
    nnz(R) for QR, upper bound nnz(U) for LU, with COLAMD8,411,151

    SVD-based statistics:
    norm(A)2.01756e+06
    min(svd(A))3.33757e-12
    cond(A)6.04502e+17
    rank(A)4,099
    sprank(A)-rank(A)2
    null space dimension2
    full numerical rank?no
    singular value gap168166

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

    Muite/Chebyshev3 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.