Let S be the set of all 3×3 matrices A with integer entries such that AAt=I, where At is the transpose of A. Then |S|=?
- 12
- 24
- 48
- 60
I tried to find the structure of such matrices from an arbitrary matrix and using AAt=I and found that these are permutation matrices. So how to calculate the cardinality of set of permutation matrices? Isn't it n!? But that does not give me anything to relate with the options given. Any hint or help please.
Answer
Certainly permutation matrices satisfy AA⊤=I, but there are others! For example,
A=[−100010001]
The condition AA⊤=I forces the columns of A to be orthonormal. Since A is integral, it follows that each column of A has exactly one nonzero entry, which must be ±1. Moreover, the corresponding entries in the other rows must be zero, to ensure orthogonality.
There are three places to place ±1 in the first column, two places in the second, and one in the third. Hence the number of integral matrices satisfying AA⊤=I is
(2⋅3)(2⋅2)(2⋅1)=48
No comments:
Post a Comment