A small kernel of code for playing with Galois fields of arbitrary characteristic
Rev. | Time | Author | Message |
---|---|---|---|
28c4e0ee567a | 2020-02-21 07:02:28 | Eric Hopper | tip Better docstrings, and make mult_inverses print not retur... |
698f6818f630 | 2020-02-20 13:27:56 | Eric Hopper | No more fumbling with the multiplicative inverse in prese... |
3e43d3f153fe | 2020-02-16 18:06:20 | Eric Hopper | Add a function to print out a group table for presentation. |
0b77fa2db6fa | 2020-01-13 07:45:56 | Eric Hopper | Turning this into a grab-bag of math stuff. |
8afc24c8f8d1 | 2019-08-02 08:58:36 | Eric Hopper | Beging making this more like a reusable Python module. |
ef5953b8a8d2 | 2019-08-01 14:34:22 | Eric Hopper | Preparing for a rpesentation on group theory. |
e00c7a17d072 | 2017-12-07 04:14:44 | Eric Hopper | gf.py shouldn't be executable. |
4d87ce9474a0 | 2017-06-21 02:19:01 | Eric Hopper | Fixed error in Lagrange interpolation. How did it ever work? |
9fe5a2f278f6 | 2017-06-17 02:37:41 | Eric Hopper | Remove possibility of division imprecision. If coefficie... |
a6fa33805b0a | 2017-06-17 02:12:59 | Eric Hopper | Add a function to do Lagrange interpolation. |
Name | Rev. | Time | Author |
---|---|---|---|
tip | 28c4e0ee567a | 2020-02-21 07:02:28 | Eric Hopper |
Name | Rev. | Time | Author | Message |
---|---|---|---|---|
default | 28c4e0ee567a | 2020-02-21 07:02:28 | Eric Hopper | Better docstrings, and make... |
This project is just me doodling with Galois Fields. The goal is to test out some things I learned about them after studying some books about them.