numerica

View on PyPIReverse Dependencies (0)

0.3.1 numerica-0.3.1-py3-none-any.whl

Wheel Details

Project: numerica
Version: 0.3.1
Filename: numerica-0.3.1-py3-none-any.whl
Download: [link]
Size: 15741
MD5: 05e7352154d7844cabb6e6c687f9d4d7
SHA256: ddd1fbd982535d3e671ab213770bf7007b513fd7ffc6d548248d20ad2d763ff5
Uploaded: 2020-04-14 08:55:36 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: numerica
Version: 0.3.1
Summary: Numerical Analysis methods with Python (experimental)
Author: Rames Aliyev
Author-Email: creator[at]ramesaliyev.com
Home-Page: http://github.com/ramesaliyev/numerica
License: MIT
Description-Content-Type: text/markdown
[Description omitted; length: 6067 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.33.6)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
numerica/__init__.py sha256=rRqUomI174m7SCLiV5MKjssjzZcvtCCf9LnBXiGTJYQ 1782
numerica/__main__.py sha256=I4Nh5tkF5VJpDWbMF4AEZM83IOCpXUVayd85uS_T-YU 74
numerica/differentiation/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
numerica/differentiation/euler/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
numerica/differentiation/euler/backward.py sha256=i9E6lvFDeX5boRpZTB0KRpGG83zScv4-PFBk6HSNxpc 148
numerica/differentiation/euler/forward.py sha256=p8eUkuce379yDr-nwBOMpeHvsmbsa3V_DILQ7Lgpfn0 147
numerica/differentiation/euler/midpoint.py sha256=XfpyktpCrtD9ezcexESJ-33NliI6KfnLehiKtDCNkSY 166
numerica/finite_differences/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
numerica/finite_differences/degree.py sha256=Jpv5ZxGuFHszGY29ddOX_9mK7U2LNhfvQy70dujju-A 318
numerica/integration/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
numerica/integration/simpson.py sha256=bim7-8VUiCghLO9oGtGI-62Tw6KJb5ktxMQAwdOGUE8 260
numerica/integration/trapezoidal.py sha256=CJsWHRWnfJuguwdaTnEP1osY2o_vlV-7DQ_nrpgJ5SM 207
numerica/interpolation/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
numerica/interpolation/lagrange.py sha256=OseFo-vHU5Xb9Oug2M9LwwxavULa9J4Q4klDr49h9WQ 335
numerica/linear_systems/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
numerica/linear_systems/gauss.py sha256=SXS3fEO0qrggwEm86vulpoDWd44ppBJYF-hf79Qy82c 741
numerica/linear_systems/gaussseidel.py sha256=aD21BjFTTSsXCjI9kdA57fJEYv5ER7TuGuLI8pUGS4U 1028
numerica/linear_systems/jacobi.py sha256=REc16PB8QuVn3zeGW6KMe1ED9folFr064KaMcFSDUVk 1035
numerica/matrix/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
numerica/matrix/define.py sha256=H192WAzue9t8lfJ1gs_WoPon4Dz-RbHoNhhcCWd7pt0 527
numerica/matrix/operations.py sha256=K2Cts1_kAnQ51d-btI2BvPpsEfHamOUfd23rsVGUsnA 1010
numerica/matrix/inverse/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
numerica/matrix/inverse/gaussjordan.py sha256=S6Qj-4IbikkIr8KbqVYBBpA7cn3Q09rfyg5tI28V1BE 393
numerica/nonlinear/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
numerica/nonlinear/bracketing/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
numerica/nonlinear/bracketing/bisection.py sha256=a-pBAu9AxvpJA24QYW9wcaf0Coo8KZL-io6ffNbZ3iA 479
numerica/nonlinear/bracketing/graph.py sha256=82vLRMUwqRYs3yBo6fkt7ymKSAnidnQOYA4caDtzC9E 413
numerica/nonlinear/bracketing/regulafalsi.py sha256=qZTo40Hlyn7l6lZfZxaPk_h-clKvDJ29B-Yd6qCVA1Q 519
numerica/nonlinear/iterative/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
numerica/nonlinear/iterative/fixedpoint.py sha256=PtDCkRicobcFU34Yn_F_K6vATJHHezIrfDT970D4xNI 385
numerica/nonlinear/iterative/newtonraphson.py sha256=gsbt-UtGIp0o9ooUjEllfyeiArx_WksykZbnAlO6N_M 285
numerica/nonlinear/iterative/secant.py sha256=8sNLCcq8F7D38BZn-NK7ZqG1WIHJxaRj48WZZiP7F6M 390
numerica/regression/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
numerica/regression/leastsquares.py sha256=e1ImEIiZWi97TAAPl5lo1Juywsl6-TesrTvWM7-u1rc 594
numerica/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
numerica/utils/function.py sha256=HUWihZieOBJY-D1tI7NLQN8bvFzWbJA1P1WREjzhgRE 584
numerica/utils/math.py sha256=FTFFBRKNu4B9tPEmHeRVCgHZzpx_GY9kw_IXU3sNz7U 372
numerica-0.3.1.dist-info/LICENSE sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
numerica-0.3.1.dist-info/METADATA sha256=1nhkxMrcE2PibKkZgLV-yN6NvuA36C1MCaOb0aWog-A 6363
numerica-0.3.1.dist-info/WHEEL sha256=p46_5Uhzqz6AzeSosiOnxK-zmFja1i22CrQCjmYe8ec 92
numerica-0.3.1.dist-info/top_level.txt sha256=K2Bw-MY4OM_Nx1kINw0mEpGh3AhGf3VobtEXb53-XNs 9
numerica-0.3.1.dist-info/RECORD

top_level.txt

numerica