-
It would be nice to have the cup product available for arbitrary cochains, without involving `homology_vector_space_with_basis`. Of course its not well-defined on the level of cochains, but at least…
-
Need to merge the side menu with the following templates:
visDigraph
visPoset
visSimplicialComplex2d
visSimplicialComplex3d (when written)
-
We seem to have a common bug for all of our visualizations. I am getting the following error in the console.
```
Uncaught TypeError: Cannot read property 'offsetLeft' of null
```
-
-
Is anyone working with graph edit distance? https://en.wikipedia.org/wiki/Graph_edit_distance
Where should this function go in the project tree? Can I create a new file in the source directory for di…
-
I have an odd issue when I run the console. These errors occur when I click on the `Generate TikZ` code and then the clipboard button.
![image](https://cloud.githubusercontent.com/assets/1364138/156…
-
`algebraic_topological_model.py` contains help classes and functions for computing (co)homology of simplicial complexes; in particular, the cup product for the cohomology ring. As such, it contains …
-
In debian testing with gcc-6 Sage does not build. flint fails with ld errors. Debian enables -pie by default on gcc-6 with gcc-5 Sage builds perfectly.
Note that gcc-6 will be the default (only!) c…
-
The FriCAS interface is currently very rudimentary. In particular, converting the results of a computation into sage types is available only in very few special cases.
Depends on #21209
CC: @sag…
-
```
Add examples to tutorial in which we
(1) sample points from double torus in R^3 and reconstruct homology
(2) sample points from sphere in R^3, build the projective plane metric space,
and recons…