The number of permutation matrices of order $n$, where permutation matrices are given by $$A=[a_{i,j}],~a_{i,j}=0~\mbox{or}~1,~\mbox{so that}~\sum_{i=1}^na_{i,j}=\sum_{j=1}^na_{i,j}=1,~\forall i,j=1,2,...,n$$ Can it be $n!$ ?
Asked
Active
Viewed 1,058 times
1 Answers
1
The matrix is formed of $n$ rows, and in these rows you can put any of the following $n$ vectors, (without placing the same row in 2 different places) $$(1,0, \cdots, 0),(0,1,0,\cdots,0), \cdots, (0,\cdots,0,1)$$
So the question is the same as asking, if you have $n$ persons, in how many ways these people can sit on $n$ seats?
So yes the answer is $n!$
Fareed Abi Farraj
- 3,446