Skip to content

antononcube/WL-NumberTheoryUtilities-paclet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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