number of possible $ntimes n$ symmetric matrices with each entry either $o$ or unity
$begingroup$
question:
number of different $ntimes n $ symmetric matrices with each element either 0 or 1 is
$(a)2^n$
$(b)2^{n^{2}}$
$(c)2^{frac{n(n+1)}{2}}$
$(d)2^{frac{n(n-1)}{2}}$
my attempt:
first every digonal matrix is symmetric so, answer should not be $2^n$ it should be greater than that . .....i also know if i choose elements of upper triangular matrix then ,since matrix is symmetric ,elements of lower triangular matrix is automatically fixed ...but i don't know how to do it using permuatations ....answer should be between $ b$ and $c $ . please help
combinatorics matrices permutations
$endgroup$
add a comment |
$begingroup$
question:
number of different $ntimes n $ symmetric matrices with each element either 0 or 1 is
$(a)2^n$
$(b)2^{n^{2}}$
$(c)2^{frac{n(n+1)}{2}}$
$(d)2^{frac{n(n-1)}{2}}$
my attempt:
first every digonal matrix is symmetric so, answer should not be $2^n$ it should be greater than that . .....i also know if i choose elements of upper triangular matrix then ,since matrix is symmetric ,elements of lower triangular matrix is automatically fixed ...but i don't know how to do it using permuatations ....answer should be between $ b$ and $c $ . please help
combinatorics matrices permutations
$endgroup$
2
$begingroup$
Hint: a symmetric matrix is determined by $(n+1)n/2$ entries.
$endgroup$
– Jacky Chong
Dec 16 '18 at 6:14
$begingroup$
so, answer is $c $ but how symmetric matrix is determined by $dfrac{n(n+1)}{2}$ entries ....i want to understand it using permutational arguments ....help me with that please ........
$endgroup$
– deleteprofile
Dec 16 '18 at 6:18
1
$begingroup$
If symmetric is not there then there is $n^2$ places to put 0 or 1 .because of symmetry places below diagonal are already determined by elements above diagonal.
$endgroup$
– Cloud JR
Dec 16 '18 at 6:21
add a comment |
$begingroup$
question:
number of different $ntimes n $ symmetric matrices with each element either 0 or 1 is
$(a)2^n$
$(b)2^{n^{2}}$
$(c)2^{frac{n(n+1)}{2}}$
$(d)2^{frac{n(n-1)}{2}}$
my attempt:
first every digonal matrix is symmetric so, answer should not be $2^n$ it should be greater than that . .....i also know if i choose elements of upper triangular matrix then ,since matrix is symmetric ,elements of lower triangular matrix is automatically fixed ...but i don't know how to do it using permuatations ....answer should be between $ b$ and $c $ . please help
combinatorics matrices permutations
$endgroup$
question:
number of different $ntimes n $ symmetric matrices with each element either 0 or 1 is
$(a)2^n$
$(b)2^{n^{2}}$
$(c)2^{frac{n(n+1)}{2}}$
$(d)2^{frac{n(n-1)}{2}}$
my attempt:
first every digonal matrix is symmetric so, answer should not be $2^n$ it should be greater than that . .....i also know if i choose elements of upper triangular matrix then ,since matrix is symmetric ,elements of lower triangular matrix is automatically fixed ...but i don't know how to do it using permuatations ....answer should be between $ b$ and $c $ . please help
combinatorics matrices permutations
combinatorics matrices permutations
asked Dec 16 '18 at 6:13
deleteprofiledeleteprofile
1,155316
1,155316
2
$begingroup$
Hint: a symmetric matrix is determined by $(n+1)n/2$ entries.
$endgroup$
– Jacky Chong
Dec 16 '18 at 6:14
$begingroup$
so, answer is $c $ but how symmetric matrix is determined by $dfrac{n(n+1)}{2}$ entries ....i want to understand it using permutational arguments ....help me with that please ........
$endgroup$
– deleteprofile
Dec 16 '18 at 6:18
1
$begingroup$
If symmetric is not there then there is $n^2$ places to put 0 or 1 .because of symmetry places below diagonal are already determined by elements above diagonal.
$endgroup$
– Cloud JR
Dec 16 '18 at 6:21
add a comment |
2
$begingroup$
Hint: a symmetric matrix is determined by $(n+1)n/2$ entries.
$endgroup$
– Jacky Chong
Dec 16 '18 at 6:14
$begingroup$
so, answer is $c $ but how symmetric matrix is determined by $dfrac{n(n+1)}{2}$ entries ....i want to understand it using permutational arguments ....help me with that please ........
$endgroup$
– deleteprofile
Dec 16 '18 at 6:18
1
$begingroup$
If symmetric is not there then there is $n^2$ places to put 0 or 1 .because of symmetry places below diagonal are already determined by elements above diagonal.
$endgroup$
– Cloud JR
Dec 16 '18 at 6:21
2
2
$begingroup$
Hint: a symmetric matrix is determined by $(n+1)n/2$ entries.
$endgroup$
– Jacky Chong
Dec 16 '18 at 6:14
$begingroup$
Hint: a symmetric matrix is determined by $(n+1)n/2$ entries.
$endgroup$
– Jacky Chong
Dec 16 '18 at 6:14
$begingroup$
so, answer is $c $ but how symmetric matrix is determined by $dfrac{n(n+1)}{2}$ entries ....i want to understand it using permutational arguments ....help me with that please ........
$endgroup$
– deleteprofile
Dec 16 '18 at 6:18
$begingroup$
so, answer is $c $ but how symmetric matrix is determined by $dfrac{n(n+1)}{2}$ entries ....i want to understand it using permutational arguments ....help me with that please ........
$endgroup$
– deleteprofile
Dec 16 '18 at 6:18
1
1
$begingroup$
If symmetric is not there then there is $n^2$ places to put 0 or 1 .because of symmetry places below diagonal are already determined by elements above diagonal.
$endgroup$
– Cloud JR
Dec 16 '18 at 6:21
$begingroup$
If symmetric is not there then there is $n^2$ places to put 0 or 1 .because of symmetry places below diagonal are already determined by elements above diagonal.
$endgroup$
– Cloud JR
Dec 16 '18 at 6:21
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
As you say, there are $n$ elements along the diagonal. Each of them can be anything. That leaves $n^2-n$ elements, which occur in pairs symmetric across the diagonal. The entries of each pair must agree, but different pairs can have different values. There are $frac 12(n^2-n)$ pairs. That gives $n+frac 12(n^2-n)=frac 12n(n+1)$ free elements in an $n times n$ symmetric matrix.
$endgroup$
$begingroup$
in case if in question matrix was skew symmetric then answer would be $2^{frac{n(n-1)}{2}}$
$endgroup$
– deleteprofile
Dec 16 '18 at 6:28
$begingroup$
You are right..
$endgroup$
– Cloud JR
Dec 16 '18 at 6:29
$begingroup$
@deleteprofile if the entries are only $0$ and $1$ it cannot be skew symmetric except if it's all $0$.
$endgroup$
– quid♦
Dec 16 '18 at 23:01
add a comment |
$begingroup$
Hint. What is the total number of entries on and above the principal diagonal of an $ntimes n$ matrix? You have $n$ entries on the diagonal, $n-1$ immediately above the diagonal, $n-2$ above that and so on till you only have $1$ entry in the upper-right corner of the matrix. What is the sum $1+2+...+(n-1)+n$?
$endgroup$
add a comment |
$begingroup$
For $ntimes n$ matrix there is $n^2$ places to put 0 or 1 .Because of symmetry places below diagonal are already determined by elements above diagonal.
Totally there are $n^2 $ entries,below principal diagonal entries are already determined by above. Entries above diagonal is $ cfrac{n^2-n}{2}$ .now add diagonal places which gives you $cfrac{n(n+1)}{2}$
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3042296%2fnumber-of-possible-n-times-n-symmetric-matrices-with-each-entry-either-o-or%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
As you say, there are $n$ elements along the diagonal. Each of them can be anything. That leaves $n^2-n$ elements, which occur in pairs symmetric across the diagonal. The entries of each pair must agree, but different pairs can have different values. There are $frac 12(n^2-n)$ pairs. That gives $n+frac 12(n^2-n)=frac 12n(n+1)$ free elements in an $n times n$ symmetric matrix.
$endgroup$
$begingroup$
in case if in question matrix was skew symmetric then answer would be $2^{frac{n(n-1)}{2}}$
$endgroup$
– deleteprofile
Dec 16 '18 at 6:28
$begingroup$
You are right..
$endgroup$
– Cloud JR
Dec 16 '18 at 6:29
$begingroup$
@deleteprofile if the entries are only $0$ and $1$ it cannot be skew symmetric except if it's all $0$.
$endgroup$
– quid♦
Dec 16 '18 at 23:01
add a comment |
$begingroup$
As you say, there are $n$ elements along the diagonal. Each of them can be anything. That leaves $n^2-n$ elements, which occur in pairs symmetric across the diagonal. The entries of each pair must agree, but different pairs can have different values. There are $frac 12(n^2-n)$ pairs. That gives $n+frac 12(n^2-n)=frac 12n(n+1)$ free elements in an $n times n$ symmetric matrix.
$endgroup$
$begingroup$
in case if in question matrix was skew symmetric then answer would be $2^{frac{n(n-1)}{2}}$
$endgroup$
– deleteprofile
Dec 16 '18 at 6:28
$begingroup$
You are right..
$endgroup$
– Cloud JR
Dec 16 '18 at 6:29
$begingroup$
@deleteprofile if the entries are only $0$ and $1$ it cannot be skew symmetric except if it's all $0$.
$endgroup$
– quid♦
Dec 16 '18 at 23:01
add a comment |
$begingroup$
As you say, there are $n$ elements along the diagonal. Each of them can be anything. That leaves $n^2-n$ elements, which occur in pairs symmetric across the diagonal. The entries of each pair must agree, but different pairs can have different values. There are $frac 12(n^2-n)$ pairs. That gives $n+frac 12(n^2-n)=frac 12n(n+1)$ free elements in an $n times n$ symmetric matrix.
$endgroup$
As you say, there are $n$ elements along the diagonal. Each of them can be anything. That leaves $n^2-n$ elements, which occur in pairs symmetric across the diagonal. The entries of each pair must agree, but different pairs can have different values. There are $frac 12(n^2-n)$ pairs. That gives $n+frac 12(n^2-n)=frac 12n(n+1)$ free elements in an $n times n$ symmetric matrix.
answered Dec 16 '18 at 6:24
Ross MillikanRoss Millikan
296k23198371
296k23198371
$begingroup$
in case if in question matrix was skew symmetric then answer would be $2^{frac{n(n-1)}{2}}$
$endgroup$
– deleteprofile
Dec 16 '18 at 6:28
$begingroup$
You are right..
$endgroup$
– Cloud JR
Dec 16 '18 at 6:29
$begingroup$
@deleteprofile if the entries are only $0$ and $1$ it cannot be skew symmetric except if it's all $0$.
$endgroup$
– quid♦
Dec 16 '18 at 23:01
add a comment |
$begingroup$
in case if in question matrix was skew symmetric then answer would be $2^{frac{n(n-1)}{2}}$
$endgroup$
– deleteprofile
Dec 16 '18 at 6:28
$begingroup$
You are right..
$endgroup$
– Cloud JR
Dec 16 '18 at 6:29
$begingroup$
@deleteprofile if the entries are only $0$ and $1$ it cannot be skew symmetric except if it's all $0$.
$endgroup$
– quid♦
Dec 16 '18 at 23:01
$begingroup$
in case if in question matrix was skew symmetric then answer would be $2^{frac{n(n-1)}{2}}$
$endgroup$
– deleteprofile
Dec 16 '18 at 6:28
$begingroup$
in case if in question matrix was skew symmetric then answer would be $2^{frac{n(n-1)}{2}}$
$endgroup$
– deleteprofile
Dec 16 '18 at 6:28
$begingroup$
You are right..
$endgroup$
– Cloud JR
Dec 16 '18 at 6:29
$begingroup$
You are right..
$endgroup$
– Cloud JR
Dec 16 '18 at 6:29
$begingroup$
@deleteprofile if the entries are only $0$ and $1$ it cannot be skew symmetric except if it's all $0$.
$endgroup$
– quid♦
Dec 16 '18 at 23:01
$begingroup$
@deleteprofile if the entries are only $0$ and $1$ it cannot be skew symmetric except if it's all $0$.
$endgroup$
– quid♦
Dec 16 '18 at 23:01
add a comment |
$begingroup$
Hint. What is the total number of entries on and above the principal diagonal of an $ntimes n$ matrix? You have $n$ entries on the diagonal, $n-1$ immediately above the diagonal, $n-2$ above that and so on till you only have $1$ entry in the upper-right corner of the matrix. What is the sum $1+2+...+(n-1)+n$?
$endgroup$
add a comment |
$begingroup$
Hint. What is the total number of entries on and above the principal diagonal of an $ntimes n$ matrix? You have $n$ entries on the diagonal, $n-1$ immediately above the diagonal, $n-2$ above that and so on till you only have $1$ entry in the upper-right corner of the matrix. What is the sum $1+2+...+(n-1)+n$?
$endgroup$
add a comment |
$begingroup$
Hint. What is the total number of entries on and above the principal diagonal of an $ntimes n$ matrix? You have $n$ entries on the diagonal, $n-1$ immediately above the diagonal, $n-2$ above that and so on till you only have $1$ entry in the upper-right corner of the matrix. What is the sum $1+2+...+(n-1)+n$?
$endgroup$
Hint. What is the total number of entries on and above the principal diagonal of an $ntimes n$ matrix? You have $n$ entries on the diagonal, $n-1$ immediately above the diagonal, $n-2$ above that and so on till you only have $1$ entry in the upper-right corner of the matrix. What is the sum $1+2+...+(n-1)+n$?
answered Dec 16 '18 at 6:23
Shubham JohriShubham Johri
5,172717
5,172717
add a comment |
add a comment |
$begingroup$
For $ntimes n$ matrix there is $n^2$ places to put 0 or 1 .Because of symmetry places below diagonal are already determined by elements above diagonal.
Totally there are $n^2 $ entries,below principal diagonal entries are already determined by above. Entries above diagonal is $ cfrac{n^2-n}{2}$ .now add diagonal places which gives you $cfrac{n(n+1)}{2}$
$endgroup$
add a comment |
$begingroup$
For $ntimes n$ matrix there is $n^2$ places to put 0 or 1 .Because of symmetry places below diagonal are already determined by elements above diagonal.
Totally there are $n^2 $ entries,below principal diagonal entries are already determined by above. Entries above diagonal is $ cfrac{n^2-n}{2}$ .now add diagonal places which gives you $cfrac{n(n+1)}{2}$
$endgroup$
add a comment |
$begingroup$
For $ntimes n$ matrix there is $n^2$ places to put 0 or 1 .Because of symmetry places below diagonal are already determined by elements above diagonal.
Totally there are $n^2 $ entries,below principal diagonal entries are already determined by above. Entries above diagonal is $ cfrac{n^2-n}{2}$ .now add diagonal places which gives you $cfrac{n(n+1)}{2}$
$endgroup$
For $ntimes n$ matrix there is $n^2$ places to put 0 or 1 .Because of symmetry places below diagonal are already determined by elements above diagonal.
Totally there are $n^2 $ entries,below principal diagonal entries are already determined by above. Entries above diagonal is $ cfrac{n^2-n}{2}$ .now add diagonal places which gives you $cfrac{n(n+1)}{2}$
edited Dec 16 '18 at 6:28
answered Dec 16 '18 at 6:23
Cloud JRCloud JR
909518
909518
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3042296%2fnumber-of-possible-n-times-n-symmetric-matrices-with-each-entry-either-o-or%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
$begingroup$
Hint: a symmetric matrix is determined by $(n+1)n/2$ entries.
$endgroup$
– Jacky Chong
Dec 16 '18 at 6:14
$begingroup$
so, answer is $c $ but how symmetric matrix is determined by $dfrac{n(n+1)}{2}$ entries ....i want to understand it using permutational arguments ....help me with that please ........
$endgroup$
– deleteprofile
Dec 16 '18 at 6:18
1
$begingroup$
If symmetric is not there then there is $n^2$ places to put 0 or 1 .because of symmetry places below diagonal are already determined by elements above diagonal.
$endgroup$
– Cloud JR
Dec 16 '18 at 6:21