The English Oracle

Word to describe a mathematical variable that repeats, like an angle or time

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Hypnotic Puzzle2

--

Chapters
00:00 Word To Describe A Mathematical Variable That Repeats, Like An Angle Or Time
00:36 Answer 1 Score 7
00:44 Answer 2 Score 1
01:02 Accepted Answer Score 1
01:44 Answer 4 Score 0
02:08 Answer 5 Score 0
03:24 Thank you

--

Full question
https://english.stackexchange.com/questi...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#terminology #mathematics

#avk47



ANSWER 1

Score 7


You could use periodic if the repetition follows any kind of function.




ANSWER 2

Score 1


You might say that the variable is cyclic although that term more correctly applies to the values the variable can have than the variable itself.

Instead of talking about the variable, I would say that the operations on that variable use modular arithmetic.




ACCEPTED ANSWER

Score 1


What you've described is referred to as "wrapping" and a variable that wraps around is called a wrapped variable.

As jimreed rightly points out, the cause of wrapping is due to modular arithmetic and it is very uncommon to explicitly mention that a variable is "wrapped" because it is assumed to be understood. The only time I've seen mathematical/scientific articles use the term wrapped variable is when they also talk about "unwrapping" the variable. So in your clock example, you would add 12 after each time it completes a full circle to get an unwrapped variable.

I don't have a wiki link to the definition (because, as I said, it's not used commonly). However, the article on wrapped distribution uses the term wrapped variable.




ANSWER 4

Score 0


This is a math question.

The answer is yes, periodicity isn't confined to being in one dimension.

Euler's formula sums up the idea of the sum e^{jt} = cos(t) + jsin(t) travelling in a circle in the complex plane as t goes from 0 to 2pi. See also phasors.