Adjoint = Transpose of Cofactor Matrix
where \( C \) is the cofactor matrix of \( A \)
From: | To: |
The adjoint of a matrix (also called the adjugate) is the transpose of its cofactor matrix. It is primarily used in matrix inversion and solving systems of linear equations.
The adjoint is calculated in three steps:
Key Uses: The adjoint matrix is essential for:
Instructions: Select matrix size (2x2 or 3x3), enter all matrix elements, and click Calculate. The calculator will display the adjoint matrix with precise decimal values.
Q1: What's the difference between adjoint and inverse?
A: The adjoint is the transpose of the cofactor matrix, while the inverse is the adjoint divided by the determinant.
Q2: Can adjoint be calculated for non-square matrices?
A: No, adjoint is only defined for square matrices.
Q3: What if the determinant is zero?
A: The adjoint exists but the matrix is not invertible (singular) when determinant is zero.
Q4: How does adjoint relate to eigenvalues?
A: The adjoint can be used in characteristic polynomial calculations related to eigenvalues.
Q5: Is adjoint the same as conjugate transpose?
A: No, in complex matrices the conjugate transpose is different. Adjoint here refers to the classical adjoint (adjugate).