> I am new to Macualay 2, so I apologize if I am asking a very basic
> question. I wanted to calculate the Hilbert basis of a cone. I
> entered the commands that are in the Macaulay 2 documentation onto my
> copy of Macaulay 2 and I get the following error below. I am
> wondering if there is another package that I am to install in order
> for this to work.
posHull comes with the package "Polyhedra". You don't need to install it, it comes with the standard M2 installation. But, as most packages, it is not automatically loaded when you start M2. To load it, just type
loadPackage "Polyhedra"
after starting Macaulay 2.
Then, your line with posHull will work.
See the documentation node
for more information on packages.
error: no method for adjacent objects:
-- localCohom (of class Symbol)
-- SPACE ideal (x*y - x*z, x*y*z) (of class Ideal)
Excuse me, I could not load localCohom package in macaulay2.
As the matter of fact, recently, I start to use macaulay 2. so may I ask you how can learn to load or writing package or writing Algorithms in macaulay. How can I be more familiar with macaulay program . May i ask you have any pdf.lecture and educational film? Do you know exist macaulay 2 workshop in August or September. Learning macaulay2 is really vital for me. I really appreciate you.