In Linear Algebra, we need to solve linear equation systems in fields $\mathbb{Z}_n$. As an example: In the field $\mathbb{Z}_6:2 \odot 3\equiv 2\cdot3\mod6\equiv 0$ My question is now, how can I remember them more easily? Is there a structure that you can follow in order to solve $n \mod m$ for positive and negative integers?
2026-04-06 22:36:00.1775514960
How to remember n modulo m operations better?
86 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in LINEAR-ALGEBRA
- An underdetermined system derived for rotated coordinate system
- How to prove the following equality with matrix norm?
- Alternate basis for a subspace of $\mathcal P_3(\mathbb R)$?
- Why the derivative of $T(\gamma(s))$ is $T$ if this composition is not a linear transformation?
- Why is necessary ask $F$ to be infinite in order to obtain: $ f(v)=0$ for all $ f\in V^* \implies v=0 $
- I don't understand this $\left(\left[T\right]^B_C\right)^{-1}=\left[T^{-1}\right]^C_B$
- Summation in subsets
- $C=AB-BA$. If $CA=AC$, then $C$ is not invertible.
- Basis of span in $R^4$
- Prove if A is regular skew symmetric, I+A is regular (with obstacles)
Related Questions in FIELD-THEORY
- Square classes of a real closed field
- Question about existence of Galois extension
- Proving addition is associative in $\mathbb{R}$
- Two minor questions about a transcendental number over $\Bbb Q$
- Is it possible for an infinite field that does not contain a subfield isomorphic to $\Bbb Q$?
- Proving that the fraction field of a $k[x,y]/(f)$ is isomorphic to $k(t)$
- Finding a generator of GF(16)*
- Operator notation for arbitrary fields
- Studying the $F[x]/\langle p(x)\rangle$ when $p(x)$ is any degree.
- Proof of normal basis theorem for finite fields
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
$\mathbb{Z}_6$ is not a field. It is a ring. $\mathbb{Z}_p$ is a field iff $p$ is prime.
Note, that $\mathbb{Z}_6$ contains 'zero divisors'. It is $2,3\neq 0$ but $2\cdot 3=6=0\mod 6$
If you have such a field $\mathbb{Z}_p$ given, there is not much different from other fields, you know by heart, like $\mathbb{R}$. Everything works the same. You just have to slightly adapt.
For example:
If you have this equation given:
$2x=3$ and you have to solve for $x$, then it is pretty easy in $\mathbb{R}$. You just multiply by $\frac12=2^{-1}$ and get $x=\frac32$.
When you have the same equation in $\mathbb{Z}_7$ (where I take the prime number 7 for the example), it works the same, but it is not obvious, what $2^{-1}\in\mathbb{Z}_7$ is. But we know it exists, because $2\neq 0\in\mathbb{Z}_7$, so there is an inverse, we just have to find it.
For that you might ask: For which $a\in\mathbb{Z}_7$ holds $a\cdot 2=1$
And you can just go by brute force, since the field is finite (has 7 elements)
$1\cdot 2=2\mod 7$
$2\cdot 2=4\mod 7$
$3\cdot 2=6\mod 7$
$4\cdot 2=8=1\mod 7$
So we found the inverse of $2$. It is $4=2^{-1}$
So $2x=3\Leftrightarrow 4\cdot 2x=4\dot 3\Leftrightarrow 8x=12\Leftrightarrow x=5$
Note also, how we reduce the 'numbers' here. I write 'numbers' because it are not actuall numbers. We are working with the remainder clases you get when you divide an integer by 7, which are $0,1,2,3,4,5,6$
And it is for example $\dotso=-14=-7=0=7=14=\dotso$
or $\dotso=-3=4=11=\dotso$
Note here, that you just have to add $7$. This might be the easiest (and dumbest) way, so find these equalities.
So all you have to remember, is
1) $\mathbb{Z}_n$ is a field if and only if $n$ happens to be a prime number
2) The elements of $\mathbb{Z}_n$ are the numbers which can occur by the integer division with n, which are $0,1,2,\dotso, n-1$
And when you work with them, there is not much that can really happen. In your example, you can write $2\cdot 3=6$ which is completely fine, but one might want to reduce that to $0$. (It is the same thing!)
So you can just add and multiply like always and after that you subtract $n$ as often as possible, until you get the smallest nonnegative number.