Top
Back: projectiveBundle
Forward: makeSheaf
FastBack:
FastForward:
Up: schubert_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.5.17.8 integral

Procedure from library schubert.lib (see schubert_lib).

Usage:
integral(V,f); V variety, f poly

Input:
a abstract variety and a polynomial

Return:
int

Purpose:
computing intersection numbers.

Example:
 
LIB "schubert.lib";
variety G = Grassmannian(2,4);
def r = G.baseRing;
setring r;
integral(G,q(1)^4);
==> 2


Top Back: projectiveBundle Forward: makeSheaf FastBack: FastForward: Up: schubert_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.3.2, 2023, generated by texi2html.