a model for the mass of an exoplanet given the radius
Project description
deltacalc
- HomePage: https://github.com/kzhu2099/Delta-Calculus
- Issues: https://github.com/kzhu2099/Delta-Calculus/issues
Author: Kevin Zhu
Features
- seed setting
- both integrals and derivatives
- image making from latex
- built in trainer
- random problems that are difficult
Installation
To install deltacalc, use pip: pip install deltacalc.
However, many prefer to use a virtual environment.
macOS / Linux:
# make your desired directory
mkdir /path/to/your/directory
cd /path/to/your/directory
# setup the .venv (or whatever you want to name it)
pip install virtualenv
python3 -m venv .venv
# install deltacalc
source .venv/bin/activate
pip install deltacalc
deactivate # when you are completely done
Windows CMD:
# make your desired directory
mkdir C:path\to\your\directory
cd C:path\to\your\directory
# setup the .venv (or whatever you want to name it)
pip install virtualenv
python3 -m venv .venv
# install deltacalc
.venv\Scripts\activate
pip install deltacalc
deactivate # when you are completely done
Usage
This class aims to provide challenging problems of calculus quickly.
Simply use RandomDerivative or RandomIntegral to generate a problem and check your work using check(). Or, use the Trainer class to easily train yourself with a certain amount of problems.
Set your seed manually to get repeatable problems, using the set_seed method. Warning: these problems get REALLY messy!!
License
The License is an MIT License found in the LICENSE file.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file deltacalc-1.0.2.tar.gz.
File metadata
- Download URL: deltacalc-1.0.2.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e82e7abefab859141e0796d6c6f9e5a41b506c12175db325c97e021b33f7a136
|
|
| MD5 |
5494d6b2665e0376f31baec08d15dd3d
|
|
| BLAKE2b-256 |
5568ded1b5dfca26035807601c5dded7887f8ef529556012a72c54a23ce8d52c
|
File details
Details for the file deltacalc-1.0.2-py3-none-any.whl.
File metadata
- Download URL: deltacalc-1.0.2-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34f4aa8ed04d67a1cbefbfcbe8ea9c147d912e72f98835ef0a52274b5cd3adc3
|
|
| MD5 |
d0a21364347de66914e3dda4423eee75
|
|
| BLAKE2b-256 |
0795355a07cb1fdea600f1ed382879be4b722e523782067873b5b9b1af1fee6e
|