No project description provided
Project description
DualV Library
This python library enables you to use dual numbers for automatic differentiation.
You create a function combining the elementary funcions implemented in this library and then differentiate like this:
```
import dualv as dv
def f(x):
return dv.sin(x) + dv.cos(x)
#Derviative in x = 5
x0 = 5
derivative = dv.auto_diff(f, x0)
```
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
dualv-0.2.tar.gz
(2.1 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
dualv-0.2-py3-none-any.whl
(2.5 kB
view details)
File details
Details for the file dualv-0.2.tar.gz.
File metadata
- Download URL: dualv-0.2.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ac7eda00347d49240bdcbb71803056234cced09b58500d848a12d67f8c99d86
|
|
| MD5 |
cfa03c6ac4f13bd1bec1100c80720e91
|
|
| BLAKE2b-256 |
3daac810260fc4412d4029d4072f3316be760ffb4f2a952e0662ee1ebf2355f1
|
File details
Details for the file dualv-0.2-py3-none-any.whl.
File metadata
- Download URL: dualv-0.2-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
118cccaf0ab871b2aaa9c94c614aab28ff1c5ad2512d281aa7cdeb77cadec94d
|
|
| MD5 |
7820a4838fe6ab1f9d7547e53a702f99
|
|
| BLAKE2b-256 |
5f43dbfcf0e03fdd48304f483b7b2160b717712cac7bb410d04481bafcba8e25
|