RMI summer 2017 IIT working group
RandomMonomialIdeals.m2 is our main package file.
To try this out, run the following 2 commands (after you download RandomMonomialIdeals.m2) :
load "RandomMonomialIdeals.m2"
randomGeneratingSets(2,3,0.2,10)
See if you understand what the output is. See comments in the .m2 file. We will discuss this Friday 5/12.
Then to install a package:
installPackage("RandomMonomialIdeals")
or even better (to update the documentation): installPackage("RandomMonomialIdeals", RerunExamples=>true)