detATdetA
detATdetA denotes the product det(A^T) det(A) for a square matrix A. Since det(A^T) = det(A) for every square A, detATdetA equals det(A)^2. Equivalently, detATdetA = det(A^T A), because det(XY) = det(X) det(Y). This identity holds for all n×n matrices A (with det(A) defined).
For square A, detATdetA is zero exactly when A is singular; if A has real entries, det(A)
Geometrically, det(A) measures the oriented volume (or area in two dimensions) scaling of the linear transformation
Example: Let A = [[2,0],[0,3]]. Then det(A) = 6, det(A^T) det(A) = 36, and det(A^T A) = 36. See also