From 6c8f06405c76bf2709e3433b59b296a5835f9b9c Mon Sep 17 00:00:00 2001 From: Maria Marchwicka Date: Sun, 11 Jul 2021 20:52:14 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ecbbf3b..e573e22 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ -This script calculates signature functions for knots (cable sums). -The script can be run as a sage script from the terminal or used in interactive mode. -A knot (cable sum) is encoded as a list where each element (also a list) corresponds to a cable knot. +This project aims to calculate signature functions for knots (cable sums) and was used to prove Lemma 3.2 from a paper "On the slice genus of generalized algebraic knots" (Maria Marchwicka and Wojciech Politarczyk). +The program can be run as a sage script from the terminal (file main.sage in gaknot) or used in interactive mode (see notebooks for examples). + +A knot (cable sum) is encoded as a list where each element (also a list) corresponds to a cable knot. \ No newline at end of file