To find the number of square matrices of order 2 using the numbers 1, -1 exactly once and the number 0 twice, follow these steps:
- We are considering matrices of the form: where each element is from the set {1, -1, 0, 0}.
- First, select 2 positions out of the 4 for the 0s. The number of ways to choose 2 positions out of 4 is given by . Thus, the number of ways is: .
- Now that the remaining 2 positions must be filled with 1 and -1, there are 2 ways to arrange them in the selected positions.
- Thus, the total number of matrices is obtained by multiplying these outcomes:
.
Therefore, the number of such matrices is 12.