Kravchuk (or Krawtchouk if you prefer French spelling) matrix viewer visualizes Kravchuk matrices modulo prime numbers. Note that Kravchuk matrices are sometimes called MacWilliams matrices.
Here is an example of the Kravchuk matrix viewer in action:
- Visualize Kravchuk matrices modulo prime numbers
- Support for various prime numbers
- Interactive user interface
To install krview
, clone the repository and build the project:
git clone https://github.com/yourusername/krview.git
cd krview
zig build
Install dependencies using Homebrew:
brew install sdl2 sdl_ttf
Install dependencies using your package manager. For example, on Ubuntu:
sudo apt-get install libsdl2-dev libsdl2-ttf-dev
Run the application with:
zig build run
Follow the on-screen instructions to visualize Kravchuk matrices.
This project is licensed under the MIT License. See the LICENSE file for details.