forked from Macaulay2/M2
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Very minor changes to several packages to get their examples to work …
…with Complexes package (InvolutiveBases, Posets, RandomComplexes, SpectralSequences, one Macaulay2Doc doc node)
- Loading branch information
1 parent
736f5f4
commit 4586c04
Showing
5 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ newPackage( | |
Email => "[email protected]", | ||
HomePage => "http://wwwb.math.rwth-aachen.de/~daniel/"}}, | ||
Headline => "Methods for Janet bases and Pommaret bases in Macaulay 2", | ||
PackageImports => { "Complexes" }, | ||
PackageExports => { "Complexes" }, | ||
Keywords => {"Groebner Basis Algorithms"}, | ||
DebuggingMode => false | ||
) | ||
|
@@ -846,7 +846,7 @@ document { | |
EXAMPLE lines /// | ||
R = QQ[x,y,z]; | ||
I = ideal(x,y,z); | ||
C = res(I, Strategy => Involutive) | ||
C = freeResolution(I, Strategy => Involutive) | ||
multVar(C, 2) | ||
///, | ||
EXAMPLE lines /// | ||
|
@@ -897,7 +897,7 @@ document { | |
EXAMPLE lines /// | ||
R = QQ[x,y,z]; | ||
I = ideal(x,y,z); | ||
C = res(I, Strategy => Involutive) | ||
C = freeResolution(I, Strategy => Involutive) | ||
janetBasis(C, 2) | ||
///, | ||
SeeAlso => {janetMultVar,pommaretMultVar,isPommaretBasis,invReduce,invSyzygies,janetResolution} | ||
|
@@ -1200,7 +1200,7 @@ document { | |
EXAMPLE lines /// | ||
R = QQ[x,y,z]; | ||
I = ideal(x,y,z); | ||
res(I, Strategy => Involutive) | ||
freeResolution(I, Strategy => Involutive) | ||
///, | ||
SeeAlso => {janetBasis,multVar,invSyzygies} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters