-
Issue imported from old repository.
> `Polynomial` is also used for logic expressions. We should think of a better Class name.
I think we agreed in the discussion in the old repository to rename…
-
When I designed the scala-3 port, I designed the operation signatures to support value semantics similar to traditional numeric value promotion: for example `1 + 2.0 => 3.0` (integer + double => dou…
-
I'm interested in `monus-weighted-search` is the context of searches with heuristics - specifically A* search. I understand A* search as an extension of Dijkstra's algorithm where we track the cost of…
-
On the model of
* `Algebra.Definitions.RawMonoid`
* `Algebra.Properties.Monoid.*`
Introducing the 'obvious' action(s) of type `ℤ → Carrier → Carrier`.
Plus: additional properties in the `Abel…
-
Two different approaches seem possible:
(1) "By comparing coefficients in R[X]":
Consider the involution f : R[X][X^-1] --> R[X][X^-1]. We want to show that every polynomial p(X) ~~which is invari…
-
In this issue I will sketch out a multistep project that we can carry out over time. It consists of multiple little pieces but it should be relatively straightforward to do. I will occasionally contri…
-
This is a follow-up of pull request #4373, which itself fixes #4030.
Currently there are quite a few situations where GAP creates domains that claim to be associative although associativity does n…
-
Similar to #29411 + #29950, which made `sagelib` a pip-installable distribution (which is then installed by the sage-the-distribution script package `sagelib`), we change the build/installation sche…
-
I think there is a strong case to be made to add `Aggregator` objects to GraphBLAS to perform reductions. In software, it's powerful to give names to common operations, or, as is the case for aggrega…
-
A I understand it, `stack.yaml` is a passive/declarative format. It doesn't have any executable or expanded bits, or `#include` syntax, or whatever. That's all well and good, but it does seem to lea…