Home Online Manual
Top
Back: printStack
Forward: fixedPoints
FastBack:
FastForward:
Up: schubert_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.15.33.25 dimStack

Procedure from library schubert.lib (see schubert_lib).

Usage:
dimStack(M); M stack

Return:
int

Input:
M is a moduli space of stable maps.

Output:
the dimension of moduli space of stable maps.

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