The Resource Functions I have developed for the Wolfram Function Repository categorize mainly as follows:
-
Functions for core computation:
- PartitionWhile: partition a list by a condition on the sublists;
-
Functions for mathematical computation:
-
AlgebraicRange: generate ranges of algebraic numbers;
-
ComplexRange: generate a range of complex numbers;
-
FindClosedForm: search for a formula that yields a given number (also in a separate repository);
-
ODENormalForm: transform a differential equation into normal form;
-
ThermodynamicBetheAnsatzSolve: solve integral equations of Thermodynamic Bethe Ansatz type (also in a separate repository);
-
TranscendentalRange: generate ranges of transcendental numbers;
-
-
Functions for data manipulation and analysis:
-
AssociateColumns: create associations among columns of a tabular object;
-
TransformTabular: transform simultaneously all columns of a tabular or a selection of them;
-
-
Functions for system management:
- PauseUntil: pause evaluation until a given time.
To read the documentation for each of these functions, click the corresponding links.
Some of these functions have also been translated into PyPI Python packages and can be found at the corresponding repository.