Top
Back: printGraph
Forward: printStack
FastBack: tasks_lib
FastForward: symodstd_lib
Up: schubert_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.15.23.24 moduliSpace

Procedure from library schubert.lib (see schubert_lib).

Usage:
moduliSpace(V,d); V variety, d int

Assume:
V is a projective space and d is a positive integer.

Theory:
This is the function used by Singular to create a moduli space of stable maps from a genus zero curve to a projective space.

Example:
 
LIB "schubert.lib";
ring r = 0,(x),dp;
variety P = projectiveSpace(4);
stack M = moduliSpace(P,2);
M;
==> A moduli space of dimension 11
==> 


Top Back: printGraph Forward: printStack FastBack: tasks_lib FastForward: symodstd_lib Up: schubert_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 3-1-7, Aug 2013, generated by texi2html.