Top
Back: D.6.1.4 primary_invariants_random
Forward: D.6.1.6 group_reynolds
FastBack: D. SINGULAR libraries
FastForward: E. Release Notes
Up: D.6.1 finvar_lib
Top: Singular 2-0-4 Manual
Contents: Table of Contents
Index: F. Index
About: About This Document

D.6.1.5 cyclotomic

Procedure from library finvar.lib (see finvar_lib).

Usage:

cyclotomic(i); i integer > 0

Returns:

the i-th cyclotomic polynomial (type <poly>) as one in the first ring variable

Theory:

x^i-1 is divided by the j-th cyclotomic polynomial where j takes on the value of proper divisors of i

Example:

 
LIB "finvar.lib";
ring R=0,(x,y,z),dp;
print(cyclotomic(25));
→ x20+x15+x10+x5+1

Top Back: D.6.1.4 primary_invariants_random Forward: D.6.1.6 group_reynolds FastBack: D. SINGULAR libraries FastForward: E. Release Notes Up: D.6.1 finvar_lib 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.