A calculus calculator with a menu-based interface.
Project description
calc-ultra
Calculus made easy
(Turn on dark mode for a better aesthetic) 📲
Calc-Ultra is a multi-functional calculator that uses command line interfaces. Little Python background knowledge is needed to use the calculator!
Supports:
- Derivatives
- Partials
- Implicit differentiation
- Limits
- Antiderivatives
- Definite integrals
- Improper integrals
- Double integrals
- Solving (sets) of equation(s)
- Vector/matrix operations
- A perfect interface to do calculations!
Chinese version
Want to check out the Chinese version? Visit https://github.com/sudoer-Huatao/calc_ultra-chinese! 🇨🇳
Installation and Running
Run the calculus calculator with a single line of code
Use the following command to download Calc-Ultra (pip should be installed):
pip3 install calc-ultra
Due to Python import identifiers restrictions, please import Calc-Ultra as "calc_ultra" and not "calc-ultra".
Import Calc-Ultra like so to use:
from calc_ultra import main
Please make sure you have the latest version installed. To update calc-ultra, run the following command:
pip3 install --upgrade calc-ultra
Requirements
Calc-Ultra requires these modules/packages to be installed:
sympy
numpy
matplotlib
scipy
rich
prompt-toolkit
If you do not have them installed, no need to worry! These modules should be installed automatically if you don't have them. Other required modules are built into most Python IDEs as well.
Acknowledgements
Without them, this would be impossible
A big thank-you to all GitHub users who gave feedback and/or starred this repository. ⭐️ Your encouragement is our motivation. The following contributors deserve a SPECIAL THANK-YOU 👍❤️:
- @Haobot for troubleshooting and feedback!
- Fanbo for feedback and ideas for improvement!
This program was made using sympy
for calculation and numpy
, scipy
, and matplotlib
for graphing.
Gallery (Demos)
DerivaCalc derivative with graph demo:
InteCalc antiderivative with graph demo:
InteCalc definite integral with graph demo:
LimCalc limit demo:
AlgCalc equation solver demo:
AlgCalc vector operation demo:
AlgCalc matrix operation demo:
License
This project is licensed under the terms of the MIT license.
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
File details
Details for the file calc_ultra-1.3.6.tar.gz
.
File metadata
- Download URL: calc_ultra-1.3.6.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0d04af581f599400be820c98ea210320860a8f4ad6b1e67e230c9f7b2c27dd1 |
|
MD5 | 7ac68abf0dd48cb857acc8131393e980 |
|
BLAKE2b-256 | bcc9dd5634ea541898e6eca1a0ff7973ab8171fad528431a8642eea0af3f383e |
File details
Details for the file calc_ultra-1.3.6-py3-none-any.whl
.
File metadata
- Download URL: calc_ultra-1.3.6-py3-none-any.whl
- Upload date:
- Size: 15.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ceec4c19410ca816508ab18293a33848e82f8ed942c4dd3f516a531fc82a2656 |
|
MD5 | 9165da5dc4fa698ddd6e0cb39392d208 |
|
BLAKE2b-256 | a8d1803b07e2a9fc5ddff0358c15d93611dc0ed69aee7f9c926ff97a37b5d3bf |