Top
Back: Minimus
Forward: StartOrderingV
FastBack:
FastForward:
Up: JMBTest_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.5.19.2 Maximus

Procedure from library JMBTest.lib (see JMBTest_lib).

Usage:
Maximus(L); G list, c int

Return:
list: V

Notes:
it returns the maximal variable generating the ideal L.
The input must be an ideal generated by variables.

Example:
 
LIB "JMBTest.lib";
ring r=0, (x,y,z), rp;
ideal I=y,x,z;
Maximus(I);
==> z


Top Back: Minimus Forward: StartOrderingV FastBack: FastForward: Up: JMBTest_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.