- #1
Sam Anderson
- 4
- 0
Could somebody at least tell me about mods in exponents?
Last edited:
Sam Anderson said:Let 3^n denote 333... (n+1 threes in total)
Thanks for the quick reply, but I wasn't finished typing. I accidentally hit enter. Sorry.Mentallic said:Tetration already has a formalized expression.
[tex]^n3=3^{3^{...^3}}[/tex] with n 3's in the stack.
Or you can even use Knuth's up arrow notation. Exponentiation is denoted by 1 up arrow, and tetration by 2, so
[tex]^n3 = 3\uparrow\uparrow n[/tex]
So what's your question?
Sam Anderson said:Could somebody at least tell me about mods in exponents?
Exponents are mathematical notation used to represent repeated multiplication of a number by itself. Mods (short for modular arithmetic) are a method of arithmetic where numbers "wrap around" after a certain value is reached.
Exponents and mods are related because mods can be used to simplify large exponential calculations. They can also be used to find the remainder of an exponential calculation.
A positive exponent means that the base number is multiplied by itself a certain number of times. A negative exponent means that the base number is divided by itself a certain number of times.
To solve equations with exponents and mods, you can use the rules of exponents and the properties of mods to simplify the equation. You can also use a calculator or programming language that has built-in functions for exponents and mods.
Exponents and mods have many real-world applications, such as in cryptography, computer science, and engineering. They are also used in fields such as finance, physics, and chemistry to represent large numbers or calculate probabilities.