Skip to main content

A calculus calculator with a menu-based interface.

Project description

calc-ultra

GPLv3 License Version

Calculus made easy

The Calc-ULTRA calculus calculator, but as a module!

  • Little Python background knowledge needed!

Supports:

  • Derivatives
  • Partials
  • Implicit differentiation
  • Antiderivatives
  • Definite integrals
  • Improper integrals

NEW SINCE V1.2.1: Graphs for differentiation and integrals are supported!

Note

This is the module package of the Calc-ULTRA calculator. For the Python script of this package, visit https://github.com/sudoer-Huatao/Calc-ULTRA

Installation and Running

Run the calculus calculator with a single line of code

Command line: pip3 install calc-ultra. Due to Python import identifiers restrictions, please import Calc-ULTRA as "calc_ultra" and not "calc-ultra" when you need to use the calculator.

To run the calculator, import Calc-ULTRA as calc_ultra like so:

from calc_ultra import main

Make sure you have the latest version installed. To update calc-ultra, run pip3 install --upgrade calc-ultra.

Requirements

This program requires the sympy, numpy, rich, and matplotlib modules installed. Other required modules are built in to most Python IDEs.

Warnings

Function limitations

Due to limitations of the SymPy module, some functions cannot be integrated. The Error Function erf(x) can be integrated in both indefinite integral and definite integral calculation, but the Absolute Value and Factorial functions are only available to definite integral calculations. Also, the factorial function cannot be graphed properly. Integration of composed functions are also limited due to SymPy limitations. While some composed functions work, others don't. 😟

Test PYPI

Previous test versions of this project are on Test PYPI. View on https://test.pypi.org/project/calc-ultra/.

Acknowledgements

Without them, this would be impossible

A general thank-you to all GitHub users who gave feedback and/or starred this repository. ⭐️ And... a SPECIAL THANK-YOU to @Haobot for troubleshooting and feedback! 👍❤️

This program was made using SymPy for calculation and Matplotlib and NumPy for graphing.

Gallery

DerivaCalc derivative with graph demo: derivacalc_demo

InteCalc antiderivative with graph demo: intecalc_demo

InteCalc definite integral with graph demo: intecalc_graph_demo

LimCalc limit demo: limcalc_demo

License

This project is licensed under the terms of the MIT license.

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

calc_ultra-1.3.1.tar.gz (12.0 kB view details)

Uploaded Source

Built Distribution

calc_ultra-1.3.1-py3-none-any.whl (11.6 kB view details)

Uploaded Python 3

File details

Details for the file calc_ultra-1.3.1.tar.gz.

File metadata

  • Download URL: calc_ultra-1.3.1.tar.gz
  • Upload date:
  • Size: 12.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.1

File hashes

Hashes for calc_ultra-1.3.1.tar.gz
Algorithm Hash digest
SHA256 a3a1a9733a368b6fe110eaed94d3cbb98a200559147d6ca9bfa1e9eea9f81096
MD5 a9d84f6592780c23a612a0a57390736b
BLAKE2b-256 8d7f73f9f048cf48e33a432c68d937ba1d42108afdb618c478b2bef39d4406eb

See more details on using hashes here.

File details

Details for the file calc_ultra-1.3.1-py3-none-any.whl.

File metadata

  • Download URL: calc_ultra-1.3.1-py3-none-any.whl
  • Upload date:
  • Size: 11.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.1

File hashes

Hashes for calc_ultra-1.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7c4d2061d92b7abc61ea1555a59ae289a42de81ca3fc7f64ee242249f6be23a8
MD5 d66c0d8b18c76e0848c75f9513a35349
BLAKE2b-256 894637943a6a6c38b9e0294524c2791886e173003ab041e136f1b074344dff53

See more details on using hashes here.

Supported by

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