Problems with issymmetric and sparse matrix
Afficher commentaires plus anciens
I have a real sparse matrix, say A, of size 21660x21660. Here are my observations:
1. Running 0==max(max(abs(A-A'))) returns 1, so I could say that A is symmetric.
2. When I run issymmetric(A), it fails returning 0.
3. Trying issymmetric(A+A') also fails returning 0.
4. Trying issymmetric(full(A)) also fails returning 0.
5. The previous did not fail with a random symmetric sparse matrix of the same size.
I'm shocked by number 3. Any thoughts? I'm using version 2016a.
1 commentaire
Ivan Gonzalez Bustos
le 20 Sep 2017
Réponses (0)
Catégories
En savoir plus sur Eigenvalues & Eigenvectors dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!