Skip to content

sonjapetrovic/RMI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RandomMonomialIdeals in Macaulay2

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)

About

RMI summer 2017 IIT working group

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors