Skip to main content

a package for efficiently creating customizable calculus problems

Project description

deltacalc

deltacalc is a package for efficiently creating customizable calculus problems.

It aims to offer the same resources as the currently popular DeltaMath, but in Python and specifically calculus.

PyPI Downloads PyPI version

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

deltacalc-1.1.2.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

deltacalc-1.1.2-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

Details for the file deltacalc-1.1.2.tar.gz.

File metadata

  • Download URL: deltacalc-1.1.2.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.0

File hashes

Hashes for deltacalc-1.1.2.tar.gz
Algorithm Hash digest
SHA256 125cd51997d7ab0cb4ab50004dc365c38efcb7ecbcca24db94dc538fef073be2
MD5 7426f1fb1ca15afae2629a41f7c14d9e
BLAKE2b-256 882e34cec3cf18a0bad418dc544b4ad291ab3b1fa11b3c1beac361738445b937

See more details on using hashes here.

File details

Details for the file deltacalc-1.1.2-py3-none-any.whl.

File metadata

  • Download URL: deltacalc-1.1.2-py3-none-any.whl
  • Upload date:
  • Size: 4.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.0

File hashes

Hashes for deltacalc-1.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d74f83eaa6779196da3866d6fd5b20ee1d4c7cb0e12bb6c626c2b3dfb615c140
MD5 d3970e59d1fc27083dd9d80ed1299415
BLAKE2b-256 e9601813af5469d9c960d516682dadcc67b76623561243ea8bb0db9576bf05ce

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page