in Linear Algebra edited by
6,463 views
25 votes
25 votes

The determinant of the matrix $$\begin{bmatrix}2 &0  &0  &0 \\  8&  1&  7& 2\\  2&  0&2  &0 \\  9&0  & 6 & 1 \end{bmatrix}$$

  1. $4$
  2. $0$
  3. $15$
  4. $20$
in Linear Algebra edited by
6.5k views

2 Comments

apply transpose and reduce it to row reduced form
0
0

2 * $\begin{vmatrix} 1 &7 & 2\\ 0 & 2 & 0\\ 0 &6 & 1 \end{vmatrix}$ (considering 2 0 0 0 row)

= 2 * 2 * $\begin{vmatrix} 1 &2 \\ 0&1 \end{vmatrix}$    (considering the row 0 2 0)

=4 

0
0

7 Answers

30 votes
30 votes
Best answer
$\text{Let }|A|=\begin{vmatrix}2 &0  &0  &0 \\  8&  1&  7& 2\\  2&  0&2  &0 \\  9&0  & 6 & 1 \end{vmatrix}$

$\implies |A|=2\times\begin{vmatrix}  1&  7& 2\\  0&2  &0 \\ 0  & 6 & 1 \end{vmatrix}$

$\implies |A|=2\times 1\times \begin{vmatrix}  2  &0 \\ 6 & 1 \end{vmatrix}$

$\implies |A|=2\times 1\times (2-0)$

$\implies |A|=2\times 1\times 2=4$

Answer$: A$
edited by

4 Comments

Please explain?
0
0
edited by

A really cool way to find the determinant of an nxn matrix when many of its entries are 0.

From row 1 column 1 $\rightarrow$ 2
From row 2 column 2 $\rightarrow$ 1
From row 3 column 3 $\rightarrow$ 2
From row 4 column 4 $\rightarrow$ 1
$(\alpha,\beta,\gamma,\delta)=(1,2,3,4)$
As no swaps are required to get back to $(1,2,3,4)$, so the sign is positive and all the other terms are 0. 
Determinant = $2*1*2*1=4$


METHOD

The big formula for computing the determinant of any square matrix is:

$det A =$ $\sum_{n! terms}$ $ ±a_{1\alpha }a_{2\beta }a_{3\gamma }a_{n\omega }$
where (α, β, γ, ...ω) is some permutation of (1, 2, 3, ..., n)

There are n ways to choose an element from the first row (i.e. a value for α), after which there are only n − 1 ways to choose an element from the second row that avoids a zero determinant. Then there are n − 2 choices from the third row, n − 3 from the fourth, and so on. So there are total n! terms in the summation. 

Sign of a term is determined by the number of swaps of permutation of 1,2,3,...n required to get back to 1,2,3.. n.
For even number of swaps - positive
For an odd number of swaps - negative
For example- 1,3,2 
Only 1 swap is required to get back to 1,2,3

Reference

7
7

Soumya29  the determinant you calculated as product of diagonal entries is after applying elimination method, right?

0
0
@meghna..  No..I applied it directly and this is a general procedure. You can apply it to find the determinant of any matrix that has lots of 0's in it. Upper triangular one is a special case of this method only. You can check the reference link in my above for it.
0
0
13 votes
13 votes

I reduced it to an upper triangular matrix.

1 comment

@Pronomita Dey 1 

after reducing R4=R4-9/2R1 , 

in row 4th  column  3rd  there should be 6.

you wrote 0???

2
2
4 votes
4 votes

2*1*2*1 = 4 so option A is right

3 votes
3 votes
2*1*2*1=4 break it into determinant of smaller pieces where you are doing it in such a way that you should have to do lesser number of operations

1 comment

if we do nornally by cofactor method we get 20 as ans why that's not true?
0
0
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true