Hiding data in permutations
Explores hiding cryptographic keys in card permutations, covering ranking/unranking algorithms and SymPy implementation.
Explores hiding cryptographic keys in card permutations, covering ranking/unranking algorithms and SymPy implementation.
Explores counting permutations with kth roots using generating functions in Mathematica and SymPy.
Explores the repeating decimal cycle length of harmonic numbers using Python code and number theory.
Explores the simplification of sin(arccos(x)) and its extension to complex numbers, discussing branch cuts and analytic continuation.
Using SymPy to simplify hyperbolic expressions and exploring domain-specific simplification nuances.
A technical walkthrough of simulating a chaotic triple pendulum system in Python using Sympy and Kane's Method.