Testwiki:Reference desk/Archives/Mathematics/2021 October 18
From testwiki
Jump to navigation
Jump to search
Template:Error:not substituted
{| width = "100%"
|- ! colspan="3" align="center" | Mathematics desk |- ! width="20%" align="left" | < October 17 ! width="25%" align="center"|<< Sep | October | Nov >> ! width="20%" align="right" |Current desk > |}
| Welcome to the Wikipedia Mathematics Reference Desk Archives |
|---|
| The page you are currently viewing is a transcluded archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages. |
October 18
Counting permutations in the nullspace of a matrix
Given a matrix (size ) and a matrix (size , with entries in (0, 1)), is there a linear algebra type way to count the number of distinct permutations of such that ? For example, with
then the answer would be 2 with and . 174.73.241.150 (talk) 01:35, 18 October 2021 (UTC)
- I don't see how to establish this in any formal or semi-formal way, but my mathematical instinct makes me expect that the operations of linear algebra will not help to count these permutations. If is a null matrix, and is the weight of , the number of permutations for which the product is the null vector equals I do not see a plausible way how that would be, for example, the permanent of some matrix that is a function of (which is null) and --Lambiam 05:58, 18 October 2021 (UTC)
- Yes, the number of permutations of N is finite so this seems to fall under the domain of discrete programming rather than linear algebra. I strongly suspect the problem can be stated in way that's NP-hard. For example if N is a 0-1 matrix then you essentially have a 0-1 programming problem; it seems unlikely that the special case we're dealing with here would make the problem significantly easier. --RDBury (talk) 11:07, 18 October 2021 (UTC)