#5629: [with patch, needs review] refactor dimension() of schemes
--------------------------------+-------------------------------------------
Reporter: AlexGhitza | Owner: AlexGhitza
Type: defect | Status: assigned
Priority: major | Milestone: sage-3.4.1
Component: algebraic geometry | Keywords: dimension scheme
--------------------------------+-------------------------------------------
Comment(by was):
REFEREE REPORT.
Looks great. I rebased this patch against 3.4.1.alpha0 and added a
doctest for the following new function. I also doctested this patch
against the schemes directory.
{{{
137 def is_noetherian(self):
138 """
139 Return True if this scheme is Noetherian.
140 """
141 return self.__R.is_noetherian()
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5629#comment:5>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---