This chapter is concerned with the calculation of determinants of square matrices.
The functions in this chapter compute the determinant of a square matrix
. The matrix is assumued to have first been decomposed into triangular factors
using functions from
Chapter f07.
To avoid overflow or underflow in the computation of the determinant, some scaling is associated with each multiplication in the product of the relevant diagonal elements. The final value is represented by
where
is an integer and
For complex valued determinants the real and imaginary parts are scaled separately.
Most of the original functions of the chapter were based on those published in the book edited by
Wilkinson and Reinsch (1971). We are very grateful to the late Dr J H Wilkinson FRS for his help and interest during the implementation of this chapter of the Library.
It is extremely wasteful of computer time and storage to use an inappropriate function, for example to use a function requiring a complex matrix when is real. Most programmers will know whether their matrix is real or complex, but may be less certain whether or not a real symmetric matrix is positive definite, i.e., all eigenvalues of . A real symmetric matrix not known to be positive definite must be treated as a general real matrix.