How to find C - the cofactor matrix of A?

  • Thread starter Thread starter Cinitiator
  • Start date Start date
  • Tags Tags
    Matrix
Click For Summary

Homework Help Overview

The discussion revolves around finding the cofactor matrix of an arbitrary matrix A. Participants explore the definition and calculation of the cofactor matrix, which is essential for determining the inverse of a matrix.

Discussion Character

  • Conceptual clarification, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • The original poster seeks a general method to find the cofactor matrix for any matrix A. Some participants question the meaning of "finding" the cofactor matrix, suggesting that a formula may be overly complicated. Others describe the process of calculating cofactors using determinants of submatrices.

Discussion Status

Participants are actively discussing the definition and calculation of the cofactor matrix. Some have provided clarifications on the steps involved in finding cofactors, while others express a desire for a more generalized approach to apply to various matrices.

Contextual Notes

There is an emphasis on understanding the cofactor matrix in relation to matrix inversion, with references to the adjugate and determinant. The discussion includes attempts to clarify the process without providing a complete solution.

Cinitiator
Messages
66
Reaction score
0

Homework Statement


I need a way to find C - the cofactor matrix of A, assuming that A can be any arbitary matrix.


Homework Equations


See 1.


The Attempt at a Solution


Tried Googling without much success.
 
Physics news on Phys.org
Do you know what the cofactor matrix actually is?
 
What do you mean by "find the cofactor matrix"? Are you looking for a formula so you can just plug in the values of a? Such a thing can be found but it would be terribly complicated. The simplest way to find it is to use the definition- each value, [itex]C_{mn}[/itex], is the mn-cofactor of A; that is, the determinant of the matrix you get by removing the mth row and nth column of A.
 
HallsofIvy said:
What do you mean by "find the cofactor matrix"? Are you looking for a formula so you can just plug in the values of a? Such a thing can be found but it would be terribly complicated. The simplest way to find it is to use the definition- each value, [itex]C_{mn}[/itex], is the mn-cofactor of A; that is, the determinant of the matrix you get by removing the mth row and nth column of A.

I was looking for a fomula to find a cofactor matrix of any other matrix. The reason why, is because I want to be able to inverse any matrices, without only using rules of thumb which work for simple 2x2 and 2x3 matrices.

As the inverse of a matrix A is 1/|A|*adj(A), and adj(A) is the transpose of a cofactor matrix C of A, I need it to find adjugates of any matrix, to later apply it to inverse matrices.
 
I'll try and explain it step by step, please correct me if I'm wrong.

Lets take a random matrix,

[tex]\begin{bmatrix}1 & 2 & 3 \\ 0 & 4 & 5 \\ 1 & 0 & 6 \end{bmatrix}[/tex]

Then you take the cofactor of each element.

To find the cofactor take the element, eg. [itex]A_{11}[/itex] then you delete the row and column that the elment is in. Then you find the determinant of the resultant matrix.

So for our matrix,

[itex]A_{11}[/itex], so delete row 1 and column 1.

This leaves us with,

[tex]\begin{bmatrix} 4 & 5 \\ 0 & 6 \end{bmatrix}[/tex]

Then take the determinant of that matrix.

[tex]\begin{vmatrix} 4 & 5 \\ 0 & 6 \end{vmatrix}[/tex] = ad-bc = 4 * 6 - 5 * 0 = 24.

So the first element, [itex]A_{11}[/itex], of the cofactor matrix is 24.

[tex]\begin{bmatrix}24 & ? & ? \\ ? & ? & ? \\ ? & ? & ? \end{bmatrix}[/tex]

Just repeat the steps for the rest of the elements.
 
rollcast said:
I'll try and explain it step by step, please correct me if I'm wrong.

Lets take a random matrix,

[tex]\begin{bmatrix}1 & 2 & 3 \\ 0 & 4 & 5 \\ 1 & 0 & 6 \end{bmatrix}[/tex]

Then you take the cofactor of each element.

To find the cofactor take the element, eg. [itex]A_{11}[/itex] then you delete the row and column that the elment is in. Then you find the determinant of the resultant matrix.

So for our matrix,

[itex]A_{11}[/itex], so delete row 1 and column 1.

This leaves us with,

[tex]\begin{bmatrix} 4 & 5 \\ 0 & 6 \end{bmatrix}[/tex]

Then take the determinant of that matrix.

[tex]\begin{vmatrix} 4 & 5 \\ 0 & 6 \end{vmatrix}[/tex] = ad-bc = 4 * 6 - 5 * 0 = 24.

So the first element, [itex]A_{11}[/itex], of the cofactor matrix is 24.

[tex]\begin{bmatrix}24 & ? & ? \\ ? & ? & ? \\ ? & ? & ? \end{bmatrix}[/tex]

Just repeat the steps for the rest of the elements.

Thanks a lot, this helped.
 

Similar threads

Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
9
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
6
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K