https://github.com/hsm207/maths
My math scribles using SageMath and other tools
https://github.com/hsm207/maths
Last synced: 7 months ago
JSON representation
My math scribles using SageMath and other tools
- Host: GitHub
- URL: https://github.com/hsm207/maths
- Owner: hsm207
- License: gpl-3.0
- Created: 2020-12-28T07:17:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-09T17:42:53.000Z (over 4 years ago)
- Last Synced: 2025-01-14T11:16:52.765Z (9 months ago)
- Language: Jupyter Notebook
- Size: 6.67 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
My repository contains notebooks of my math scribles primarily using SageMath. Where appropriate, other tools e.g. [Z3](https://github.com/Z3Prover/z3), [SymPy](https://github.com/sympy/sympy) and [Maple](https://maplesoft.com/) have been used.# Usage
1. Clone this repo
2. Using [VS Code](https://code.visualstudio.com/), open this project in a container (use the [Dockerfile](./Dockerfile))
3. Inside the container, open a terminal and execute:
```bash
sage -n jupyter --ip 0.0.0.0
```