Avoided crossing: Difference between revisions
en>Temaotheos obsolete phenomenon names inserted and joined |
No edit summary |
||
Line 1: | Line 1: | ||
In [[mathematics]], a '''Sylvester matrix''' is a [[matrix (mathematics)|matrix]] associated to two [[univariate polynomial]]s with coefficients in a [[field (mathematics)|field]] or a [[commutative ring]]. The entries of the Sylvester matrix of two polynomials are coefficients of the polynomials. The determinant of the Sylvester matrix of two polynomials is their [[resultant]], which is zero when the two polynomials have a common root (in case of coefficients in a field) or a non-constant common divisor (in case of coefficients in an [[integral domain]]). | |||
Sylvester matrix is named after [[James Joseph Sylvester]]. | |||
==Definition== | |||
Formally, let ''p'' and ''q'' be two nonzero polynomials, respectively of degree ''m'' and ''n''. Thus: | |||
:<math>p(z)=p_0+p_1 z+p_2 z^2+\cdots+p_m z^m,\;q(z)=q_0+q_1 z+q_2 z^2+\cdots+q_n z^n.</math> | |||
The '''Sylvester matrix''' associated to ''p'' and ''q'' is then the <math>(n+m)\times(n+m)</math> matrix obtained as follows: | |||
* the first row is: | |||
:<math>\begin{pmatrix} p_m & p_{m-1} & \cdots & p_1 & p_0 & 0 & \cdots & 0 \end{pmatrix}.</math> | |||
* the second row is the first row, shifted one column to the right; the first element of the row is zero. | |||
* the following ''n'' − 2 rows are obtained the same way, still filling the first column with a zero. | |||
* the (''n'' + 1)th row is: | |||
:<math>\begin{pmatrix} q_n & q_{n-1} & \cdots & q_1 & q_0 & 0 & \cdots & 0 \end{pmatrix}.</math> | |||
* the following rows are obtained the same way as before. | |||
Thus, if ''m'' = 4 and ''n'' = 3, the matrix is: | |||
:<math>S_{p,q}=\begin{pmatrix} | |||
p_4 & p_3 & p_2 & p_1 & p_0 & 0 & 0 \\ | |||
0 & p_4 & p_3 & p_2 & p_1 & p_0 & 0 \\ | |||
0 & 0 & p_4 & p_3 & p_2 & p_1 & p_0 \\ | |||
q_3 & q_2 & q_1 & q_0 & 0 & 0 & 0 \\ | |||
0 & q_3 & q_2 & q_1 & q_0 & 0 & 0 \\ | |||
0 & 0 & q_3 & q_2 & q_1 & q_0 & 0 \\ | |||
0 & 0 & 0 & q_3 & q_2 & q_1 & q_0 | |||
\end{pmatrix}.</math> | |||
==Applications== | |||
These matrices are used in [[commutative algebra]], e.g. to test if two polynomials have a (non constant) common factor. In such a case, the [[determinant]] of the associated '''Sylvester matrix''' (which is named the [[resultant]] of the two polynomials) equals zero. The converse is also true. | |||
The solutions of the simultaneous linear equations | |||
:<math>{S_{p,q}}^\mathrm{T}\cdot\begin{pmatrix}x\\y\end{pmatrix} = \begin{pmatrix}0\\0\end{pmatrix}</math> | |||
where <math>x</math> is a vector of size <math>n</math> and <math>y</math> has size <math>m</math>, comprise the coefficient vectors of those and only those pairs <math>x, y</math> of polynomials (of degrees <math>n-1</math> and <math>m-1</math>, respectively) which fulfill | |||
:<math>x \cdot p + y \cdot q = 0</math> | |||
(where polynomial multiplication and addition is used in this last line). | |||
This means the [[Null space|kernel]] of the transposed Sylvester matrix gives all solutions of the [[Bézout's identity|Bézout equation]] where <math>\deg x < \deg q</math> and <math>\deg y < \deg p</math>. | |||
Consequently the [[Rank_(linear_algebra)|rank]] of the Sylvester matrix determines the degree of the [[Polynomial greatest common divisor|greatest common divisor]] of ''p'' and ''q'': | |||
:<math>\deg(\gcd(p,q)) = m+n-\mathrm{rank}~S_{p,q}</math> | |||
Moreover, the coefficients of this greatest common divisor may be expressed as [[determinant]]s of submatrices of the Sylvester matrix (see [[Subresultant]]). | |||
==See also== | |||
* [[Transfer matrix]] | |||
==References== | |||
* {{mathworld|urlname=SylvesterMatrix|title = Sylvester Matrix}} | |||
==External links== | |||
*[http://aix1.uottawa.ca/~jkhoury/elimination.htm Additional overview] | |||
[[Category:Matrices]] | |||
[[Category:Polynomials]] |
Revision as of 00:52, 25 January 2014
In mathematics, a Sylvester matrix is a matrix associated to two univariate polynomials with coefficients in a field or a commutative ring. The entries of the Sylvester matrix of two polynomials are coefficients of the polynomials. The determinant of the Sylvester matrix of two polynomials is their resultant, which is zero when the two polynomials have a common root (in case of coefficients in a field) or a non-constant common divisor (in case of coefficients in an integral domain).
Sylvester matrix is named after James Joseph Sylvester.
Definition
Formally, let p and q be two nonzero polynomials, respectively of degree m and n. Thus:
The Sylvester matrix associated to p and q is then the matrix obtained as follows:
- the first row is:
- the second row is the first row, shifted one column to the right; the first element of the row is zero.
- the following n − 2 rows are obtained the same way, still filling the first column with a zero.
- the (n + 1)th row is:
- the following rows are obtained the same way as before.
Thus, if m = 4 and n = 3, the matrix is:
Applications
These matrices are used in commutative algebra, e.g. to test if two polynomials have a (non constant) common factor. In such a case, the determinant of the associated Sylvester matrix (which is named the resultant of the two polynomials) equals zero. The converse is also true.
The solutions of the simultaneous linear equations
where is a vector of size and has size , comprise the coefficient vectors of those and only those pairs of polynomials (of degrees and , respectively) which fulfill
(where polynomial multiplication and addition is used in this last line). This means the kernel of the transposed Sylvester matrix gives all solutions of the Bézout equation where and .
Consequently the rank of the Sylvester matrix determines the degree of the greatest common divisor of p and q:
Moreover, the coefficients of this greatest common divisor may be expressed as determinants of submatrices of the Sylvester matrix (see Subresultant).
See also
References
- 22 year-old Systems Analyst Rave from Merrickville-Wolford, has lots of hobbies and interests including quick cars, property developers in singapore and baking. Always loves visiting spots like Historic Monuments Zone of Querétaro.
Here is my web site - cottagehillchurch.com