How do I find the determinant for this matrix:
first row: (x+y 3 2 1)
second row: ( 0 1 0 0)
third row: ( 0 2 x+y 3)
fourth row: ( 0 3 0 1)
(x,y) ∈ R2
Any ideas ?
Printable View
How do I find the determinant for this matrix:
first row: (x+y 3 2 1)
second row: ( 0 1 0 0)
third row: ( 0 2 x+y 3)
fourth row: ( 0 3 0 1)
(x,y) ∈ R2
Any ideas ?
Hello, Tala!
Are you waiting for Divine Intervention?
You haven't been taught to evaluate determinants in general?
Quote:
![]()
Reading down the first column and using cofactors:
No I actually haven't been taught to evaluate determinants in general only by Gauss-Jordan elimination. I do know how to find the determinant and I got the same result as you. I'm just wondering if there's anything smart I can do with the function ?
Okay, by Gauss-Jordan elimination.
Since the first column is, we don't have to do anything to the first column. To get "0"s below the diagonal in the second column, subtract twice the second row from the third row and subtract three times the second row from the fourth row:
Since that is now a triangular matrix, we can practically "read" the determinant of the diagonal. That was easy, wasn't it?
So the function (x+y)2 is the determinant ?