1,499 views
1 1 vote
a real n*n matrix aij =i if i = j , otherwise 0

the determinant of all n eigen values of A is

a) n(n+1)/2

b) n(n-1)/2

c) n(n+1)(2n+1)/6

d) factorial(n)

my ans is d but the ans given is a. Is it correct?

1 Answer

0 0 votes

For any nxn matrix, given with the conditions as..
For i=j, aij=i..
And 0 otherwise....!

So, this will lead out to the diagonal matrix, with the entries as:
1,2,3,4,5...........n...!!

And for the diagonal matrix, the eigen values are the diagonal entries themselves..!!
Hence, we know that the determinant of the diagonal matrix will be the product of all the diagonal entries...!!

Which will come out to..
1 x 2 x 3 x 4 x.........x n = n!

Position:
Show:

Related questions

0 0 votes
0 0 answers
1.8k
1.8k views
aashijn asked Apr 28, 2022
1,793 views
employee (person-name, street, city)works (person-name, company-name, salary)company (company-name, city)manages (person-name, manager-name) a. Find the names of all empl...
1 1 vote
2 2 answers
586
586 views
mk_007 asked Oct 2, 2021
586 views
14.Show that the grammar S → aSb |SS| e is ambiguous, but that the language denoted by it is not.Can someone share the approach for second part.
0 0 votes
1 1 answer
482
482 views
Pradeep A asked Jun 9, 2018
482 views
If the set has a finite # of elements, prove that if f maps S onto S1 then which of the following is false??(a) f is 1-1(b) f is onto(c) f is bijection(d) f is onto and n...
0 0 votes
0 0 answers
1.4k
1.4k views
Ismail asked Jan 30, 2018
1,419 views