Personal Maths Libraries
A collection of maths libraries that I have coded up to help me learn some new languages
Project Overview
This is a project that I started because I wanted to have a reason to learn a new programming language. It is helpful for me because it lets me experiment with computational mathematics
To begin I started by writing 3 fundamental libraries:
- A library for complex numbers
- A library for finite field polynomials
- A library for vector objects.