Perform mathematical calculations like addition

AI Thread Summary
Mathematical calculations like addition and subtraction are based on number systems, with the decimal system using ten digits (0-9) as a reference. While the decimal system is common due to historical associations with human anatomy, other bases like binary, octal, and hexadecimal are utilized in computing for their efficiency, particularly binary for its simplicity. The discussion highlights that any base can represent real numbers, and the structure of number systems follows a sequential order that reflects counting. Each numeral system can be viewed as a language with its own alphabet, where digits are combined to form numbers. Ultimately, all number systems can be interrelated through bijections, maintaining a one-to-one correspondence.
kiru
Messages
22
Reaction score
0
My question seems to be so idiotic.please forgive me for that.On what basis we perform mathematical calculations like addition and subtraction?As for as decimal system is concerned we have only 10 uncontinuos digits.but we are doing so much magic(I don't know whether I am using the correct word)with them.I am amazed.
 
Mathematics news on Phys.org
I believe the study of mathematics has very little to do with our number system.

We (or atleast I) don't think much of numbers 1 to 10 when writing proofs, and theorems.
 
Explain your question
 
We use digits starting from 0 to 9 and then repeat the same numbers by adding prefix from the numbers that we know but in a proper manner.In practice If there where ten balls, in decimal system it is represented by 10 .Is it a mere encodification?I feel difficult when I use Hex integers where we use 0-9&A-F.Why can't we have some other means of numbering?
 
You can use any number (2 and up) as a base to represent any real number. Nothing terribly special about 10.
 
the decimal system is just our language reference( ibelieve in in history its associated with our digits on our hands/feet)...int comptuer world you deal with binary,octs,hexs. I believe some researchers are trying to work on a tertiary system.
The reason we use binar/ocs/hex is because of the powers of 2...binary being the simplest system for a computer...

now if your talking about language theory(compsci/math) ...then the digits are our alphabet like goku said...and you can have as many digits in the alphabet.
and then you string them up to make a word(in this case a number)...now from settheory(and i think predicate calc/ or turing machines...the one that studies pred/succ)...your words follow an order(counting order and they must be sequenced because the number system represents counting) so in binary {0 1 10 11 etc.} and in decimals you get { 0 1 2 ..9, 10 etc}...each time you add an extra letter to the word its because you ran outta counting room...but remember you can't add new letters to the alphabet you can use only preexisting ones. so the sensible thing is to add the next letter infront fo the previous word. By all means I'm sure you could make a new system wher eyou add 2 letters to the front...but addign one ist he simplest.

And note that all these different number systems are bijections between each other because they are 1-1 & ONTO.
 
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...
Back
Top