File: ov_top.m2

package info (click to toggle)
macaulay2 1.21%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 133,096 kB
  • sloc: cpp: 110,377; ansic: 16,306; javascript: 4,193; makefile: 3,821; sh: 3,580; lisp: 764; yacc: 590; xml: 177; python: 140; perl: 114; lex: 65; awk: 3
file content (67 lines) | stat: -rw-r--r-- 2,231 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
-- -*- coding: utf-8 -*-
doc ///
Node
  Key
    Macaulay2Doc
   "Macaulay2"
  Headline
    Macaulay2 documentation
  Description
    Code
      IMG ("src" => replace("PKG", "Style", currentLayout#"package") | "9planets.gif", "alt" => "image of nine planets")
    Text
      Macaulay2 is a software system devoted to supporting research in algebraic geometry and commutative algebra,
      developed with funding from the National Science Foundation. We are eager to help new users get started with it.
  Subnodes
    :Preface
      "Copyright and license"
      "Acknowledgements"
      "The authors"
      -- TODO: node to be written, will point to our book, Hal's book, Mike's Arizona notes, Sage, etc:
      "Other sources of information about Macaulay2"
    :For the New User
      "getting started"
    :Mathematical Objects
      "rings"
      "ideals"
      "matrices"
      "substitution and maps between rings"
      "modules"
      "chain complexes"
      "varieties"
      "Gröbner bases"
    :Some Mathematical Computations
      "normal forms"
      -- Mike wanted this: TO "Hilbert functions"
      "elimination of variables"
      -- Mike wanted this: TO "syzygies"
      -- Mike wanted this: TO "saturation"
      -- Mike wanted this: TO "fibers of a map between varieties"
      -- Mike wanted this: TO "solving systems of polynomial equations"
      "IntegralClosure :: IntegralClosure"
      "PrimaryDecomposition :: primaryDecomposition"
      "combinatorial functions"
    :The Macaulay2 Language
      "The Macaulay2 language"
    :Packages
      "packages provided with Macaulay2"
      "authors of Macaulay2 packages"
    :Appendix
      "changes to Macaulay2, by version"
      "mathematical examples"
      "basic commutative algebra"
      -- Mike wanted this: TO "frequently encountered problems"
      "replacements for commands and scripts from Macaulay"
      "how Macaulay2 finds its files"
    :Reference material
      "Type"
      "Function"
///

document { Key => Core,
     Headline => "the core part of Macaulay2",
     PARA {
     	  "This package contains the core functionality of Macaulay2, without the documentation,
     	  which is in the package ", TO "Macaulay2Doc", "."
	  }
     }