-
Currently, a work in progress (lots of doctests need to be written and internal print statements removed; the code itself will be cleaned up over the next few weeks), but the main function, which co…
-
I see, thank you for providing more context. Let me summarize my understanding of your approach:
1. You've flattened JSON representations of ASTs into a tabular format.
2. This table has many colu…
-
# Burnside's Lemma and Pólya Enumeration Theorem
It is used to count/find combinatorial objects (i.e. equivalence classes or orbits) associated with symmetry groups.
It is a result in group the…
-
https://arxiv.org/pdf/1601.05106.pdf
## Abstract
Bidirectional typechecking, in which terms either synthesize a type or are checked against a known type, has become popular for its scalability, …
-
```
The current module organization in SymPy is far from optimal. The "core" is
too big (several hundred kilobytes of code, much unrelated functionality
thrown in one place), and some closely related …
-
5W1H
-
This meta-ticket collects tickets which are related to implementing new properties and features of polytopes.
- #10777: Make CombinatorialPolyhedron a base class for polyhedra/lattice polytopes/con…
-
[Like Maple](https://www.maplesoft.com/support/help/Maple/view.aspx?path=IntegerRelations%2FPSLQ). After finding a gaussian integer relation for powers of the primitive element, we can eliminate `I` …
-
That is a very interesting idea. EBNF is a family of metasyntax notations that can be used to express context-free grammars, such as those of programming languages¹. HoTT is a branch of mathematics an…
-
There's a problem on our main [openmx-features](https://openmx.ssri.psu.edu/openmx-features) page, namely most links are broken (they have openmx.psyc.virginia.edu urls)
Highlights the need for doc…