-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlocal
28 lines (17 loc) · 908 Bytes
/
local
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
-*- M2 -*-
Title: Local rings
Description:
computations in local rings (Buchberger-Mora)
=============================================================================
Proposed by: Wolfram Decker <decker@math.uni-sb.de>,
Frank Schreyer <schreyer@math.uni-sb.de>
Project assigned to: Dan and Mike, March, 2008.
Current status: Engine code is being developed. We also need to write code for
minimalization of resolutions.
We have to design a new type of top-level ring, where the not only are the
monomials ordered locally, but also, fractions can occur as ring elements.
=============================================================================
Progress log:
July, 2008: various routines were added to the package "Local". Routines such
as "localPrune" should be replaced by adding the corresponding functionality to
"prune", to be invoked over local rings (still to be introduced).