CoCoA:Resultant

From ApCoCoAWiki
Revision as of 10:02, 24 October 2007 by XMLBot (talk | contribs) (pushing XML rev. 1.46, again)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Resultant

the resultant of two polynomials

Description

This function returns the resultant of the polynomials F and G with

respect to the indeterminate X.

Example

  Use R ::= Q[p,q,x];
  F := x^3+px-q; G := Der(F,x);
  Resultant(F,G,x);
4p^3 + 27q^2
-------------------------------

Syntax

Resultant(F:POLY,G:POLY,X:INDET):POLY

Discriminant

Sylvester

   <type>polynomial</type>