-
According to the thread starting [here](https://twitter.com/yezhang1998/status/1547068196783476736), this overhead is significant for large k.
We could either:
* try to reduce the degree of the po…
daira updated
3 months ago
-
proposed by @benjub in https://github.com/metamath/set.mm/pull/4097#discussion_r1694029873
https://us.metamath.org/mpeuni/df-dgr.html
This would be done by changing $\mathbb{N}_0$ to any set tha…
-
It would be nice if there where a convenient way to make a Polynomial without having to write out every time "Polynomial"
For instance, including something like:
```
macro P_str(s)
Polynomi…
-
* BirthdayProblem
- [x] BirthdayProblem.ipynb
- [x] ~ListsAndSets.ipynb
* GameOfLife
- [x] GameOfLife.ipynb
- [x] ~Convolution.ipynb
* JuliaSet
- [x] JuliaSet.ipynb
- [x] ~ColorI…
-
The Mora algorithm in M2 is supposed to return a minimal Groebner/standard basis, but sometimes it doesn't. As an example:
```
R=QQ{x,y,z}
i=ideal"xyz+z5,2x2+y3+z7,3z5+y5"
transpose…
-
Is there some documentation of this function / the math behind it? https://github.com/yoyololicon/golf/blob/52f50e7341f769d49e6bddbbe887c149c2b9a413/models/utils.py#L444-L460
I am trying to extend …
-
Possible idea - return state from these numbers which will be more useful.
Not just array. Order. Have methods to eval polynomials from *them*.
-
Future research direction in extending IfElse conditionals past affine expressions
e.g. division, polynomials, piecewise affine, general black box functions
-
If `DynamicPolynomials` library is used together with e.g. `ApproxFun`, there is an error if the package `IntervalSets` is used and the following is executed with `v` being of type `PolyVar`:
```
_i…
-
# Synopsis
Create tools to convert between a multi-file representation of the database and a single-file representation. Ensure they can round-trip, including after a WRITE SOURCE from metamath.exe.…