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
Chat with our AI personalities
The discriminant is 49.
The discriminant is 9.
A polynomial discriminant is defined in terms of the difference in the roots of the polynomial equation. Since a binomial has only one root, there is nothing to take its difference from and so in such a situation, the discriminant is a meaningless concept.
The general form of a quadratic equation is ax2 + bx + c = 0 where a is not zero, a, b and c are constants. The discriminant is b2 - 4ac
65