Top
Back: makeMatrix
Forward: Target
FastBack:
FastForward:
Up: modules_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.4.17.5 makeIdeal

Procedure from library modules.lib (see modules_lib).

Usage:
makeIdeal(i) or Ideal I=i; i ideal

Return:
Ideal with saved basering

Example:
 
LIB "modules.lib";
ring r;
ideal i=x,y,z+x;
i;
==> i[1]=x
==> i[2]=y
==> i[3]=x+z
Ideal I=i;


Top Back: makeMatrix Forward: Target FastBack: FastForward: Up: modules_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.