Scilab Function

bezout - Bezout equation for polynomials

Calling Sequence

[thegcd,U]=bezout(p1,p2)

Parameters

Description

computes GCD thegcd of p1 and p2 and in addition a (2x2) unimodular matrix U such that:

[p1,p2]*U = [thegcd,0]

The lcm of p1 and p2 is given by:

p1*U(1,2) (or -p2*U(2,2))

Examples

See Also