linalg[bezout] - create the Bezout matrix of two polynomials
|
Calling Sequence
|
|
bezout(p, q, x)
|
|
Parameters
|
|
p, q
|
-
|
polynomials in the variable x
|
x
|
-
|
variable (name)
|
|
|
|
|
Description
|
|
•
|
The call bezout(p, q, x) returns the Bezout matrix of the polynomials p and q with respect to x. Note that the determinant of this matrix is equal to resultant(p, q, x).
|
•
|
If p is of degree m in x and q is of degree n in x then the output is a square matrix of dimension max(m, n).
|
•
|
The command with(linalg,bezout) allows the use of the abbreviated form of this command.
|
|
|
Download Help Document
Was this information helpful?