475 views

1 Answer

Best answer
5 votes
5 votes

For being invertible matrix , we require that the determinant of that matrix is non zero . In other words , for n * n matrix , the rank of the matrix needs to be n only.

This means that all the rows (or columns) of the matrix are linearly independent ; neither is linearly independent on the other.

So we proceed this way :

We pick the first column : Number of ways that the elements of this first column can take = 2n -  1 [ 1 is subtracted to exclude the case where all the entries are 0's ]

We pick the second column : Number of ways that the elements of this first column can take = 2n - 2 [ 2 is subtracted to take care of the fact that the second column is linearly independent of the previous one i.e. first column .As only 2 multiples are possible at this juncture hence 2 is subtracted ].

We pick the third column : Number of ways that the elements of this first column can take = 2n - 22 [ 22 linear combinations of the first two columns are possible to get the third column.Hence those cases are subtracted ].

Likewise for the fourth column , required number of ways   =    2n - 23

Continuing in this manner , for nth column number of ways   =   2n - 2n-1

Hence required number of matrices                           =   Number of ways of picking element for each column of a matrix

                                                                                 =  (2n - 1) (2n - 2) (2n - 22) ...........(2n - 2n-1)

Worth reading  :   https://math.stackexchange.com/questions/127489/number-of-invertible-0-1-matrices

selected by

Related questions

0 votes
0 votes
0 answers
1
0 votes
0 votes
1 answer
2
Sandy Sharma asked May 31, 2018
2,037 views
For which three numbers $k$ does elimination break down? Which is fixed by a row exchange? In each case, is the number of solutions $0$ or $1$ Infinity?$$Kx + 3 y =6\\3x ...
1 votes
1 votes
1 answer
4
sarika asked Jul 5, 2017
1,202 views
If B has eigenvalues 1, 2, 3, C has eigenvalues 4, 5, 6, and D has eigenvalues 7, 8,9, what are the eigenvalues of the 6 by 6 matrix A =[ B C , 0 D] ?