a student of mine, Jonghyun Lee, will be coding the resolution of singularities algorithm of the
paper
https://arxiv.org/abs/1906.07106
as part of his senior thesis. He is working in sage (that's what he chose!).
two questions:
1. Are there packages in sage parallel to those available in Singular or Macaulay?
2. Is there any existing resolution of singularities package? Anyone else working on similar projects?
Best,
- Dan Abramovich
> To unsubscribe from this group and stop receiving emails from it, send an email to sage-...@googlegroups.com.
> To unsubscribe from this group and stop receiving emails from it, send an email to sage-...@googlegroups.com.
IIRC, singular returns the output of the resolution in a complicated way (defining several rings, and some ideals inside them). Maybe it would make sense to use the Sage schemes infrastructure to wrap that in a more user-friendly way (although the schemes code itself could use some work too).