Γ(1/n)
Explores the mathematical property that rounding up the gamma function of 1/n equals n, with a proof sketch and Python verification.
Explores the mathematical property that rounding up the gamma function of 1/n equals n, with a proof sketch and Python verification.
A new record for the largest known 'compositorial prime' has been set, a prime number with over 3.7 million digits.
Explores the challenges of fitting a logistic curve using only data from its early, exponential-like growth phase, highlighting the unreliability of such extrapolations.
A guide to setting up a development environment for SciPy on Mac OS, including installing dependencies and using development mode.
A comparison of four Python implementations for Kernel Density Estimation (KDE), analyzing their features, interfaces, and performance.
A tutorial on implementing Conway's Game of Life in Python using NumPy and SciPy, with visualization via matplotlib animations.
Explores sparse Singular Value Decomposition (SVD) implementations in Python, comparing libraries like ARPACK, LAPACK, and PROPACK for computational efficiency.
Explores the new sparse graph module in SciPy 0.11, demonstrating its algorithms through a classic word ladder problem in Python.
Explores the Aikon project, a robotic artist using Python, SciPy, and the Enthought Tool Suite to create sketches, blending art and technology.