Cauchy matrix
In mathematics, a Cauchy matrix is an m × n matrix C = (cij) whose entries are given by cij = 1 / (xi + yj), where (x1, …, xm) and (y1, …, yn) are sequences of scalars (typically real or complex numbers) such that xi + yj ≠ 0 for all i, j.[1][2] This structure ensures the matrix has a specific rational form that lends itself to analytical and computational properties. Named after the French mathematician Augustin-Louis Cauchy, who first studied such matrices in 1841 while investigating alternating functions and multiple integrals, the Cauchy matrix has an explicit determinant formula for the square case.[1] For an n × n Cauchy matrix with distinct xi and yj, the determinant isdet(C) = ∏1 ≤ i < j ≤ n (xj − xi) (yj − yi) / ∏1 ≤ i,j ≤ n (xi + yj),
which highlights its connection to Vandermonde determinants and polynomial interpolation.[2][3] When the parameters are positive and increasing, the symmetric case (xi = yi) yields a positive definite matrix that is totally positive, meaning all minors are positive.[4] Cauchy matrices play a central role in numerical linear algebra due to their displacement rank of one, enabling fast algorithms for inversion, factorization, and solving linear systems in O(n2) time rather than O(n3).[3] They generalize the Hilbert matrix, a classic ill-conditioned example with xi = i - 1 and yj = j (indices starting from 1), and appear in applications such as rational interpolation, error-correcting codes, signal processing, and structured matrix approximations.[4][5] Extensions include confluent and Cauchy-like matrices, which preserve similar efficient computability for broader classes of structured problems.[3]