Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.16 KB

File metadata and controls

47 lines (28 loc) · 1.16 KB

NumberTheoryUtilities paclet

Wolfram Language Number Theory utility functions.


Installation

To install this paclet in your Wolfram Language environment, evaluate this code:

PacletInstall["AntonAntonov/NumberTheoryUtilities"]

To load the code after installation, evaluate this code:

Needs["AntonAntonov`NumberTheoryUtilities`"]

Usage

s = SpiralLattice[11, "top-right"];
s2 = s /. {x_?PrimeQ :> Style[x, Red, Bold]};
Grid[s2]

References

Original Source References and Attributions

Links