Jump to content

Samuelson–Berkowitz algorithm: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
→‎References: Convert refs to citation templates, add many details including publication locations, DOIs, URLs, etc. Soltys and Cook paper claimed to be 1993, but I could only find 2002 and 2004 sources (conference & journal, resp.) Also, Soltys was first author (Cook was PhD advisor)
Tag: references removed
Line 46: Line 46:


==References==
==References==
* {{cite journal |first=Stuart J. |last=Berkowitz |title=On computing the determinant in small parallel time using a small number of processors |journal=Information Processing Letters |volume=18 |issue=3 |date=30 March 1984 |pages=147–150 |doi=10.1016/0020-0190(84)90018-8}}
{{reflist}}
* {{cite journal |last2=Cook |first2=Stephen |last1=Soltys |first1=Michael |title=The Proof Complexity of Linear Algebra |journal=Annals of Pure and Applied Logic |volume=130 |issue=1–3 |date=December 2004 |pages=277–323 |doi=10.1016/j.apal.2003.10.018 |citeseerx=10.1.1.308.6521 |url=http://prof.msoltys.com/wp-content/uploads/2015/04/soltys-cook-apal.pdf}}

*{{cite techreport |first=Michael |last=Keber |title=Division-Free computation of sub-resultants using Bezout matrices |id=Tech. Report MPI-I-2006-1-006 |publisher=Max-Planck-Institut für Informatik |location=Saarbrucken |date=May 2006 |url=https://pure.mpg.de/pubman/faces/ViewItemOverviewPage.jsp?itemId=item_1819171 |format=PS}}
<ref>Cook, Stephen and Soltys, Michael. The Proof Complexity of Linear Algebra. 1993</ref>
<ref>S.J. Berkowitz, On computing the determinant in small parallel time using a small number of processors, ACM, Information Processing Letters 18, 1984, pp. 147–150</ref>
<ref>M. Keber, Division-Free computation of sub-resultants using Bezout matrices, Tech. Report MPI-I-2006-1-006, Saarbrucken, 2006</ref>


[[Category:Linear algebra]]
[[Category:Linear algebra]]

Revision as of 03:15, 30 July 2020

In mathematics, the Samuelson–Berkowitz algorithm efficiently computes the characteristic polynomial of an matrix who entries may be elements of any unital commutative ring without zero divisors.

Description of the algorithm

The Samuelson–Berkowitz algorithm applied to a matrix produces a vector whose entries are the coefficient of the characteristic polynomial of . It computes this coefficients vector as a recursive product of Toeplitz matrices based on the principal submatrices of

Let be an matrix partitioned so that

The first principal submatrix of is the matrix . Associate with the Toeplitz matrix defined by

if is ,

if is , and in general

That is, all super diagonals of consist of zeros, the main diagonal consists of s, the first subdiagonal consists of and the th subdiagonal consists of .

The Toeplitz matrix is the Toeplitz matrix associated with the first principal submatrix , and so on. The Samuelson–Berkowitz algorithm then states that the vector defined by

contains the coefficients of the characteristic polynomial of .

References

  • Berkowitz, Stuart J. (30 March 1984). "On computing the determinant in small parallel time using a small number of processors". Information Processing Letters. 18 (3): 147–150. doi:10.1016/0020-0190(84)90018-8.
  • Soltys, Michael; Cook, Stephen (December 2004). "The Proof Complexity of Linear Algebra" (PDF). Annals of Pure and Applied Logic. 130 (1–3): 277–323. CiteSeerX 10.1.1.308.6521. doi:10.1016/j.apal.2003.10.018.
  • Keber, Michael (May 2006). Division-Free computation of sub-resultants using Bezout matrices (PS) (Technical report). Saarbrucken: Max-Planck-Institut für Informatik. Tech. Report MPI-I-2006-1-006.