-
-
I would like to discuss the ramifications of adding support for complex arrays in `ulab`.
At the beginning, the Fourier transform was the single function that would have required complex arrays, b…
v923z updated
2 years ago
-
Hi,
so currently I am trying to compute invariant polynomials under the action of a group. I have an irreducible representation of this action in R^6. So I have created a MatrixGroup from the matri…
-
```
julia> A = root_lattice(:A,3)
Quadratic lattice of rank 3 and degree 3 over the rationals
julia> B = root_lattice(:A,3)
Quadratic lattice of rank 3 and degree 3 over the rationals
julia> …
-
To avoid having a big TOC, I propose categorizing the modules in the SymPy Modules Reference section of the documentation.
cc @asmeurer @oscarbenjamin
-
A while ago, @jdemeyer used to regularly take care of removing bare `except:` statements constantly introduced in Sage source code, se e.g. #27427, #14028, #11310, #21687, #24274.
The goal of this …
-
Symmetric BandedBlockBandedMatrices (at least in the infinite case) don't seem to work correctly, by which I mean the object is constructed successfully but it behaves in unexpected ways.
Consider …
TSGut updated
2 years ago
-
Arkworks does a better way to handle the arithmetization for Marlin's inner sumcheck, see their [PR](https://github.com/arkworks-rs/marlin/pull/80/commits). In short, instead of indexing the matrices …
-
[2022-05-31 02:44:25] [316241c6] [30] urllib3.connectionpool: http://192.168.2.109:8080 "GET /api/v1/allocations/7.ee72787d-c20e-4824-b0da-ef3e3287e708.1/signals/preemption?timeout_seconds=60 HTTP/1…
-
I got the following error
ERROR: MethodError: no method matching one(::Type{fmpq_mpoly})
running this code
R, A = PolynomialRing(QQ, "a" => (1:3,1:3))
det(A)
As it seems, some methods fo…