Given that A=0,1,2,3,…8,9
We need to find the number of symmetric matrices.
We know that a matrix is symmetric if Aτ=A.
A=[a11a21a31a12a22a32a13a23a33]
Now a11,a22,a33 can have any digit from 0 to 9.
Number of ways this can be done is 10×10×10=103
Now a12=a21. So number of ways this can be done is 10×1.
Similarly a13=a31, So number of ways this can be done is 10×1.
Also, a23=a32. So number of ways this can be done is 10×1.
∴ Total symmetric matrix=103×10×10×10=106
Hence this is the correct option.