finite-field Questions
2
Solved
I have an elliptic curve plotted. I want to draw a line along a P,Q,R (where P and Q will be determined independent of this question). The main problem with the P is that sympy solve() returns anot...
Diphthongize asked 5/11, 2013 at 22:41
2
Solved
I want to use python interpolate polynomial on points from a finite-field and get a polynomial with coefficients in that field.
Currently I'm trying to use SymPy and specifically interpolate (from...
Voidance asked 2/1, 2018 at 17:33
1
Is there a way that I can solve a system of linear equations over the field F2(i.e addition and multiplication modulo 2 - the binary field) using python?
I've been trying to search for a useful pac...
Monoacid asked 4/6, 2020 at 8:28
1
import sympy as S
F = S.FiniteField(101)
When I call f = S.poly(y ** 2 - x ** 3 - x - 1,F) I get the following error:
'FiniteField' object has no attribute 'is_commutative'
But finite field...
Presence asked 1/5, 2015 at 2:15
1
I would like to implement multiplication of polynomials using NTT. I followed Number-theoretic transform (integer DFT) and it seems to work.
Now I would like to implement multiplication of polynom...
Diazole asked 11/9, 2018 at 6:57
1
I am interested in solving large (n up to 10^5 or maybe even 10^6) rectangular (maybe 10% more columns than rows) sparse (< 10 nonzeros per row) systems Ax = b over a finite field GF(q) (q might...
Dukie asked 15/5, 2014 at 22:10
1
Solved
I am quite frustrated about the SAGE documentations on Finite field operations. What I want to do is the following:
In GF(2^8) with irreducible polynomial x^8+x^4+x^3+x+1, I would like to find the...
Rung asked 19/6, 2014 at 4:34
1
Solved
I'm teaching myself about matplotlib and Python and I'm having a difficult time plotting an equation for an elliptic curve. I have the equation down but I'm not doing the y^2
This is as much troub...
Cordi asked 3/11, 2013 at 17:54
1
Solved
These 2 functions perform Extended Euclidean Algorithm, and then find the multiplicative inverse. The order seems right, but it's not coming back with what I'm expecting as per this tool from U of ...
Boll asked 29/6, 2013 at 18:7
1
Solved
General
I'm looking for a library that is able to do exact calculations on large finite fields such as GF(2128)/𝔽2128 and GF(2256)/𝔽2256. I listed the features that I need and the features...
Bend asked 20/8, 2012 at 15:59
1
Solved
I'm searching for a finite field/galois field exact linear algebra library for C (C++ is not acceptable because I need to be able to write a Haskell-binding to it and that's apparently difficult wi...
Maggie asked 23/5, 2012 at 11:2
1
Solved
I'm searching for a finite field linear algebra library for Haskell.
Something like FFLAS-FFPACK for Haskell would be great :-).
Of course, I checked hmatrix, there seems to be some support for a...
Bronchiectasis asked 19/5, 2012 at 14:7
1
© 2022 - 2025 — McMap. All rights reserved.