edited by
488 views
7 votes
7 votes

If a matrix $A$ is given by $f(x)=a_{0}+a_{1}x+a_{2}x^{2}+....+a_{n-1}x^{n-1}+a_{n}x^{n},$then the determinant of $A$ is?

  1. $\frac{a_{0}}{a_{n}}$                 
  2. $\frac{a_{n}}{a_{0}}$
  3. $(-1)^{n}\frac{a_{0}}{a_{n}}$  
  4. $(-1)^{n}\frac{a_{n}}{a_{0}}$
edited by

1 Answer

Best answer
1 votes
1 votes
$f(x)=a_{0}+a_{1}x+a_{2}x^{2}+\dots +a_{n}x^{n}$

Hence   $f(A)=a_{0}+a_{1}A+a_{2}A^{2}+ \dots +a_{n}A^{n}$

Characteristic equation  $f(\lambda)=a_{0}+a_{1}\lambda+a_{2}\lambda^{2}+ \dots+a_{n}\lambda^{n}$

Lets take $ n =2$

$f(\lambda)=a_{0}+a_{1}\lambda+a_{2}\lambda^{2}$

$f(\lambda)= a_{2}\lambda^{2} + a_{1}\lambda + a_{0}$

Lets say roots are $\lambda_{1},\lambda_{2}$

$\mid A \mid  = \lambda_{1}\times \lambda_{2} = \dfrac{a_{0}}{a_{2}}$

Lets take $ n =3$

$f(\lambda)=a_{0}+a_{1}\lambda+a_{2}\lambda^{2} + a_{3}\lambda^{3}$

$f(\lambda)= a_{3}\lambda^{3} + a_{2}\lambda^{2} + a_{1}\lambda + a_{0}$

Lets say roots are $\lambda_{1},\lambda_{2},\lambda_{1}$

$\mid A \mid  = \lambda_{1}\times \lambda_{2}\times \lambda_{3} = -\:\dfrac{a_{0}}{a_{3}}$

$\text{det(A) = Product of eigen values} = \lambda_{1}\times \lambda_{2}\times \dots \times \lambda_{n}$

Hence $det(A)= (-1)^{n}\dfrac{a_{0}}{a_{n}}\:\: \text{(Product of roots of equation)}$

So, the correct answer is $(C).$
selected by

Related questions

0 votes
0 votes
1 answer
1
dragonball asked Jun 28, 2017
504 views
Suppose det(A)=4 then how we could find the det(a^4) ?A is a square matrix of order 4X4 .
1 votes
1 votes
1 answer
2
rahul sharma 5 asked Jul 28, 2017
387 views
True/FalseA matrix is singular iff any row/column is constant multiple of any other row/column?
0 votes
0 votes
0 answers
3
rahul sharma 5 asked Jun 29, 2017
414 views
True /falseIf any row/column is constant is constant multiple of any other row/column then determinant is zero.Whether the converse of this statement is true or false?
1 votes
1 votes
1 answer
4
Desert_Warrior asked Jun 2, 2016
464 views