Top
Back: zeroset_lib
Forward: remainder
FastBack: ntsolve_lib
FastForward: signcond_lib
Up: zeroset_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.8.5.1 Quotient

Procedure from library zeroset.lib (see zeroset_lib).

Usage:
Quotient(f, g); where f,g are polynomials;

Purpose:
compute the quotient q and remainder r s.t. f = g*q + r, deg(r) < deg(g)

Return:
list of polynomials
 
  _[1] = quotient  q
  _[2] = remainder r

Assume:
basering = Q[x] or Q(a)[x]

Note:
This procedure is outdated, and should no longer be used. Use div and mod instead.

Example:
 


Top Back: zeroset_lib Forward: remainder FastBack: ntsolve_lib FastForward: signcond_lib Up: zeroset_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 3-1-6, Dec 2012, generated by texi2html.