In mathematics, a Cauchy matrix, named after Augustin-Louis Cauchy, is an m×n matrix with elements aij in the form
aij={
1 | |
xi-yj |
where
xi
yj
l{F}
(xi)
(yj)
Every submatrix of a Cauchy matrix is itself a Cauchy matrix.
The Hilbert matrix is a special case of the Cauchy matrix, where
xi-yj=i+j-1.
The determinant of a Cauchy matrix is clearly a rational fraction in the parameters
(xi)
(yj)
xi
yj
The determinant of a square Cauchy matrix A is known as a Cauchy determinant and can be given explicitly as
\det
n | |
A={{\prod | |
i=2 |
i-1 | |
\prod | |
j=1 |
(xi-xj)(yj-yi)}\over
n | |
{\prod | |
i=1 |
n | |
\prod | |
j=1 |
(xi-yj)}}
bij=(xj-yi)Aj(yi)Bi(xj)
(xi)
(yj)
Ai(x)=
A(x) | |||||||||
|
and Bi(x)=
B(x) | |||||||||
|
,
A(x)=
n | |
\prod | |
i=1 |
(x-xi) and B(x)=
n | |
\prod | |
i=1 |
(x-yi).
A matrix C is called Cauchy-like if it is of the form
Cij=
risj | |
xi-yj |
.
Defining X=diag(xi), Y=diag(yi), one sees that both Cauchy and Cauchy-like matrices satisfy the displacement equation
XC-CY=rsT
(with
r=s=(1,1,\ldots,1)
O(nlogn)
O(n2)
O(nlog2n)
n
O(Nlog2N)