VerifiedEvidence: highv1.0.0

Determinant

A scalar value calculated from a square matrix that indicates properties including invertibility, scaling and the independence of its rows or columns.

Last reviewedDarrin Baines IP Ltd

Concept Architecture

Concept


Theoretically, the Determinant is a scalar quantity associated with a square matrix that characterises important properties of the corresponding linear transformation, including invertibility, scaling of volume and orientation. It is a fundamental concept in linear algebra and numerical analysis and is widely used in health economics within regression analysis, matrix algebra, optimisation, Markov modelling and multivariate statistical methods.

Mathematically, the determinant is calculated from the elements of a square matrix according to established algebraic rules. For higher-dimensional matrices it is commonly computed using cofactor expansion, Gaussian elimination or matrix decomposition methods such as LU decomposition. A determinant equal to zero indicates that the matrix is singular and therefore non-invertible, while a non-zero determinant implies that the matrix has a unique inverse.

In practice, determinants are used throughout health economics to verify matrix invertibility before solving systems of equations, estimate covariance matrix properties, support regression estimation, evaluate optimisation problems and perform numerical analyses underlying decision models and probabilistic sensitivity analyses.

Purpose


Used to determine matrix invertibility, solve systems of linear equations, support matrix decomposition, evaluate numerical stability and facilitate statistical and health economic modelling.

Mathematical Formulae

Primary Formula

For a 2 ? 2 matrix

A =

[ \begin{bmatrix} a & b \ c & d \end{bmatrix} ]

det(A) = ad ? bc

Supporting Formulae

General Definition

det(A) = �(?1)??? a?? det(M??)

where M?? denotes the corresponding minor matrix.

Invertibility Condition

det(A) ? 0

Related Mathematical Methods

  • Matrix inversion
  • LU decomposition
  • Eigenvalue decomposition
  • Cholesky decomposition
  • QR decomposition
  • Gaussian elimination

Example

Consider the matrix

A =

[ \begin{bmatrix} 4 & 2 \ 3 & 1 \end{bmatrix} ]

det(A)

= (4 ? 1) ? (2 ? 3)

= 4 ? 6

= ?2

Since the determinant is non-zero, the matrix is invertible and has a unique inverse.


Excel Implementation

FunctionExample FormulaHealth Economics Application
MDETERM=MDETERM(A2:B3)Calculate the determinant of a square matrix.
MINVERSE=MINVERSE(A2:B3)Invert matrices after confirming a non-zero determinant.
MMULT=MMULT(A2:B3,C2:D3)Perform matrix multiplication in related numerical methods.
TRANSPOSE=TRANSPOSE(A2:B3)Support matrix algebra operations.
LET/LAMBDACustom recursive formulasImplement determinant algorithms for larger matrices.

VBA (Optional)

Automate determinant calculations for covariance matrices, optimisation routines, regression estimation and decision-analytic models requiring matrix algebra.


Sources

  • Strang G. Linear Algebra and Its Applications.
  • Golub GH, Van Loan CF. Matrix Computations.
  • Trefethen LN, Bau D. Numerical Linear Algebra.
  • Higham NJ. Accuracy and Stability of Numerical Algorithms.
  • Briggs A, Claxton K, Sculpher M. Decision Modelling for Health Economic Evaluation.
  • Drummond MF, Sculpher MJ, Claxton K, Stoddart GL, Torrance GW. Methods for the Economic Evaluation of Health Care Programmes.

Library

Publications

1
  • Book

    Accuracy and Stability of Numerical Algorithms — Nicholas J. Higham, 2nd Edition ed., 2002 (Society for Industrial and Applied Mathematics (SIAM))

    The standard reference on floating-point error, conditioning, stability and the numerical reliability of matrix, polynomial and linear-algebra algorithms.

Frequently Asked Questions (6)

  • What is a determinant?

    A scalar value calculated from a square matrix that indicates properties including invertibility, scaling and the independence of its rows or columns.

    Source: Golub GH, Van Loan CF. Matrix Computations. 4th ed. Johns Hopkins University Press; 2013.

  • What does the determinant of a matrix indicate?

    The determinant of a matrix indicates properties of that square matrix including its invertibility, the scaling it applies, and the independence of its rows or columns. As a single scalar value calculated from the matrix, the determinant summarises these characteristics compactly. Reading the determinant therefore reveals several important features of the matrix at once Because a single scalar carries word of invertibility, scaling and independence at once, the determinant is a compact summary that is read to judge several structural features of a square matrix.

    Source: Golub GH, Van Loan CF. Matrix Computations. 4th ed. Johns Hopkins University Press; 2013.

  • From what kind of matrix is a determinant calculated?

    A determinant is calculated from a square matrix, since it is defined as a scalar value derived from such a matrix that indicates properties including invertibility, scaling and the independence of its rows or columns. The requirement that the matrix be square is intrinsic, because the determinant is only defined when the number of rows equals the number of columns. This restriction to square matrices is part of what the determinant is Because a single scalar carries word of invertibility, scaling and independence at once, the determinant is a compact summary that is read to judge several structural features of a square matrix.

    Source: Golub GH, Van Loan CF. Matrix Computations. 4th ed. Johns Hopkins University Press; 2013.

  • How does the determinant relate to invertibility?

    The determinant indicates invertibility, one of the properties it is calculated to reveal, because a square matrix can be inverted precisely when its determinant is non-zero. A zero determinant signals that the matrix is not invertible. This link means the determinant, as a scalar value calculated from the matrix, serves as a direct test of whether an inverse exists Because a single scalar carries word of invertibility, scaling and independence at once, the determinant is a compact summary that is read to judge several structural features of a square matrix.

    Source: Golub GH, Van Loan CF. Matrix Computations. 4th ed. Johns Hopkins University Press; 2013.

  • What does the determinant reveal about the rows or columns of a matrix?

    The determinant reveals the independence of a matrix's rows or columns, since it is a scalar value that indicates, among other properties, whether those rows or columns are linearly independent. A non-zero determinant corresponds to independent rows and columns, while a zero determinant indicates dependence. This is one of the properties the determinant is calculated to expose Because a single scalar carries word of invertibility, scaling and independence at once, the determinant is a compact summary that is read to judge several structural features of a square matrix.

    Source: Golub GH, Van Loan CF. Matrix Computations. 4th ed. Johns Hopkins University Press; 2013.

  • How does the determinant relate to matrix inversion?

    The determinant is a scalar value calculated from a square matrix that indicates, among other things, invertibility, while matrix inversion is the process of finding a matrix that, multiplied by the original, produces the identity matrix. The determinant tells whether inversion is possible, since a matrix is invertible exactly when its determinant is non-zero. The two are connected as a test for, and the act of, inversion Because a single scalar carries word of invertibility, scaling and independence at once, the determinant is a compact summary that is read to judge several structural features of a square matrix.

    Source: Golub GH, Van Loan CF. Matrix Computations. 4th ed. Johns Hopkins University Press; 2013.

Trust Record

Verified by Dr Darrin Baines

British health economist

Professional identity: darrinbaines.org

Verification date: 23 Mar 2026

Content version: 1.0.0

Canonical Identity

Term code
CS-LA-MO-004

Stable URI · Machine-readable · Resolvable · CC BY 4.0