Top
Back: 5.1.4 char
Forward: 5.1.6 charstr
FastBack: 5. Functions and system variables
FastForward: 6. Tricks and pitfalls
Up: 5.1 Functions
Top: Singular 2-0-4 Manual
Contents: Table of Contents
Index: F. Index
About: About This Document

5.1.5 char_series

Syntax:

char_series ( ideal_expression )

Type:

matrix

Purpose:

the rows of the matrix represent the irreducible characteristic series of the ideal with respect to the current ordering of variables.
One application is the decomposition of the zero-set.

Example:
 
  ring r=32003,(x,y,z),dp;
  print(char_series(ideal(xyz,xz,y)));
→ y,z,
→ x,y 

See Characteristic sets.


Top Back: 5.1.4 char Forward: 5.1.6 charstr FastBack: 5. Functions and system variables FastForward: 6. Tricks and pitfalls Up: 5.1 Functions Top: Singular 2-0-4 Manual Contents: Table of Contents Index: F. Index About: About This Document
            User manual for Singular version 2-0-4, October 2002, generated by texi2html.