2x2 matrix with factor group elements

jostpuur
Messages
2,112
Reaction score
19
We fix some N=1,2,3,\ldots, and define the factor group \mathbb{Z}_N as \mathbb{Z}/N\mathbb{Z}, and denote the elements x+N\mathbb{Z} as [x], where x\in\mathbb{Z}. My question is that how do you solve [x_1] and [x_2] out of

<br /> \left(\begin{array}{c}<br /> \lbrack y_1\rbrack \\ \lbrack y_2\rbrack \\<br /> \end{array}\right)<br /> = \left(\begin{array}{cc}<br /> \lbrack a_{11}\rbrack &amp; \lbrack a_{12}\rbrack \\<br /> \lbrack a_{21}\rbrack &amp; \lbrack a_{22}\rbrack \\<br /> \end{array}\right)<br /> \left(\begin{array}{c}<br /> \lbrack x_1\rbrack \\ \lbrack x_2\rbrack \\<br /> \end{array}\right)<br />

when [y_1],[y_2],[a_{11}],[a_{12}],[a_{21}],[a_{22}]\in\mathbb{Z}_N are known constants.

First edit:

To clarify what I mean by "a solution", I'll show a one for the 1x1 case, where we seek to solve [y]=[a][x].

If [a]=0 and [y]\neq 0, then there are no solutions.

If [a]=0 and [y]=0, then all [x]\in\mathbb{Z}_N are solutions, and the number of different solutions is N.

If [a]\neq 0, we choose representatives a,y\in\mathbb{Z} such that 0&lt;a&lt;N and 0\leq y&lt;N.

If \textrm{gcd}(a,N) does not divide y, then there are no solutions.

If \textrm{gcd}(a,N) divides y, then a solution exists, and the number of different solutions [x]\in\mathbb{Z}_N is \textrm{gcd}(a,N). So the solution is unique only if \textrm{gcd}(a,N)=1.

Above we interpret that if y=0, then \textrm{gcd}(a,N) divides y.

The whole thing is surprisingly complicated, considering how simple the formula [y]=[a][x] looks. So I would be expecting something similar, but more complicated for the 2x2 case. The greatest common divisor of a_{11}a_{22} - a_{12}a_{21} with something is probably related to the solution?

Of course the problem is not really to write down an algorithm that would "solve" the problem, because that would be trivial. We could write a program that goes through all the N^2 possibilities for ([x_1],[x_2]), and checks which one of them work. I'm seeking something reasonably analytic.

Second edit:

I think I already realized how the problem gets solved, and I probably spent more time describing the problem than solving it, which is peculiar of course... I haven't solved the whole thing yet fully though.
 
Last edited:
Mathematics news on Phys.org
Giving the problem a technical name, I'd called it "solving simultaneous linear equations in a finite field".

A useful digression would be to ask: What's the rellation between the solutions to to simultaneous linear Diophantine equations and the soluitons to linear equations in a finite field?
 
Stephen Tashi said:
Giving the problem a technical name, I'd called it "solving simultaneous linear equations in a finite field".

What? Original poster didn’t say N must be prime. One can solve linear systems over rings with zero divisors (Ī mean ℤN for composite N), but it is a theory different from linear algebra over a field. Even solving one linear equation is a non-trivial problem since we, in general, can’t divide.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top