Use of guassian elimination to find the determinate of a matrix

  • Thread starter Thread starter question dude
  • Start date Start date
  • Tags Tags
    Elimination Matrix
Click For Summary
SUMMARY

The discussion focuses on using Gaussian elimination to find the characteristic polynomial of a 3x3 matrix A, specifically through the computation of det(A - Iλ). Participants highlight the importance of correctly applying row operations to achieve zeros in the matrix. A key recommendation is to interchange rows to avoid rational values in the determinant calculation. Additionally, the Rule of Sarrus is suggested as an efficient method for calculating the determinant of a 3x3 matrix, emphasizing that Gaussian elimination may be less effective due to the presence of the variable λ.

PREREQUISITES
  • Understanding of matrix algebra, specifically 3x3 matrices
  • Familiarity with Gaussian elimination techniques
  • Knowledge of characteristic polynomials and determinants
  • Basic understanding of the Rule of Sarrus for determinant calculation
NEXT STEPS
  • Study the application of Gaussian elimination on matrices with variable elements
  • Learn how to derive characteristic polynomials for different matrix sizes
  • Explore the Rule of Sarrus in detail for calculating determinants
  • Investigate alternative methods for determinant calculation, such as cofactor expansion
USEFUL FOR

Students studying linear algebra, mathematicians focusing on matrix theory, and educators teaching matrix operations and determinants.

question dude
Messages
80
Reaction score
0

Homework Statement



I have to find that the characteristic polynomial for a 3x3 matrix A, which is effectively the same as finding the det(A - I*lamda)

matrix A is:
attachment.php?attachmentid=254147&d=1385085115.jpg


the problem is that when I've written out 'A - I*lamda' in matrix form, the three values at the bottom left of the matrix (where I've circled in blue in the pic above)

I know that guassian elimination involves subtracting one row (or a multiple of a row) from another, so that I end up changing those three values to zero. But I don't get how this method would work when for one of the rows, there's more than one value which I need to change to zero.
 
Physics news on Phys.org
question dude said:

Homework Statement



I have to find that the characteristic polynomial for a 3x3 matrix A, which is effectively the same as finding the det(A - I*lamda)

matrix A is:
attachment.php?attachmentid=254147&d=1385085115.jpg


the problem is that when I've written out 'A - I*lamda' in matrix form, the three values at the bottom left of the matrix (where I've circled in blue in the pic above)

The three values what? You didn't finish the sentence.

I know that guassian elimination involves subtracting one row (or a multiple of a row) from another, so that I end up changing those three values to zero. But I don't get how this method would work when for one of the rows, there's more than one value which I need to change to zero.

Why don't you just write down ##A -\lambda I## for your original matrix and calculate its determinant?
 
question dude said:

Homework Statement



I have to find that the characteristic polynomial for a 3x3 matrix A, which is effectively the same as finding the det(A - I*lamda)

matrix A is:
attachment.php?attachmentid=254147&d=1385085115.jpg


the problem is that when I've written out 'A - I*lamda' in matrix form, the three values at the bottom left of the matrix (where I've circled in blue in the pic above)

I know that guassian elimination involves subtracting one row (or a multiple of a row) from another, so that I end up changing those three values to zero. But I don't get how this method would work when for one of the rows, there's more than one value which I need to change to zero.

If you have two things to 'zero out' in column 1, you need to do two row-subtractions---one for row 2 and another for row 3. I am very, very surprised that you have not seen this before!

However, I would urge you to NOT start in row 1, because you will obtain rational (not polynomial) values in columns 2 and 3. (Can you see why?) Better: interchange rows 1 and 2 (say), then start with the new row 1---that is, you will be adding or subtracting multiples of 3 to make zeros.
 
The usual method to find the characteristic polynomial of a matrix is to first form the matrix (A - Iλ)

Because of the variable λ in this matrix, Gaussian elimination (a numerical technique) is of limited value in calculating this determinant. However, since you are dealing with a 3x3 matrix, there is an algorithm (the Rule of Sarrus) which allows one to calculate the determinant with a fair amount of algebra involved.

http://en.wikipedia.org/wiki/Rule_of_Sarrus

http://en.wikipedia.org/wiki/Characteristic_polynomial
 
LCKurtz said:
The three values what? You didn't finish the sentence.



Why don't you just write down ##A -\lambda I## for your original matrix and calculate its determinant?


The three values I was referring to, are the ones in the matrix: A - I*lamda

they're located in the same positions are the three values I've circled for matrix: A

I know I have to get them to zero, right?
 
Ray Vickson said:
If you have two things to 'zero out' in column 1, you need to do two row-subtractions---one for row 2 and another for row 3. I am very, very surprised that you have not seen this before!

but there's two values in row 3 that I need to get to zero

I can't make a subtraction that would get them both to zero, because they're not the same values


However, I would urge you to NOT start in row 1, because you will obtain rational (not polynomial) values in columns 2 and 3. (Can you see why?) Better: interchange rows 1 and 2 (say), then start with the new row 1---that is, you will be adding or subtracting multiples of 3 to make zeros.

sorry I can't see why
 
question dude said:
The three values I was referring to, are the ones in the matrix: A - I*lamda

they're located in the same positions are the three values I've circled for matrix: A

I know I have to get them to zero, right?

Like I asked before, why don't you just write down ##A-\lambda I## and take its determinant?

Also, I don't see any ##\lambda##'s in your matrix, so it isn't ##A-\lambda I## in the first place.
 
SteamKing said:
The usual method to find the characteristic polynomial of a matrix is to first form the matrix (A - Iλ)

Because of the variable λ in this matrix, Gaussian elimination (a numerical technique) is of limited value in calculating this determinant. However, since you are dealing with a 3x3 matrix, there is an algorithm (the Rule of Sarrus) which allows one to calculate the determinant with a fair amount of algebra involved.

http://en.wikipedia.org/wiki/Rule_of_Sarrus

http://en.wikipedia.org/wiki/Characteristic_polynomial

seems like a decent method, never come across it before though

is there any significance to the values next to each of 'a' in the matrix shown in your first link?
 
LCKurtz said:
Like I asked before, why don't you just write down ##A-\lambda I## and take its determinant?

Also, I don't see any ##\lambda##'s in your matrix, so it isn't ##A-\lambda I## in the first place.

the matrix I posted in the pic inb my 1st post was for matrix A, not (A - I*lamda)

I've done what you've suggested, by writing down A - I*lamda, its basically the same as matrix A, except for the three values in the central diagonal, they each have '- lamda'

I'm trying to calculate the determinate of A - I*lamda by using guassian elimination
 
  • #10
question dude said:
the matrix I posted in the pic inb my 1st post was for matrix A, not (A - I*lamda)

I've done what you've suggested, by writing down A - I*lamda, its basically the same as matrix A, except for the three values in the central diagonal, they each have '- lamda'

I'm trying to calculate the determinate of A - I*lamda by using guassian elimination

OK then. I thought from your OP you were asking about reducing ##A##, which seemed irrelevant. Both methods should work on ##A-\lambda I## if your arithmetic skills are good.
 
  • #11
question dude said:
seems like a decent method, never come across it before though

is there any significance to the values next to each of 'a' in the matrix shown in your first link?

The values next to the 'a' entries represent the row and column indices of that matrix element.
For instance, a21 tells you this represents the element at row 2, column 1 of the matrix.

This is basic stuff. How much do you know about matrix algebra?
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
4
Views
2K
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
1
Views
2K
  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 5 ·
Replies
5
Views
14K