- #1
marcuss421
- 3
- 0
I apologize for my lack of knowledge on the topic.
I recently started writing programs to solve Project Euler problems and it rekindled my interest in number theory. Especially as it relates to a peculiar relationship I found back in high school. I would like to learn more about number theory and I need some direction with regards to the names of some functions/operations.
Essentially at the heart of the relationship I found was the fact that every number I obtained as a result differed from its "counterpart" by a multiple of 9. Always. After some research I believe this to be "Mod 9".
The one of the operations that got me to this point however I can't for the life of my find a name for. I was essentially adding the digits of a number without regard to place value. e.g. 123 becomes 1+2+3 = 6. Is there a formal name for this operation? And can you point me in the direction of any existing work on integers and relationships that occur when you do these types of operations that discard place value and instead focus on the individual digits themselves? I've done a fair amount of googling and I can't seem to find any formal names or fields of study research.
I recently started writing programs to solve Project Euler problems and it rekindled my interest in number theory. Especially as it relates to a peculiar relationship I found back in high school. I would like to learn more about number theory and I need some direction with regards to the names of some functions/operations.
Essentially at the heart of the relationship I found was the fact that every number I obtained as a result differed from its "counterpart" by a multiple of 9. Always. After some research I believe this to be "Mod 9".
The one of the operations that got me to this point however I can't for the life of my find a name for. I was essentially adding the digits of a number without regard to place value. e.g. 123 becomes 1+2+3 = 6. Is there a formal name for this operation? And can you point me in the direction of any existing work on integers and relationships that occur when you do these types of operations that discard place value and instead focus on the individual digits themselves? I've done a fair amount of googling and I can't seem to find any formal names or fields of study research.