Matrix: JGD_Kocay/Trec13
Description: Brute force disjoint product matrices in tree algebra on n nodes, Nicolas Thiery
(bipartite graph drawing) |
Matrix properties | |
number of rows | 1,301 |
number of columns | 6,561 |
nonzeros | 654,517 |
structural full rank? | yes |
structural rank | 1,301 |
# of blocks from dmperm | 1 |
# strongly connected comp. | 2 |
explicit zero entries | 0 |
nonzero pattern symmetry | 0% |
numeric value symmetry | 0% |
type | integer |
structure | rectangular |
Cholesky candidate? | no |
positive definite? | no |
author | N. Thiery |
editor | J.-G. Dumas |
date | 2008 |
kind | combinatorial problem |
2D/3D problem? | no |
Notes:
Brute force disjoint product matrices in tree algebra on n nodes, Nicolas Thiery From Jean-Guillaume Dumas' Sparse Integer Matrix Collection, http://ljk.imag.fr/membres/Jean-Guillaume.Dumas/simc.html http://www.lapcs.univ-lyon1.fr/~nthiery/LinearAlgebra Linear algebra for combinatorics Abstract: Computations in algebraic combinatorics often boils down to sparse linear algebra over some exact field. Such computations are usually done in high level computer algebra systems like MuPAD or Maple, which are reasonnably efficient when the ground field requires symbolic computations. However, when the ground field is, say Q or Z/pZ, the use of external specialized libraries becomes necessary. This document, geared toward developpers of such libraries, present a brief overview of my needs, which seems to be fairly typical in the community. Filename in JGD collection: Kocay/Trec13.txt2
Ordering statistics: | result |
nnz(V) for QR, upper bound nnz(L) for LU, with COLAMD | 6,121,701 |
nnz(R) for QR, upper bound nnz(U) for LU, with COLAMD | 796,184 |
SVD-based statistics: | |
norm(A) | 2497.58 |
min(svd(A)) | 3.89732e-14 |
cond(A) | 6.40847e+16 |
rank(A) | 1,295 |
sprank(A)-rank(A) | 6 |
null space dimension | 6 |
full numerical rank? | no |
singular value gap | 8.75095e+12 |
singular values (MAT file): | click here |
SVD method used: | s = svd (full (A)) ; |
status: | ok |
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.