HP Prime for All

English  Русский 

Syntax

egcd((Poly or Lst),(Poly or Lst),[Var])

Description

Returns the extended greatest common divisor of 2 polynomials.

Example

egcd((x-1)^2,x^3-1) returns [-x-2,1,3*x-3]

egcd — Discussion