A mathematical library implementing the Quadexpo function
Project description
Quadexpo 1.4
A Python library implementing the Quadexpo function for modeling complex systems involving both quadratic and exponential behaviors.
What's New in 1.4?
- Object-Oriented Design: Use a class-based approach for easy function manipulation.
- Symbolic Integration Support: Compute symbolic integrals using SymPy.
- Data Handling: Generate and analyze function evaluations using Pandas.
- Expanded Test Suite: More robust tests covering symbolic computation and data generation.
Installation
pip install quadexpo
Usage
from quadexpo import Quadexpo
import numpy as np
# Initialize with parameters
qe = Quadexpo(1, -2, 3, 0.5)
# Evaluate at a point
print(qe.evaluate(5))
# Compute definite integral
print(qe.integrate(0, 5))
# Get symbolic integral
print(qe.symbolic_integral())
# Generate function data
x_vals = np.linspace(0, 10, 10)
df = qe.generate_data(x_vals)
print(df)
License
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
quadexpo-1.4.tar.gz
(2.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file quadexpo-1.4.tar.gz.
File metadata
- Download URL: quadexpo-1.4.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
183e044ece7e3e305506913a12552eebfcf0648bd604ddaff8f5ea3f9b6fa3f3
|
|
| MD5 |
f390b7ddc7dfa9e82dfa305c777d3f7d
|
|
| BLAKE2b-256 |
09ef6ce75a96693bb72a64ce82707800cee2dff35125211bf5de0ffb6bbd5648
|
File details
Details for the file quadexpo-1.4-py3-none-any.whl.
File metadata
- Download URL: quadexpo-1.4-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cdd89c2ae41f5f01efee88fedb42e5fc18fb1d934740c85d8c5b499b94df0c10
|
|
| MD5 |
5d030f027f1c3f82880dbbbee1dfeea9
|
|
| BLAKE2b-256 |
985f00c263ae18ec0b0798e9cb16cd8df25dbe9baed44c4e0f721002240348c5
|