Multiplicative Modulus Function Explained

  • Thread starter lolgarithms
  • Start date
  • Tags
    Modulus
It can also be replaced with e^{|\ln(x)|}.In summary, the conversation discusses a function called multiplicative modulus, which is an analogue of absolute value for multiplication. It satisfies certain properties and can be simplified to e^{|\ln(x)|}. It is not widely used in mathematics due to its replaceability and lack of necessity.
  • #1
lolgarithms
120
0
"multiplicative modulus"

I have found a multiplicative modulus function, an analogue of absolute value for multiplication. Not a groundbreaking one, I'm sure someone has thought about this before. More specifically it is a function that satisfies:

[tex]\operatorname{MM}(1) = 1[/tex]
[tex]\operatorname{MM}(x^{-1}) = \operatorname{MM}(x)[/tex]
[tex]| \log{x} | = \log{(\operatorname{MM}(x))} \, \forall x \in \mathbb{R}^+[/tex]
[tex]\operatorname{MM}(x) = x \, \forall x \ge 1 [/tex]
[tex]\operatorname{MM}^{-1} (x) = x^{\pm 1}[/tex]

Why isn't this function widely used in mathematics? is it because it can be replaced with [tex]e^{|\ln{x}|}[/tex] ?
 
Mathematics news on Phys.org
  • #2


May I simplify?

We define a function on the strictly positive real numbers:f(x)=x if x >=1,
f(x)=1/x otherwise.

It probably isn't widely used because no one has needed to use it.
 

1. What is the multiplicative modulus function?

The multiplicative modulus function, also known as the "mod" function, is a mathematical function that determines the remainder when one integer is divided by another. It is denoted by the symbol "%".

2. How does the multiplicative modulus function work?

The multiplicative modulus function works by dividing the first integer (the dividend) by the second integer (the divisor) and returning the remainder as the result. For example, 10 % 3 = 1, because 10 divided by 3 equals 3 with a remainder of 1.

3. What is the purpose of the multiplicative modulus function?

The multiplicative modulus function is primarily used for determining divisibility and finding remainders in mathematical calculations. It is also commonly used in programming to perform tasks such as cycling through a set of values or creating repeating patterns.

4. Can the multiplicative modulus function be used with non-integer numbers?

No, the multiplicative modulus function can only be used with integer numbers. If non-integer numbers are used, they will be converted to integers before the calculation is performed.

5. Are there any special rules or properties of the multiplicative modulus function?

Yes, there are a few important rules and properties of the multiplicative modulus function. For example, the result of the function will always be less than the divisor, and the function is distributive over addition and subtraction. Additionally, when the divisor is a power of 2, the function can be optimized using bitwise operations.

Similar threads

  • Math Proof Training and Practice
3
Replies
100
Views
7K
  • Math Proof Training and Practice
3
Replies
93
Views
10K
  • Advanced Physics Homework Help
Replies
1
Views
1K
  • Math Proof Training and Practice
2
Replies
46
Views
4K
  • Math Proof Training and Practice
2
Replies
64
Views
12K
  • Math Proof Training and Practice
3
Replies
98
Views
11K
Replies
6
Views
1K
  • Math Proof Training and Practice
2
Replies
56
Views
7K
  • Math Proof Training and Practice
2
Replies
61
Views
7K
  • General Math
Replies
1
Views
1K
Back
Top