https://github.com/jonaprojects/kiwicalc
Powerful math tools for equation solving, calculus, vectors, mathematical series, matrices, etc.
https://github.com/jonaprojects/kiwicalc
algebra arithmetic-progression calculus equation-solver linear-algebra pdf-worksheets plotting-in-python polynomials probability python
Last synced: about 1 month ago
JSON representation
Powerful math tools for equation solving, calculus, vectors, mathematical series, matrices, etc.
- Host: GitHub
- URL: https://github.com/jonaprojects/kiwicalc
- Owner: jonaprojects
- License: mit
- Created: 2022-06-02T17:37:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-11-30T16:20:58.000Z (5 months ago)
- Last Synced: 2025-12-16T15:29:46.026Z (5 months ago)
- Topics: algebra, arithmetic-progression, calculus, equation-solver, linear-algebra, pdf-worksheets, plotting-in-python, polynomials, probability, python
- Language: Python
- Homepage:
- Size: 9.55 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
KiwiCalc




Abstract
The project is intended to help integrating mathematical
expressions in python with greater ease and provide powerful
tools along them.
Python's syntax can be cumbersome when it comes to
more sophisticated mathematical notations, so wouldn't it be easier to
use them in a more intuitive "math-like" syntax?
Resources
* Official website: kiwicalc.com
* Official Documentation
Installation
You can install the library with pip, by executing the command pip install kiwicalc in your command prompt.