| 2023-12-09 19:57:56 +0200 | received badge | ● Notable Question (source) |
| 2021-07-05 00:03:39 +0200 | received badge | ● Popular Question (source) |
| 2018-10-26 21:37:46 +0200 | received badge | ● Popular Question (source) |
| 2018-06-20 16:27:05 +0200 | received badge | ● Notable Question (source) |
| 2015-09-26 23:49:30 +0200 | received badge | ● Popular Question (source) |
| 2013-08-13 15:54:04 +0200 | received badge | ● Supporter (source) |
| 2013-08-13 14:00:14 +0200 | commented answer | sparse differential of a chain complex I've actually found the answer to my own question. Asking for X._numeric_representation gives the desired list. |
| 2013-08-12 23:38:49 +0200 | commented answer | sparse differential of a chain complex Thank you for your help. I am having success with this, but the problem now is that _chomp_repr_ renames all my vertices to integers. However, the names of the vertices are important. Is there a way to also output a table that matches up the new and old names? |
| 2013-08-06 18:21:20 +0200 | commented answer | sparse differential of a chain complex Restricting the dimension still fails. It also fails if dimensions = [1,2]. I'm running sage as a virtual machine image on Windows. The virtual machine has 512 MB of RAM (is that a lot or a little?). In actuality my computer has 4 GB. |
| 2013-08-06 12:14:25 +0200 | commented answer | sparse differential of a chain complex The f-vector is [1, 4096, 18945, 14850]. I would ideally like to work with complexes much larger than this if possible. The reason I thought that sage would return a dense matrix is the error I got. > File "matrix_integer_dense.pyx", line 226, in sage.matrix.matrix_integer_dense.Matrix_integer_dense.__cinit__ (sage/matrix/matrix_integer_dense.c:6865) MemoryError: out of memory allocating a matrix |
| 2013-08-06 11:56:45 +0200 | commented question | sparse differential of a chain complex Yes sorry I've corrected that. |
| 2013-08-06 11:56:22 +0200 | received badge | ● Editor (source) |
| 2013-08-05 18:16:29 +0200 | asked a question | sparse differential of a chain complex I'm trying to convert a simplicial complex into a chain complex and then extract the differential map. However the simplicial complex is rather large and sage runs out of memory when it tries to make the conversion. However, the differential should be a very sparse matrix and there should be plenty of memory to store a sparse representation of the differential. Is it possible to have sage compute the differential as a sparse matrix? Specifically the method which gives the out of memory error is |
| 2013-06-05 13:33:34 +0200 | commented question | problem extracting the differentials of a chain complex Those both give errors nearly identical to the original error. However changing it to comp = SimplicialComplex(grid1d(1)) computes correctly. So maybe it is just something about large matricies. Also matrix.identity(19) computes correctly, but matrix.identity(20) fails with a similar error. I've reported this as a bug. |
| 2013-06-05 11:41:06 +0200 | commented answer | problem extracting the differentials of a chain complex I also didn't get the error in the command line. Is there a reason It would work in the command line but not in the notebook? |
| 2013-06-04 18:25:08 +0200 | asked a question | problem extracting the differentials of a chain complex I'm getting an error when trying to convert a simplicial complex into a chain complex and then extract the differential maps using the .differential operator. Everything runs but the last line which gives me the error:
Any help resolving this problem would be greatly appreciated. |
| 2013-05-17 11:13:16 +0200 | received badge | ● Nice Question (source) |
| 2013-05-14 09:51:03 +0200 | received badge | ● Student (source) |
| 2013-05-13 22:48:01 +0200 | asked a question | error computing homology of a simplicial complex I'm running code to first generate a simplicial complex that is just a 3 dimensional lattice. I'm then adding square plaquettes. However, I get an error sometimes when I try to calculate homology. Specifically, when I run the code below I get the error:
This seems strange since a simplicial complex should always have homology. The error persists even when I specify the homology function to use different algorithms. The full text of the error is:
|
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.