bradencarlson / sage-jupyter

SageMath files (via Jupyter Notebooks) that give an introduction to using SageMath to explore select topics in Abstract Algebra and Cryptography. Note that no local installation of SageMath or Jupyter Notebooks is required to access and use this Project
MIT License
3 stars 2 forks source link

Polynomial Codes Matrices #26

Closed bradencarlson closed 2 years ago

bradencarlson commented 2 years ago

The create_matrix() method in the Polynomial Codes file needs to include the matrix H as well as the matrix G, also, in the BCH codes file, this method does do this, but it seems the dimensions might be slightly off. Look into this a bit more.

bradencarlson commented 2 years ago

This has been fixed.