Given A is a 3×3 square matrix (order 3) and ∣A∣=5.
The expression ∣−AAT∣ represents the determinant of (−A) multiplied by the transpose of matrix A.
∣−AAT∣=∣(−A)×AT∣
When two matrices multiply, their determinants also multiply:
∣(−A)×AT∣=∣−A∣×∣AT∣
When a matrix is multiplied by −1, the determinant is affected by (−1)n, where n is the order of the matrix.
∣−A∣=(−1)n×∣A∣
Since the matrix has order 3:
∣−A∣=(−1)3×5
∣−A∣=−1×5
∣−A∣=−5
The determinant of a matrix equals the determinant of its transpose:
∣AT∣=∣A∣=5
∣−AAT∣=∣−A∣×∣AT∣
∣−AAT∣=(−5)×5
∣−AAT∣=−25
Therefore, the value of ∣−AAT∣=−25.