Permutations in Matrix!

Question-Let AA be the set of all 33x33 symmetric matrices whose entries are 1,1,1,0,0,0,1,1,11, 1, 1, 0, 0, 0, -1, -1, -1. BB is one of the matrix in set AA.

Number of such matrices BB in set AA is kk. Then, what is the value of kk?

#Combinatorics #MathProblem #Math

Note by Advitiya Brijesh
7 years, 11 months ago

No vote yet
5 votes

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

A 3×3 3 \times 3 symmetric matrix follows this pattern: (adedbfefc) \begin{pmatrix} a & d & e \\ d & b & f \\ e & f & c \end{pmatrix} So we have to choose which numbers are a a , bb, cc, dd, ee and ff. Firstly, we'll focus on the principal diagonal: (abc) \begin{pmatrix} a & & \\ & b & \\ & & c \end{pmatrix} If we had a=bc a = b \neq c , the third entry of aa wouldn't have a symmetric entry. For the same reason, we can't have ab=c a \neq b = c nor a=cb a = c \neq b. If we had a=b=c a = b = c , then we couldn't build a symmetric matrix: we could choose a number for dd and ee, but there couldn't be symmetry in the remaning places. Hence aa, bb and cc are all different numbers, and we have 3! 3! possibilities. Now, we'll focus on the other numbers, outside the principal diagonal: (dedfef) \begin{pmatrix} & d & e \\ d & & f \\ e & f & \end{pmatrix} Since aa, bb and cc are all different numbers, we have 2 entries of 1-1, 00 and 11 left. It's obvious that dd, ee and ff must also be all different numbers, and we have 3!3! possibilities for them too. So the cardinality of the set AA is (3!)2=36 { \left( 3! \right) }^2 = 36 . I'm quite sure this is the right answer, but I'm open to corrections :)

Battista Lonardi - 7 years, 11 months ago

Log in to reply

yup! Thanks! :)

Advitiya Brijesh - 7 years, 11 months ago

Here's a better phrasing of the question: How many symmetric 3x3 matrices exist, with entries consisting of three 1's, three 0's, and three -1's.

Also, I'm going to put this answer in code in case any users don't want to see it: (5^2 - 13)*3

Bob Krueger - 7 years, 11 months ago

How would you define a symmetric matrix?

Tim Vermeulen - 7 years, 11 months ago

Log in to reply

If AA is a matrix of some order. Then, AA=ATA^T. Where, ATA^T denotes the transpose of matrix AA. For Transpose of matrix, see here, http://en.wikipedia.org/wiki/Transpose

Advitiya Brijesh - 7 years, 11 months ago

Think about the diagonal that goes from the upper left to the bottom right corners. A symmetric matrix has symmetry about this line. This really only works for square matrices.

Bob Krueger - 7 years, 11 months ago
×

Problem Loading...

Note Loading...

Set Loading...