To find discriminant of a matrix?

1 answer

Answer

1052302

2026-04-05 00:10

+ Follow

Well, Im not sure if this is true for all matrices of all sizes, but for a 2x2 square matrix the discriminant is...

dis(A) = tr(A)^2 - 4 det(A)

The discriminant of matrix A is equal to the square of the trace of matrix A, minus four times the determinant of matrix A.

I know this to be true for all 2x2 square matrice, but I have never seen any statement one way or the other for larger matrices.

Thus, for matrix A = [ a, b; c, d ]

tr(A) = a+d

det(A) = ad-bc

tr(A)^2 = a^2 + 2ad + d^2

4 det(A) = 4ad - 4bc

dis(A) = a^2 - 2ad + 4bc + d^2

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.