-
As per @j-mie6,
https://github.com/j-mie6/gigaparsec/blob/39b1ce35ab92176f2ffff20548c45b63198fdf8d/src/Text/Gigaparsec/Internal/Token/Names.hs#L29-L35
Any suggestions for better names for `identif…
-
### User Story
As a maintainer of the Universal Pipeline Architecture,
QueueMessage classes should be simplified to items that cannot be calculated or retrieved from a store by an individual step, So …
-
### Bug Description
Craft-parts assumes `prime` and `stage` entries are strings. This is not true if advanced grammar is used.
Craft-parts needs to be able to unmarshal parts with advanced gram…
-
Here are some ideas
* Add columns for list of prime divisors of conductor, prime divisors of class groups.
* How many elliptic curves have supersingular reduction at l.
* For number fields, how man…
-
While attempting to use SAW to verify the correctness of a Cryptol `property` that uses prime modular integer fields (`prime p => Z p`), SAW's translation of the property to SAWCore included the assig…
-
According to #9544 sympy still doesn't support finite fields of the form GF(p^m). I need to factorise and divide polynomials over GF(2^m). Would writing my own domain (or any other such hack) allow me…
-
Here are a couple proposals for searching for Galois fields.
First, an easy one. We should add a dropdown to the number field search for `is_galois`. This can go to the right of the `Galois group…
-
```julia
using Pkg
Pkg.activate(".")
Pkg.instantiate()
# AlgebraicJulia Dependencies
using Catlab
using Catlab.Graphics
using CombinatorialSpaces
using Decapodes
using ComponentArrays
using ForwardD…
-
A function that takes in a prime number `p` and outputs the field operations on the finite field of order `p`. To clarify, we want an implementation in pluto, not as a builtin or anything.
-
The general note section called "Why Fields are Prime" is problematic.
1. The title, "Why Fields are Prime", is incorrect, as a field's order may be a prime power with power greater than 1. This …