Ticket #6258 (closed defect: fixed)
[with patch, positive review] Improve accuracy of graph eigenvalues
| Reported by: | rbeezer | Owned by: | rbeezer |
|---|---|---|---|
| Priority: | critical | Milestone: | sage-4.1 |
| Component: | graph theory | Keywords: | |
| Cc: | jason | Author(s): | Rob Beezer |
| Report Upstream: | Reviewer(s): | Franco Saliola | |
| Merged in: | sage-4.1.rc0 | Work issues: |
Description
Eigenspaces and eigenvalues of graphs are computed by converting the adjacency matrix to have RDF as the base ring, but there are now better routines in place for eigenvalues of integer matrices, so the eigenspaces() and eigenvalues() methods should be using those.
At present, the approximate values of the eigenvalues lead to eigenspaces "splitting" into pieces (i.e. several eigenspaces that should all be one), so in that regard current results are inaccurate.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

