From 00cd535d3790316cee8803f5c0924a618f99a62e Mon Sep 17 00:00:00 2001 From: jgarnek Date: Wed, 18 Aug 2021 15:44:03 +0200 Subject: [PATCH] first --- .../deRhamComputation-checkpoint.ipynb | 6 ++++ deRhamComputation.ipynb | 32 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 .ipynb_checkpoints/deRhamComputation-checkpoint.ipynb create mode 100644 deRhamComputation.ipynb diff --git a/.ipynb_checkpoints/deRhamComputation-checkpoint.ipynb b/.ipynb_checkpoints/deRhamComputation-checkpoint.ipynb new file mode 100644 index 0000000..2fd6442 --- /dev/null +++ b/.ipynb_checkpoints/deRhamComputation-checkpoint.ipynb @@ -0,0 +1,6 @@ +{ + "cells": [], + "metadata": {}, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/deRhamComputation.ipynb b/deRhamComputation.ipynb new file mode 100644 index 0000000..6157cb0 --- /dev/null +++ b/deRhamComputation.ipynb @@ -0,0 +1,32 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "SageMath 9.1", + "language": "sage", + "name": "sagemath" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +}