2x2 matrix with factor group elements

AI Thread Summary
The discussion focuses on solving simultaneous linear equations in a finite field, specifically using the factor group \mathbb{Z}_N. The original poster seeks to determine [x_1] and [x_2] from a 2x2 matrix equation involving known constants [y_1], [y_2], and matrix elements [a_{ij}]. Key insights include that if the determinant of the matrix is zero, the system may have no solutions or infinitely many, depending on the values of [y]. The relationship between solutions in finite fields and linear Diophantine equations is also explored, emphasizing the complexity of the problem, especially for composite N. The conversation highlights the challenges of solving linear systems over rings with zero divisors, which differ from traditional linear algebra methods.
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...
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Back
Top