Find inverse matrix using determinants and adjoints

Click For Summary

Homework Help Overview

The discussion revolves around finding the inverse of a 3x3 matrix using determinants and adjoints. The original poster presents a matrix and describes their attempts to calculate the adjoint and determinant, expressing confusion over obtaining different determinant values through various expansion methods.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • The original poster attempts to compute cofactors for the adjoint matrix and calculates the determinant using different rows, questioning the accuracy of their results.
  • Some participants suggest that the determinant calculation may be incorrect and point out potential sign errors in the original poster's work.
  • Others introduce the concept of a discriminant related to the system of equations represented by the matrix, questioning whether it vanishes and its implications for the matrix's invertibility.

Discussion Status

The discussion is active, with participants providing feedback on the original poster's calculations and pointing out errors. There is an ongoing exploration of the determinant's value and its significance for the matrix's invertibility, but no consensus has been reached regarding the final outcome.

Contextual Notes

The original poster is working under the constraints of homework rules, which may limit the resources they can consult. There is a focus on ensuring the calculations are correct before proceeding with finding the inverse.

ducmod
Messages
86
Reaction score
0
Hello!

Please, help me to see my mistake - for quite a while I can't solve a very easy matrix.

I have to
find the inverse of the given matrix using their determinants and adjoints.
4 6 -3
3 4 -3
1 2 6

to find adjoint matrix I need to find cofactors 11, 12, etc till 33.
Cofactor11 = (-1)^(1+1) x det([4 -3] => C11 = 24 + 6 = 30
2 6
Cofactor12 = (-1)^(1+2) x det([3 -3] => C12 = -(18 + 3) = -21
1 6

Cofactor13 = (-1)^(1+3) x det([3 4] => C13 = 6 - 4 = 2
1 2

Cofactor21 = (-1)^(2+1) x det([6 -3] => C21 = -(36 + 6) = -42
2 6

Cofactor22 = (-1)^(2+2) x det([4 -3] => C22 = 24 + 3 = 27
1 6
Cofactor23 = (-1)^(2+3) x det([4 6] => C23 = -(8 - 6) = -2
1 2

Cofactor31 = (-1)^(3+1) x det([6 -3] => C31 = -6
4 -3

Cofactor32 = (-1)^(3+2) x det([4 -3] => C32 = -(-12 + 9) = 3
3 -3
Cofactor33 = (-1)^(3+3) x det([4 6] => C33 = 16 - 18 = -2
3 4

Adjoint matrix:
30 -42 -6
-21 27 3
2 -2 -2

det(of initial matrix taken by the first row) = 4 x (-1)^(1+1) x det([A11)] + 6 x (-1)^(1+2) x det([A12)] + (-3) x (-1)^(1+3) x det([A13)] = 4 x 30 + 6 x (-21) + (-3) x (-2) = 0

and if I try to find the det of intial matrix by expanding over the third row I get 1 x (-6) + 2 x (-1) x (-3) + 6 x (-2) = -2

and if I try to find the det of intial matrix by expanding over the second row I get (-3) x 42 + 4 x 27 + 3 x 2 = -12

I have tried multiple times, with different rows for initial matrix, and each time I get a different result.
Am I doing something wrong with cofactors?

Thank you!
 
Last edited:
Physics news on Phys.org
  • Like
Likes   Reactions: ducmod
ducmod said:
Hello!

Please, help me to see my mistake - for quite a while I can't solve a very easy matrix.

I have to
find the inverse of the given matrix using their determinants and adjoints.
4 6 -3
3 4 -3
1 2 6

to find adjoint matrix I need to find cofactors 11, 12, etc till 33.
Cofactor11 = (-1)^(1+1) x det([4 -3] => C11 = 24 + 6 = 30
2 6
Cofactor12 = (-1)^(1+2) x det([3 -3] => C12 = -(18 + 3) = -21
1 6

Cofactor13 = (-1)^(1+3) x det([3 4] => C13 = 6 - 4 = 2
1 2

Cofactor21 = (-1)^(2+1) x det([6 -3] => C21 = -(36 + 6) = -42
2 6

Cofactor22 = (-1)^(2+2) x det([4 -3] => C22 = 24 + 3 = 27
1 6
Cofactor23 = (-1)^(2+3) x det([4 6] => C23 = -(8 - 6) = -2
1 2

Cofactor31 = (-1)^(3+1) x det([6 -3] => C31 = -6
4 -3

Cofactor32 = (-1)^(3+2) x det([4 -3] => C32 = -(-12 + 9) = 3
3 -3
Cofactor33 = (-1)^(3+3) x det([4 6] => C33 = 16 - 18 = -2
3 4

Adjoint matrix:
30 -42 -6
-21 27 3
2 -2 -2

det(of initial matrix taken by the first row) = 4 x (-1)^(1+1) x det([A11)] + 6 x (-1)^(1+2) x det([A12)] + (-3) x (-1)^(1+3) x det([A13)] = 4 x 30 + 6 x (-21) + (-3) x (-2) = 0

I have tried multiple times, with different rows for initial matrix, and each time I get a different result.
Am I doing something wrong with cofactors?

Thank you!
Your calculation of the det(A) = 0 is incorrect. If A has a zero determinant, can it have an inverse?
 
  • Like
Likes   Reactions: ducmod
The last sign you typed in the determinant calculation is wrong.
 
  • Like
Likes   Reactions: ducmod
Consider that you are in fact in front of three systems with each three linear combinations depending on three unknown scalars; for example, the system corresponding to the first column is:

4 . x11 + 6 . x12 - 3 . x13 = 1

3 . x11 + 4 . x12 - 3 . x13 = 0

1 . x11 + 2 . x12 + 6 . x13 = 0

First verify that the discriminant of the system doesn’t vanish; that is let calculate:

+ 4 . [4 . 6 – 2 . (-3)] – (+6) . [3 . 6 – 1 . (-3)] + (-3) . [3 . 2 – 1 . 4]

=

4 . (24 + 6) – 6 . (18 + 3) + 3 . (6 – 4)

=

4 . 30 – 6 . 21 + 3 . 2

=

120 – 126 + 6

=

0

Unfortunately, yes that discriminant vanishes. The matrix cannot be inverted. The most important is to know how a discriminant of a system /determinant of a matrix must be calculated.
 
Blackforest said:
Consider that you are in fact in front of three systems with each three linear combinations depending on three unknown scalars; for example, the system corresponding to the first column is:

4 . x11 + 6 . x12 - 3 . x13 = 1

3 . x11 + 4 . x12 - 3 . x13 = 0

1 . x11 + 2 . x12 + 6 . x13 = 0

First verify that the discriminant of the system doesn’t vanish; that is let calculate:

+ 4 . [4 . 6 – 2 . (-3)] – (+6) . [3 . 6 – 1 . (-3)] + (-3) . [3 . 2 – 1 . 4]

=

4 . (24 + 6) – 6 . (18 + 3) + 3 . (6 – 4)
You flipped a sign here. The matrix can be inverted.
 
  • Like
Likes   Reactions: ducmod
Thank you everyone! I see - my mistake is in the sign, as you have pointed out. Expanding by the first and second row both produce -12.
 
Once again - thank you very much for your help! I have found the inverse matrix by correcting the determinant of the initial matrix.
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 23 ·
Replies
23
Views
2K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K