Make a diferentiation of a given function
Project description
Mi diferenciación
This little package proof would help you solve some derivates given a defined function.
Math is not easy, right? You can use some tools to make it easier at least for some calculations. This simple package will help you in that.
Download and install
If you are using PyPI
installation it's as simple as:
pip install midiferenciacion
You can also test the unstable version of the package with:
pip install -i https://test.pypi.org/simple/midiferenciacion
Quick start
First import the midiferenciacion
import midiferenciacion
Now, you have to be careful with the input of the only function we have for now: derivative. This function gives you the first derivative and you can evaluate the result in two defined points.
The function derivative receives a function in a string format and (very important) in terms of x variable, and it also receives two values to evaluate the solution.
Here's an example of a single function:
midiferenciacion.derivative("x**2", 1, 2)
What's new
Version 0.45:
- README updates and beautiful meme
Version 0.4:
- First version of the package.
This package has been designed and written by Fulanit@ de Tal (C) 2023
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
File details
Details for the file midiferenciacion-0.45.tar.gz
.
File metadata
- Download URL: midiferenciacion-0.45.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5924f0717887e144c97327f57fe6f0e8395097d8510882dfd1dd146a19173674 |
|
MD5 | 469b8e51e304d49b92b0c54e2750b528 |
|
BLAKE2b-256 | 049ccc6db4436c923fe67fcb7f81357e72e97c4741423919f6bc6d723dcab9bf |