Uaaronium mathematics engine based on Aaron Craig Sinanan's book.
Project description
Uaaronium v1.2
Uaaronium is a Python mathematics engine based on Aaron Craig Sinanan's book.
It encodes:
- custom number systems (binary / ternary / quaternary / quinary)
- roots and 9th-root-of-10 style thinking
- logarithms and the phi / ln(5) / log10(41.5) golden region
- Taylor & Maclaurin series
- differentiation and partial differentiation
- geometric series like 1.111...
- golden sample and golden mistake expressions
- Newton-style iterative solvers
- a simple acceleration expression model
- a golden-region bridge that links ln(5), φ, sqrt(e) and log10(41.5) as members of the same numerical neighbourhood.
Example:
import uaaronium as ua
from sympy import sqrt, E
print(ua.root_of_ten(9))
print(ua.phi_region_triplet())
print(ua.golden_region_constants())
print(ua.is_golden_region(sqrt(E)))
print(ua.golden_sample(0))
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
uaaronium-1.2.0.tar.gz
(4.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 uaaronium-1.2.0.tar.gz.
File metadata
- Download URL: uaaronium-1.2.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc8991248cb1e5cd5500f7e66e23ba58dc2b95bc0730a3353ff445e65240ddaa
|
|
| MD5 |
3926e7bc752199848fe562ccffb70209
|
|
| BLAKE2b-256 |
efe3b9252345fff513795e4d7d9907ca1c0ccb5c96767df58682c86dc49febc8
|
File details
Details for the file uaaronium-1.2.0-py3-none-any.whl.
File metadata
- Download URL: uaaronium-1.2.0-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92b2306bae4a7087e91a7885eac80287289c0a133c461b32de49c92f6e1a94d3
|
|
| MD5 |
49c27c53301d31613970c0c938dd3685
|
|
| BLAKE2b-256 |
0ab1ebaed472d90abd634f09d49a4c688a6b86fcf0075e95c46a3c116dee935a
|