Top
Back: D.7.5 zeroset_lib
Forward: D.7.5.2 Factor
FastBack: D. SINGULAR libraries
FastForward: E. Release Notes
Up: D.7.5 zeroset_lib
Top: Singular 2-0-4 Manual
Contents: Table of Contents
Index: F. Index
About: About This Document

D.7.5.1 EGCD

Procedure from library zeroset.lib (see zeroset_lib).

Usage:

EGCD(f, g); where f,g are polynomials

Purpose:

compute the polynomial gcd of f and g over Q(a)[x]

Return:

polynomial h s.t. h is a greatest common divisor of f and g (not nec. monic)

Assume:

basering = Q(a)[t]

Example:

 
LIB "zeroset.lib";
ring R = (0,a), x, lp;
minpoly = a2+1;
poly f =  x4 - 1;
poly g = x2 - 2*a*x - 1;
EGCD(f, g);
→ (-4a)*x-4

Top Back: D.7.5 zeroset_lib Forward: D.7.5.2 Factor FastBack: D. SINGULAR libraries FastForward: E. Release Notes Up: D.7.5 zeroset_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.