This repository contains the code for my master thesis. It is a Binder repo based on SageMath. To access a computing environment created by Binder using SageMath kernel, click on this badge
Alternatively, you can
- view the notebooks directly on github by clicking on the
notebooks
directory and then the desired notebook, or - clone the repository and run the notebooks locally by installing SageMath and running
sage -n jupyter
in thenotebooks
directory.