Partition theory is a subfield of number theory (explored by Euler, Heine, Ramanujan, Rogers etc.) Partition functions play a major role in this field. Explore Partitions function
here is a description to each of the notebooks above feel free to explore them !!
- partitions : Partitions of n (positive integer) using eulers pentagonal formula.
- partition_improved : using eulers algorithm as above one but with improvements and faster results.
-
partition_thm_regex : Takes
$p(an^b+c) = x \pmod{y}$ as theorem input and verifies it for given number of partitions. - q_ser_sympy : implementation of q series representations of partitions, l-regular, (l,j)-regular partitions using sympy
- qsries_scratch : simple implementation of q series representations of partitions, l-regular, (l,j)-regular partitions and their operations using simple data structures (lists, dictionaties). This makes operations much faster than Sympy implemaentation.