Exploring Muddled Equations & Modular Operations

  • Thread starter Playdo
  • Start date
In summary, the conversation is about a notation that allows for the investigation of equations with multiple modular operations from different bases. The notation defines a natural variable x or a that can take on any natural value and zero if allowed. The notation also allows for using x as a constant and finding sets of residues modulo a or natural numbers modulo a, depending on whether a is a variable or a constant. This notation also has implications for multiple base operations and the order in which they are performed, similar to permutations in Abstract Algebra. The purpose of this notation is to facilitate the understanding and solution of equations with multiple modular operations from different bases.
  • #1
Playdo
88
0
This one is experimental. I'm trying to get at a notation that allows me to investigate equations where there are multiple modular operations form different bases.

Define

A natural variable x or a can take on any natural value and zero if the context allows.

And then

1) [itex]\underline{x}[/itex] deal with x as a constant

2) [itex]x_{[\underline{a}]}=x mod \underline{a}[/itex] equals the set of residues modulo a

3) [itex]x_{[a]}=x mod a[/itex] equals the set of natural numbers since a is assumed to be a variable in this notation

4) [itex]\underline x_{[\underline{a}]}=\underline{x} mod \underline{a}[/itex] is a generic way of writing one specific residue of a, the following are equivalent 3 mod 4, 7 mod 4, etc.

5) [tex]\underline x_{[a]}=\underline{x} mod a[/itex] is equivalent to the set [itex]\{0,1,...,\underline{x}\}[/itex].


operations and multiple base maps.

Consider [itex]x_{[\underline{a},\underline{b}]} =_{[\underline{c}]} y_{[\underline{d}]}[/itex]

It says first evaluate x mod a then mod b, and evaluate y mod d, then solve the resulting equation mod c.

Multiplication now requires a symbol, juxtiposition no longer works. [itex]x \times_{[\underline{a}]} y = \underline{c}[/itex] means x and y are natural variables so find natural numbers that can be multiplied mod a to yield c. Since the base quantifier is missing on the equals sign there may not be a solution. Whereas [itex]x \times_{[\underline{a}]} y =_{[\underline{a}]} \underline{c}[/itex] means solkve the equation mod a as well.

The same works for addition [itex]x +_{[\underline{a}]} y = \underline{c}[/itex]

The obvious question is why make such a notation? Are there any problems where solving muddled equations is necessary? Does the notation help facilitate either the understanding of the problems or their solution?
 
Last edited:
Physics news on Phys.org
  • #2
Implications of multiple base operations.

1) [itex]x_{[\underline{a},\underline{b}]}=x[/itex] if x<a and x<b

2) [itex]x_{[\underline{a},\underline{b}]}=x mod \underline{a}[/itex] is x moda < b

and of course it is always true that it equals x mod a mod b, but the operations may not actually alter x. In fact it must be true that if a and b are realtively prime then there exist x such that x mod a mod b is equal to every residue of b. But if a and b have common divisors then classes of residues in mod a are mapped to specific classes mod b. for instance consider a=6 and b=3, then

N -> 1 2 3 4 5 6 7 8 9 10 11 12

mod 6 1 2 3 4 5 0 1 2 3 4 5 0

mod 3 1 2 0 1 2 0 1 2 0 1 2 0

{0,3} mod 6 goes to {0} mod 3
{1,4} mod 6 goes to {1} mod 3
{2,5} mod 6 goes to {2} mod 3


Order of operations matters since taking mod 3 first gives

N -> 1 2 3 4 5 6 7 8 9 10 11 12

mod 3 1 2 0 1 2 0 1 2 0 1 2 0

mod 6 1 2 0 1 2 0 1 2 0 1 2 0

{0} mod 3 goes to {0} mod 6
{1} mod 3 goes to {1} mod 6
{2} mod 3 goes to {2} mod 6

The notion reminds me of permutations as taught in a first course in Abstract Algebra.
 
  • #3


This notation does seem to have potential for exploring equations with multiple modular operations from different bases. It allows for a clearer representation of the operations being performed and can potentially make it easier to understand the problem at hand. Additionally, it may also make it easier to find solutions to these types of equations, as it provides a clear structure for evaluating each operation.

As for the use of this notation in practical applications, it may be useful in certain mathematical problems or in computer science and coding, where modular operations are commonly used. It could also have applications in cryptography, where solving equations with modular operations is crucial.

However, it is important to note that this notation is still experimental and may not be widely used or accepted yet. It may also have limitations in certain situations, and further research and testing may be necessary to fully understand its potential and usefulness. But overall, it seems like a promising tool for exploring and solving equations with multiple modular operations.
 

FAQ: Exploring Muddled Equations & Modular Operations

What are muddled equations and modular operations?

Muddled equations are mathematical expressions that have been rearranged or modified in some way, making them more complex and difficult to solve. Modular operations involve performing calculations within a set or "modular" system, where numbers wrap around once a certain limit is reached.

Why is it important to explore muddled equations and modular operations?

Exploring muddled equations and modular operations can help improve problem-solving skills and deepen understanding of mathematical concepts. It also has practical applications in fields such as cryptography and computer science.

What techniques can be used to solve muddled equations?

Some common techniques for solving muddled equations include factoring, substitution, and the use of algebraic properties such as the distributive property and the associative property.

How are modular operations used in real-world scenarios?

Modular operations are used in a variety of real-world scenarios, such as in computer programming to efficiently store and process large numbers, in cryptography to encrypt and decrypt messages, and in scheduling and routing problems in logistics and transportation.

Are there any resources available for learning more about muddled equations and modular operations?

Yes, there are many resources available for learning about muddled equations and modular operations, including textbooks, online courses, and educational websites. Additionally, practicing solving various types of muddled equations and modular operations can greatly improve one's understanding and skills.

Similar threads

Replies
1
Views
48K
Replies
4
Views
2K
Replies
2
Views
3K
Replies
3
Views
2K
Replies
6
Views
1K
Replies
1
Views
1K
Back
Top