SlideShare una empresa de Scribd logo
1 de 16
MATHEMATICS PROJECT
• TOPICS
• INVENTION OF MATHS
• ALGORITHMS
• LOGARITHMS
• ARETHMETIC PROGRESSION
 Mathematics (from Greek μάθημα máthēma, “knowledge,
study, learning”) is the abstract study of subjects
encompassing quantity,[2] structure,[3]space,[2] change,[4][5]
and more;[6] it has no generally accepted definition.[7][8]
 Mathematicians seek out patterns[9][10] and formulate
new conjectures. Mathematicians resolve the truth or
falsity of conjectures by mathematical proof. The research
required to solve mathematical problems can take years
or even centuries of sustained inquiry. Since the pioneering
work of Giuseppe Peano (1858–1932), David Hilbert (1862–
1943), and others on axiomatic systems in the late 19th
century, it has become customary to view mathematical
research as establishing truth by rigorous deduction from
appropriately chosen axioms and definitions. When those
mathematical structures are good models of real
phenomena, then mathematical reasoning often provides
insight or predictions about nature.
 Through the use of abstraction and logical reasoning, mathematics developed
from counting, calculation, measurement, and the systematic study of
theshapes and motions of physical objects. Practical mathematics has been a
human activity for as far back as written records exist. Rigorous argumentsfirst
appeared in Greek mathematics, most notably in Euclid's Elements.
Mathematics developed at a relatively slow pace until the Renaissance, when
mathematical innovations interacting with new scientific discoveries led to a
rapid increase in the rate of mathematical discovery that has continued to the
present day.[11]
 Galileo Galilei (1564–1642) said, 'The universe cannot be read until we have
learned the language and become familiar with the characters in which it is
written. It is written in mathematical language, and the letters are triangles,
circles and other geometrical figures, without which means it is humanly
impossible to comprehend a single word. Without these, one is wandering
about in a dark labyrinth'.[12] Carl Friedrich Gauss (1777–1855) referred to
mathematics as "the Queen of the Sciences".[13] Benjamin Peirce (1809–1880)
called mathematics "the science that draws necessary conclusions".[14] David
Hilbert said of mathematics: "We are not speaking here of arbitrariness in any
sense. Mathematics is not like a game whose tasks are determined by arbitrarily
stipulated rules. Rather, it is a conceptual system possessing internal necessity
that can only be so and by no means otherwise."[15] Albert Einstein (1879–1955)
stated that "as far as the laws of mathematics refer to reality, they are not
certain; and as far as they are certain, they do not refer to reality".[16]
 Mathematics is used throughout the world as
an essential tool in many fields,
including natural
science, engineering, medicine, and the social
sciences. Applied mathematics, the branch of
mathematics concerned with application of
mathematical knowledge to other fields,
inspires and makes use of new mathematical
discoveries, which has led to the development
of entirely new mathematical disciplines, such
as statistics and game theory. Mathematicians
also engage in pure mathematics, or
mathematics for its own sake, without having
any application in mind. There is no clear line
separating pure and applied mathematics,
and practical applications for what began as
pure mathematics are often discovered.[17]
ALGORITHMS
 Algorithmic information theory is a subfield of information theory and computer
science that concerns itself with the relationship between computation and
information. According to Gregory Chaitin, it is "the result of putting Shannon's
information theory and Turing's computability theory into a cocktail shaker and
shaking vigorously." l
 Algorithmic information theory principally studies complexity measures on strings (or
other data structures). Because most mathematical objects can be described in
terms of strings, or as the limit of a sequence of strings, it can be used to study a
wide variety of mathematical objects, including integers and real numbers.
 This use of the term "information" might be a bit misleading, as it depends upon the
concept of compressibility. Informally, from the point of view of algorithmic
information theory, the information content of a string is equivalent to the length of
the shortest possible self-contained representation of that string. A self-contained
representation is essentially a program – in some fixed but otherwise irrelevant
universal programming language – that, when run, outputs the original string.
 Turing himself was fascinated with how the distinction between software and
hardware illuminated immortality and the soul. Identifying personal identity with
computer software ensured that humans were immortal, since even though
hardware could be destroyed, software resided in a realm of mathematical
abstraction and was thus immune to destruction.
 An infinite binary sequence is said to be random if, for some constant c, for all
n, the Kolmogorov complexity of the initial segment of length n of the
sequence is at least n − c. It can be shown that almost every sequence (from
the point of view of the standard measure — "fair coin" or Lebesgue measure
— on the space of infinite binary sequences) is random. Also, since it can be
shown that the Kolmogorov complexity relative to two different universal
machines differs by at most a constant, the collection of random infinite
sequences does not depend on the choice of universal machine (in contrast
to finite strings). This definition of randomness is usually called Martin-Löf
randomness, after Per Martin-Löf, to distinguish it from other similar notions
of randomness. It is also sometimes called 1-randomness to distinguish it
from other stronger notions of randomness (2-randomness, 3-randomness,
etc.).
 (Related definitions can be made for alphabets other than the set .)
 Algorithm
 An algorithm is any well-defined procedure for solving a given class of
problems. Ideally, when applied to a particular problem in that class, the
algorithm would yield a full solution. Nonetheless, it makes sense to speak of
algorithms that yield only partial solutions or yield solutions only some of the
time. Such algorithms are sometimes called "rules of thumb" or "heuristics."
 Algorithms have been around throughout recorded history. The ancient
Hindus, Greeks, Babylonians, and Chinese all had algorithms for doing
arithmetic computations. The actual term algorithm derives from ninth-century
Arabic and incorporates the Greek word for number (arithmos ).
 Algorithms are typically constructed on a case-by-case basis, being adapted to the
problem at hand. Nonetheless, the possibility of a universal algorithm that could in
principle resolve all problems has been a recurrent theme over the last millennium.
Spanish theologian Raymond Lully (c. 1232–1315), in his Ars Magna, proposed to
reduce all rational discussion to mechanical manipulations of symbolic notation and
combinatorial diagrams. German philosopher Gottfried Wilhelm Leibniz (1646–
1716) argued that Lully's project was overreaching but had merit when conceived
more narrowly.
 The idea of a universal algorithm did not take hold, however, until technology had
advanced sufficiently to mechanize it. The Cambridge mathematician Charles
Babbage (1791–1871) conceived and designed the first machine that could in
principle resolve all well-defined arithmetic problems. Nevertheless, he was unable
to build a working prototype. Over a century later another Cambridge
mathematician, Alan Turing (1912–1954), laid the theoretical foundations for
effectively implementing a universal algorithm.
 Turing proposed a very simple conceptual device involving a tape with a movable
reader that could mark and erase letters on the tape. Turing showed that all
algorithms could be mapped onto the tape (as data) and then run by a universal
algorithm already inscribed on the tape. This machine, known as a universal Turing
machine, became the basis for the modern theory of computation (known as
recursion theory) and inspired the modern digital computer.
 Turing's universal algorithm fell short of Lully's vision of an algorithm that could
resolve all problems. Turing's universal algorithm is not so much a universal
problem solver as an empty box capable of housing and implementing the
algorithms placed into it. Thus Turing invited into the theory of computing the very
Cartesian distinction between hardware and software. Hardware is the mechanical
device (i.e., the empty box) that houses and implements software (i.e., the
algorithms) running on it.
 It is a deep and much disputed question
whether the essence of what constitutes
the human person is at base
computational and therefore an emergent
property of algorithms, or whether it
fundamentally transcends the capacity of
algorithms.
 In mathematics and computer science, an
algorithm
The logarithm of a number is the exponent by
which another fixed value, the base, has to be
raised to produce that number. For example, the
logarithm of 1000 to base 10 is 3, because 1000 is
10 to the power 3: 1000 = 103 = 10 × 10 × 10. More
generally, if x = by, then y is the logarithm of x to
base b, and is written y = logb(x), so log10(1000) =
3.
 Logarithms were introduced by John Napier in the early
17th century as a means to simplify calculations. They were
rapidly adopted by scientists, engineers, and others to
perform computations more easily, using slide
rules and logarithm tables. These devices rely on the fact—
important in its own right—that the logarithm of
a product is the sum of the logarithms of the factors:
The present-day notion of logarithms comes from Leonhard
Euler, who connected them to the exponential function in
the 18th century.
The logarithm to base b = 10 is called the common
logarithm and has many applications in science and
engineering. The natural logarithmhas the constant e (≈
2.718) as its base; its use is widespread in pure mathematics,
especially calculus. The binary logarithm uses baseb = 2 and
is prominent in computer science.
 Logarithmic scales reduce wide-ranging quantities to
smaller scopes. For example, the decibel is a logarithmic unit
quantifying sound pressure and voltage ratios. In
chemistry, pH and pOH are logarithmic measures for
the acidity of an aqueous solution. Logarithms are
commonplace in scientific formulae, and in measurements
of the complexity of algorithms and of geometric objects
called fractals. They describe musical intervals, appear in
formulae counting prime numbers, inform some models
in psychophysics, and can aid in forensic accounting.
In the same way as the logarithm reverses exponentiation,
the complex logarithm is the inverse function of the
exponential function applied to complex numbers.
The discrete logarithm is another variant; it has applications
in public-key cryptography.
ARETHMATIC PROGRESSION
 In mathematics, an arithmetic progression (AP) or arithmetic
sequence is a sequence of numbers such that the difference between
the consecutive terms is constant. For instance, the sequence 3, 5, 7, 9,
11, 13, … is an arithmetic progression with common difference of 2.
 If the initial term of an arithmetic progression is and the common
difference of successive members is d, then the nth term of the
sequence ( ) is given by:
 A finite portion of an arithmetic progression is called a finite arithmetic
progression and sometimes just called an arithmetic progression.The
sum of a finite arithmetic progression is called an arithmetic series.
 The behavior of the arithmetic progression depends on the common
difference d. If the common difference is:



 Positive, the members (terms) will grow towards positive infinity.
 Negative, the members (terms) will grow towards negative infinity.
 Arithmetic
 Arithmetic is a branch of mathematics concerned with the addition, subtraction,
multiplication, division, and extraction of roots of certain numbers known as real
numbers. Real numbers are numbers with which you are familiar in everyday life:
whole numbers, fractions, decimals, and roots, for example.

 Early development of arithmetic
 Arithmetic grew out of the need that people have for counting objects. For
example, Stone Age men or women probably needed to count the number of
children they had. Later, one person might want to know the number of oxen to
be given away in exchange for a wife or husband. For many centuries, however,
counting probably never went beyond the 10 stage, the number of fingers on
which one could note the number of objects.
 Numbering system
 The numbering system we use today is called the Hindu-Arabic
system. It was developed by the Hindu civilization of India about
1,500 years ago and then brought to Europe by the Arabs in the
MiddleAges (400–1450). During the seventeenth century, the
Hindu-Arabic system completely replaced the Roman numeral
system that had been in use earlier.
 The Hindu-Arabic system is also called a decimal system because
it is based on the number 10.The ten symbols used in the decimal
system are 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9. Other number systems
are possible and, in fact, are also used today. Computers, for
example, operate on a binary system that consists of only two
numbers, 0 and 1. Our system of time uses the sexagesimal
(pronounced sek-se-JES-em-el) system, consisting of the
numbers 0 to 60.

 Words to Know
 Associative law: An axiom that states that grouping numbers during
addition or multiplication does not change the final result.
 Axiom: A basic statement of fact that is stipulated as true without being
subject to proof.
 Closure property: An axiom that states that the result of the addition or
multiplication of two real numbers is a real number.
 Commutative law: An axiom of addition and multiplication that states
that the order in which numbers are added or multiplied does not
change the final result.
 Hindu-Arabic number system: A positional number system that uses
ten symbols to represent numbers and uses zero as a place holder. It is
the number system that we use today.
 Inverse operation: A mathematical operation that reverses the work of
another operation; for example, subtraction is the inverse operation of
addition.
THANK YOU
• MADE BY :-
• NISARG – 6231
• CHAITYA- 6882
•ANURAG-5556
•IMRAN-7003

Más contenido relacionado

La actualidad más candente

Kernel Methods and Relational Learning in Computational Biology
Kernel Methods and Relational Learning in Computational BiologyKernel Methods and Relational Learning in Computational Biology
Kernel Methods and Relational Learning in Computational BiologyMichiel Stock
 
Quantum information as the information of infinite series
Quantum information as the information of infinite seriesQuantum information as the information of infinite series
Quantum information as the information of infinite seriesVasil Penchev
 
Introduction to theory of computation
Introduction to theory of computationIntroduction to theory of computation
Introduction to theory of computationVinod Tyagi
 
Introduction to AI - Third Lecture
Introduction to AI - Third LectureIntroduction to AI - Third Lecture
Introduction to AI - Third LectureWouter Beek
 
theory of computation lecture 01
theory of computation lecture 01theory of computation lecture 01
theory of computation lecture 018threspecter
 
How to Ground A Language for Legal Discourse In a Prototypical Perceptual Sem...
How to Ground A Language for Legal Discourse In a Prototypical Perceptual Sem...How to Ground A Language for Legal Discourse In a Prototypical Perceptual Sem...
How to Ground A Language for Legal Discourse In a Prototypical Perceptual Sem...L. Thorne McCarty
 
What is algorithm
What is algorithmWhat is algorithm
What is algorithmmans_1201
 
Both classical and quantum information [autosaved]
Both classical and quantum information [autosaved]Both classical and quantum information [autosaved]
Both classical and quantum information [autosaved]Vasil Penchev
 
Course - Discrete Mathematics
Course - Discrete MathematicsCourse - Discrete Mathematics
Course - Discrete Mathematicsmetamath
 
Logics of Context and Modal Type Theories
Logics of Context and Modal Type TheoriesLogics of Context and Modal Type Theories
Logics of Context and Modal Type TheoriesValeria de Paiva
 
Path & application(ds)2
Path & application(ds)2Path & application(ds)2
Path & application(ds)2GowriLatha1
 
Computational Paths in Type Theory
Computational Paths in Type TheoryComputational Paths in Type Theory
Computational Paths in Type TheoryRuy De Queiroz
 
Incompleteness Theorems: Logical Necessity of Inconsistency
Incompleteness Theorems:  Logical Necessity of InconsistencyIncompleteness Theorems:  Logical Necessity of Inconsistency
Incompleteness Theorems: Logical Necessity of InconsistencyCarl Hewitt
 
Propositional Equality, Identity Types and Computational Paths
Propositional Equality, Identity Types and Computational PathsPropositional Equality, Identity Types and Computational Paths
Propositional Equality, Identity Types and Computational PathsRuy De Queiroz
 
Good Old Fashioned Artificial Intelligence
Good Old Fashioned Artificial IntelligenceGood Old Fashioned Artificial Intelligence
Good Old Fashioned Artificial IntelligenceRobert Short
 

La actualidad más candente (20)

Dialectica Comonads
Dialectica ComonadsDialectica Comonads
Dialectica Comonads
 
Kernel Methods and Relational Learning in Computational Biology
Kernel Methods and Relational Learning in Computational BiologyKernel Methods and Relational Learning in Computational Biology
Kernel Methods and Relational Learning in Computational Biology
 
Quantum information as the information of infinite series
Quantum information as the information of infinite seriesQuantum information as the information of infinite series
Quantum information as the information of infinite series
 
Introduction to theory of computation
Introduction to theory of computationIntroduction to theory of computation
Introduction to theory of computation
 
Introduction to AI - Third Lecture
Introduction to AI - Third LectureIntroduction to AI - Third Lecture
Introduction to AI - Third Lecture
 
theory of computation lecture 01
theory of computation lecture 01theory of computation lecture 01
theory of computation lecture 01
 
How to Ground A Language for Legal Discourse In a Prototypical Perceptual Sem...
How to Ground A Language for Legal Discourse In a Prototypical Perceptual Sem...How to Ground A Language for Legal Discourse In a Prototypical Perceptual Sem...
How to Ground A Language for Legal Discourse In a Prototypical Perceptual Sem...
 
What is algorithm
What is algorithmWhat is algorithm
What is algorithm
 
Both classical and quantum information [autosaved]
Both classical and quantum information [autosaved]Both classical and quantum information [autosaved]
Both classical and quantum information [autosaved]
 
Course - Discrete Mathematics
Course - Discrete MathematicsCourse - Discrete Mathematics
Course - Discrete Mathematics
 
1710.09780avi widgerson
1710.09780avi widgerson1710.09780avi widgerson
1710.09780avi widgerson
 
1283920.1283924
1283920.12839241283920.1283924
1283920.1283924
 
Logics of Context and Modal Type Theories
Logics of Context and Modal Type TheoriesLogics of Context and Modal Type Theories
Logics of Context and Modal Type Theories
 
Path & application(ds)2
Path & application(ds)2Path & application(ds)2
Path & application(ds)2
 
Computational Paths in Type Theory
Computational Paths in Type TheoryComputational Paths in Type Theory
Computational Paths in Type Theory
 
Incompleteness Theorems: Logical Necessity of Inconsistency
Incompleteness Theorems:  Logical Necessity of InconsistencyIncompleteness Theorems:  Logical Necessity of Inconsistency
Incompleteness Theorems: Logical Necessity of Inconsistency
 
Automata-1.ppt
Automata-1.pptAutomata-1.ppt
Automata-1.ppt
 
Algoritmic Information Theory
Algoritmic Information TheoryAlgoritmic Information Theory
Algoritmic Information Theory
 
Propositional Equality, Identity Types and Computational Paths
Propositional Equality, Identity Types and Computational PathsPropositional Equality, Identity Types and Computational Paths
Propositional Equality, Identity Types and Computational Paths
 
Good Old Fashioned Artificial Intelligence
Good Old Fashioned Artificial IntelligenceGood Old Fashioned Artificial Intelligence
Good Old Fashioned Artificial Intelligence
 

Destacado

Exhibitor Rules and Regulations Agreement
Exhibitor Rules and Regulations AgreementExhibitor Rules and Regulations Agreement
Exhibitor Rules and Regulations AgreementAAPI2013
 
AAPI Convention Marketing Prospectus 2014
AAPI Convention Marketing Prospectus 2014AAPI Convention Marketing Prospectus 2014
AAPI Convention Marketing Prospectus 2014AAPI2013
 
What Now?! - Techhub Founders Tales Presentation Aug 2014
What Now?! - Techhub Founders Tales Presentation Aug 2014What Now?! - Techhub Founders Tales Presentation Aug 2014
What Now?! - Techhub Founders Tales Presentation Aug 2014Tonysandler
 
The future of digital
The future of digitalThe future of digital
The future of digitalSergi Mateo
 
2014 aapi convention marketing prospectus
2014 aapi convention marketing prospectus2014 aapi convention marketing prospectus
2014 aapi convention marketing prospectusAAPI2013
 
Unit 2 study guide
Unit 2 study guideUnit 2 study guide
Unit 2 study guideslee2school
 
Case - dziekanat studium licencjackiego
Case - dziekanat studium licencjackiegoCase - dziekanat studium licencjackiego
Case - dziekanat studium licencjackiegosevenwaw
 
нумерация шестизначных чисел
нумерация шестизначных чиселнумерация шестизначных чисел
нумерация шестизначных чиселPliner
 
Digital photography slideshow
Digital photography slideshowDigital photography slideshow
Digital photography slideshowTeresa Ware
 
สิริวรรณ ใจปทุม
สิริวรรณ ใจปทุมสิริวรรณ ใจปทุม
สิริวรรณ ใจปทุมSiriwan41
 
Microprocessor lab
Microprocessor labMicroprocessor lab
Microprocessor labNithin Mohan
 
Kurumsal danışmanlık ve eğitim
Kurumsal danışmanlık ve eğitimKurumsal danışmanlık ve eğitim
Kurumsal danışmanlık ve eğitimARSEM ASIKOGLU
 
Salisbury University - Clubs
Salisbury University - ClubsSalisbury University - Clubs
Salisbury University - ClubsSUCMAT
 
2ch34lurmskmkh2345ja
2ch34lurmskmkh2345ja2ch34lurmskmkh2345ja
2ch34lurmskmkh2345jaNithin Mohan
 
2014 AAPI Convention Marketing Prospectus
2014 AAPI Convention Marketing Prospectus2014 AAPI Convention Marketing Prospectus
2014 AAPI Convention Marketing ProspectusAAPI2013
 
Mobile websites with jQuery mobile
Mobile websites with jQuery mobileMobile websites with jQuery mobile
Mobile websites with jQuery mobileajones_mannix
 
Becel Pró Activ
Becel Pró ActivBecel Pró Activ
Becel Pró ActivCUBO.CC
 
Hitting faultsandfixes114
Hitting faultsandfixes114Hitting faultsandfixes114
Hitting faultsandfixes114Scott Rogerson
 
Linux Administration in 10 Minutes
Linux Administration in 10 MinutesLinux Administration in 10 Minutes
Linux Administration in 10 Minutesajones_mannix
 
Система бизнес аналитики Maketornado
Система бизнес аналитики MaketornadoСистема бизнес аналитики Maketornado
Система бизнес аналитики MaketornadoMaksim Georgiev
 

Destacado (20)

Exhibitor Rules and Regulations Agreement
Exhibitor Rules and Regulations AgreementExhibitor Rules and Regulations Agreement
Exhibitor Rules and Regulations Agreement
 
AAPI Convention Marketing Prospectus 2014
AAPI Convention Marketing Prospectus 2014AAPI Convention Marketing Prospectus 2014
AAPI Convention Marketing Prospectus 2014
 
What Now?! - Techhub Founders Tales Presentation Aug 2014
What Now?! - Techhub Founders Tales Presentation Aug 2014What Now?! - Techhub Founders Tales Presentation Aug 2014
What Now?! - Techhub Founders Tales Presentation Aug 2014
 
The future of digital
The future of digitalThe future of digital
The future of digital
 
2014 aapi convention marketing prospectus
2014 aapi convention marketing prospectus2014 aapi convention marketing prospectus
2014 aapi convention marketing prospectus
 
Unit 2 study guide
Unit 2 study guideUnit 2 study guide
Unit 2 study guide
 
Case - dziekanat studium licencjackiego
Case - dziekanat studium licencjackiegoCase - dziekanat studium licencjackiego
Case - dziekanat studium licencjackiego
 
нумерация шестизначных чисел
нумерация шестизначных чиселнумерация шестизначных чисел
нумерация шестизначных чисел
 
Digital photography slideshow
Digital photography slideshowDigital photography slideshow
Digital photography slideshow
 
สิริวรรณ ใจปทุม
สิริวรรณ ใจปทุมสิริวรรณ ใจปทุม
สิริวรรณ ใจปทุม
 
Microprocessor lab
Microprocessor labMicroprocessor lab
Microprocessor lab
 
Kurumsal danışmanlık ve eğitim
Kurumsal danışmanlık ve eğitimKurumsal danışmanlık ve eğitim
Kurumsal danışmanlık ve eğitim
 
Salisbury University - Clubs
Salisbury University - ClubsSalisbury University - Clubs
Salisbury University - Clubs
 
2ch34lurmskmkh2345ja
2ch34lurmskmkh2345ja2ch34lurmskmkh2345ja
2ch34lurmskmkh2345ja
 
2014 AAPI Convention Marketing Prospectus
2014 AAPI Convention Marketing Prospectus2014 AAPI Convention Marketing Prospectus
2014 AAPI Convention Marketing Prospectus
 
Mobile websites with jQuery mobile
Mobile websites with jQuery mobileMobile websites with jQuery mobile
Mobile websites with jQuery mobile
 
Becel Pró Activ
Becel Pró ActivBecel Pró Activ
Becel Pró Activ
 
Hitting faultsandfixes114
Hitting faultsandfixes114Hitting faultsandfixes114
Hitting faultsandfixes114
 
Linux Administration in 10 Minutes
Linux Administration in 10 MinutesLinux Administration in 10 Minutes
Linux Administration in 10 Minutes
 
Система бизнес аналитики Maketornado
Система бизнес аналитики MaketornadoСистема бизнес аналитики Maketornado
Система бизнес аналитики Maketornado
 

Similar a maths project

computer
computercomputer
computerXnatsuR
 
Algorithm - History and introduction
Algorithm - History and introductionAlgorithm - History and introduction
Algorithm - History and introductionIbrahim Belfkih
 
Mathematics applied in major fields of science and technology
Mathematics applied  in major fields of science and technologyMathematics applied  in major fields of science and technology
Mathematics applied in major fields of science and technologyshreetmishra98
 
nas23-vardi.pptx
nas23-vardi.pptxnas23-vardi.pptx
nas23-vardi.pptxMoshe Vardi
 
Effective Computations and Foundations of Science
Effective Computations and Foundations of ScienceEffective Computations and Foundations of Science
Effective Computations and Foundations of Sciencerahulmonikasharma
 
Time series anomaly discovery with grammar-based compression
Time series anomaly discovery with grammar-based compressionTime series anomaly discovery with grammar-based compression
Time series anomaly discovery with grammar-based compressionPavel Senin
 
computers in education mathematics
computers in education mathematicscomputers in education mathematics
computers in education mathematicsStephanie Sirna
 
International journal of engineering issues vol 2015 - no 1 - paper3
International journal of engineering issues   vol 2015 - no 1 - paper3International journal of engineering issues   vol 2015 - no 1 - paper3
International journal of engineering issues vol 2015 - no 1 - paper3sophiabelthome
 
66 C O M M U N I C AT I O N S O F T H E A C M J A.docx
66    C O M M U N I C AT I O N S  O F  T H E  A C M       J A.docx66    C O M M U N I C AT I O N S  O F  T H E  A C M       J A.docx
66 C O M M U N I C AT I O N S O F T H E A C M J A.docxblondellchancy
 
66 C O M M U N I C AT I O N S O F T H E A C M J A.docx
66    C O M M U N I C AT I O N S  O F  T H E  A C M       J A.docx66    C O M M U N I C AT I O N S  O F  T H E  A C M       J A.docx
66 C O M M U N I C AT I O N S O F T H E A C M J A.docxfredharris32
 
Alan Turing And The Other Theory Of Computation (Expanded)
Alan Turing And The Other Theory Of Computation (Expanded)Alan Turing And The Other Theory Of Computation (Expanded)
Alan Turing And The Other Theory Of Computation (Expanded)Gina Rizzo
 
science _engineering__and_the_liberal_arts
science _engineering__and_the_liberal_artsscience _engineering__and_the_liberal_arts
science _engineering__and_the_liberal_artsRajendran
 
A short history of computational complexity
A short history of computational complexityA short history of computational complexity
A short history of computational complexitysugeladi
 
Discrete Mathematics Cse131
Discrete Mathematics Cse131Discrete Mathematics Cse131
Discrete Mathematics Cse131ashikul akash
 
Can computers think
Can computers thinkCan computers think
Can computers thinkGTClub
 
Nature, characteristics and definition of maths
Nature, characteristics and definition of mathsNature, characteristics and definition of maths
Nature, characteristics and definition of mathsAngel Rathnabai
 

Similar a maths project (20)

computer
computercomputer
computer
 
Algorithm - History and introduction
Algorithm - History and introductionAlgorithm - History and introduction
Algorithm - History and introduction
 
Mathematics applied in major fields of science and technology
Mathematics applied  in major fields of science and technologyMathematics applied  in major fields of science and technology
Mathematics applied in major fields of science and technology
 
nas23-vardi.pptx
nas23-vardi.pptxnas23-vardi.pptx
nas23-vardi.pptx
 
Mathematics
MathematicsMathematics
Mathematics
 
Effective Computations and Foundations of Science
Effective Computations and Foundations of ScienceEffective Computations and Foundations of Science
Effective Computations and Foundations of Science
 
Time series anomaly discovery with grammar-based compression
Time series anomaly discovery with grammar-based compressionTime series anomaly discovery with grammar-based compression
Time series anomaly discovery with grammar-based compression
 
The history of i
The history of iThe history of i
The history of i
 
computers in education mathematics
computers in education mathematicscomputers in education mathematics
computers in education mathematics
 
International journal of engineering issues vol 2015 - no 1 - paper3
International journal of engineering issues   vol 2015 - no 1 - paper3International journal of engineering issues   vol 2015 - no 1 - paper3
International journal of engineering issues vol 2015 - no 1 - paper3
 
66 C O M M U N I C AT I O N S O F T H E A C M J A.docx
66    C O M M U N I C AT I O N S  O F  T H E  A C M       J A.docx66    C O M M U N I C AT I O N S  O F  T H E  A C M       J A.docx
66 C O M M U N I C AT I O N S O F T H E A C M J A.docx
 
66 C O M M U N I C AT I O N S O F T H E A C M J A.docx
66    C O M M U N I C AT I O N S  O F  T H E  A C M       J A.docx66    C O M M U N I C AT I O N S  O F  T H E  A C M       J A.docx
66 C O M M U N I C AT I O N S O F T H E A C M J A.docx
 
Alan Turing And The Other Theory Of Computation (Expanded)
Alan Turing And The Other Theory Of Computation (Expanded)Alan Turing And The Other Theory Of Computation (Expanded)
Alan Turing And The Other Theory Of Computation (Expanded)
 
science _engineering__and_the_liberal_arts
science _engineering__and_the_liberal_artsscience _engineering__and_the_liberal_arts
science _engineering__and_the_liberal_arts
 
Longo u
Longo uLongo u
Longo u
 
A short history of computational complexity
A short history of computational complexityA short history of computational complexity
A short history of computational complexity
 
Discrete Mathematics Cse131
Discrete Mathematics Cse131Discrete Mathematics Cse131
Discrete Mathematics Cse131
 
Can computers think
Can computers thinkCan computers think
Can computers think
 
Nature, characteristics and definition of maths
Nature, characteristics and definition of mathsNature, characteristics and definition of maths
Nature, characteristics and definition of maths
 
Calculus
CalculusCalculus
Calculus
 

Último

BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxSayali Powar
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSMae Pangan
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQuiz Club NITW
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17Celine George
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfPrerana Jadhav
 
Indexing Structures in Database Management system.pdf
Indexing Structures in Database Management system.pdfIndexing Structures in Database Management system.pdf
Indexing Structures in Database Management system.pdfChristalin Nelson
 
ICS 2208 Lecture Slide Notes for Topic 6
ICS 2208 Lecture Slide Notes for Topic 6ICS 2208 Lecture Slide Notes for Topic 6
ICS 2208 Lecture Slide Notes for Topic 6Vanessa Camilleri
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmStan Meyer
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operationalssuser3e220a
 
CHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptxCHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptxAneriPatwari
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...DhatriParmar
 
Sulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their usesSulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their usesVijayaLaxmi84
 
4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptx4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptxmary850239
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWQuiz Club NITW
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 

Último (20)

BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHS
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdf
 
Indexing Structures in Database Management system.pdf
Indexing Structures in Database Management system.pdfIndexing Structures in Database Management system.pdf
Indexing Structures in Database Management system.pdf
 
ICS 2208 Lecture Slide Notes for Topic 6
ICS 2208 Lecture Slide Notes for Topic 6ICS 2208 Lecture Slide Notes for Topic 6
ICS 2208 Lecture Slide Notes for Topic 6
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and Film
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operational
 
CHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptxCHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptx
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
 
Sulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their usesSulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their uses
 
4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptx4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptx
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITW
 
prashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Professionprashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Profession
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 

maths project

  • 1. MATHEMATICS PROJECT • TOPICS • INVENTION OF MATHS • ALGORITHMS • LOGARITHMS • ARETHMETIC PROGRESSION
  • 2.  Mathematics (from Greek μάθημα máthēma, “knowledge, study, learning”) is the abstract study of subjects encompassing quantity,[2] structure,[3]space,[2] change,[4][5] and more;[6] it has no generally accepted definition.[7][8]  Mathematicians seek out patterns[9][10] and formulate new conjectures. Mathematicians resolve the truth or falsity of conjectures by mathematical proof. The research required to solve mathematical problems can take years or even centuries of sustained inquiry. Since the pioneering work of Giuseppe Peano (1858–1932), David Hilbert (1862– 1943), and others on axiomatic systems in the late 19th century, it has become customary to view mathematical research as establishing truth by rigorous deduction from appropriately chosen axioms and definitions. When those mathematical structures are good models of real phenomena, then mathematical reasoning often provides insight or predictions about nature.
  • 3.  Through the use of abstraction and logical reasoning, mathematics developed from counting, calculation, measurement, and the systematic study of theshapes and motions of physical objects. Practical mathematics has been a human activity for as far back as written records exist. Rigorous argumentsfirst appeared in Greek mathematics, most notably in Euclid's Elements. Mathematics developed at a relatively slow pace until the Renaissance, when mathematical innovations interacting with new scientific discoveries led to a rapid increase in the rate of mathematical discovery that has continued to the present day.[11]  Galileo Galilei (1564–1642) said, 'The universe cannot be read until we have learned the language and become familiar with the characters in which it is written. It is written in mathematical language, and the letters are triangles, circles and other geometrical figures, without which means it is humanly impossible to comprehend a single word. Without these, one is wandering about in a dark labyrinth'.[12] Carl Friedrich Gauss (1777–1855) referred to mathematics as "the Queen of the Sciences".[13] Benjamin Peirce (1809–1880) called mathematics "the science that draws necessary conclusions".[14] David Hilbert said of mathematics: "We are not speaking here of arbitrariness in any sense. Mathematics is not like a game whose tasks are determined by arbitrarily stipulated rules. Rather, it is a conceptual system possessing internal necessity that can only be so and by no means otherwise."[15] Albert Einstein (1879–1955) stated that "as far as the laws of mathematics refer to reality, they are not certain; and as far as they are certain, they do not refer to reality".[16]
  • 4.  Mathematics is used throughout the world as an essential tool in many fields, including natural science, engineering, medicine, and the social sciences. Applied mathematics, the branch of mathematics concerned with application of mathematical knowledge to other fields, inspires and makes use of new mathematical discoveries, which has led to the development of entirely new mathematical disciplines, such as statistics and game theory. Mathematicians also engage in pure mathematics, or mathematics for its own sake, without having any application in mind. There is no clear line separating pure and applied mathematics, and practical applications for what began as pure mathematics are often discovered.[17]
  • 5. ALGORITHMS  Algorithmic information theory is a subfield of information theory and computer science that concerns itself with the relationship between computation and information. According to Gregory Chaitin, it is "the result of putting Shannon's information theory and Turing's computability theory into a cocktail shaker and shaking vigorously." l  Algorithmic information theory principally studies complexity measures on strings (or other data structures). Because most mathematical objects can be described in terms of strings, or as the limit of a sequence of strings, it can be used to study a wide variety of mathematical objects, including integers and real numbers.  This use of the term "information" might be a bit misleading, as it depends upon the concept of compressibility. Informally, from the point of view of algorithmic information theory, the information content of a string is equivalent to the length of the shortest possible self-contained representation of that string. A self-contained representation is essentially a program – in some fixed but otherwise irrelevant universal programming language – that, when run, outputs the original string.  Turing himself was fascinated with how the distinction between software and hardware illuminated immortality and the soul. Identifying personal identity with computer software ensured that humans were immortal, since even though hardware could be destroyed, software resided in a realm of mathematical abstraction and was thus immune to destruction.
  • 6.  An infinite binary sequence is said to be random if, for some constant c, for all n, the Kolmogorov complexity of the initial segment of length n of the sequence is at least n − c. It can be shown that almost every sequence (from the point of view of the standard measure — "fair coin" or Lebesgue measure — on the space of infinite binary sequences) is random. Also, since it can be shown that the Kolmogorov complexity relative to two different universal machines differs by at most a constant, the collection of random infinite sequences does not depend on the choice of universal machine (in contrast to finite strings). This definition of randomness is usually called Martin-Löf randomness, after Per Martin-Löf, to distinguish it from other similar notions of randomness. It is also sometimes called 1-randomness to distinguish it from other stronger notions of randomness (2-randomness, 3-randomness, etc.).  (Related definitions can be made for alphabets other than the set .)  Algorithm  An algorithm is any well-defined procedure for solving a given class of problems. Ideally, when applied to a particular problem in that class, the algorithm would yield a full solution. Nonetheless, it makes sense to speak of algorithms that yield only partial solutions or yield solutions only some of the time. Such algorithms are sometimes called "rules of thumb" or "heuristics."  Algorithms have been around throughout recorded history. The ancient Hindus, Greeks, Babylonians, and Chinese all had algorithms for doing arithmetic computations. The actual term algorithm derives from ninth-century Arabic and incorporates the Greek word for number (arithmos ).
  • 7.  Algorithms are typically constructed on a case-by-case basis, being adapted to the problem at hand. Nonetheless, the possibility of a universal algorithm that could in principle resolve all problems has been a recurrent theme over the last millennium. Spanish theologian Raymond Lully (c. 1232–1315), in his Ars Magna, proposed to reduce all rational discussion to mechanical manipulations of symbolic notation and combinatorial diagrams. German philosopher Gottfried Wilhelm Leibniz (1646– 1716) argued that Lully's project was overreaching but had merit when conceived more narrowly.  The idea of a universal algorithm did not take hold, however, until technology had advanced sufficiently to mechanize it. The Cambridge mathematician Charles Babbage (1791–1871) conceived and designed the first machine that could in principle resolve all well-defined arithmetic problems. Nevertheless, he was unable to build a working prototype. Over a century later another Cambridge mathematician, Alan Turing (1912–1954), laid the theoretical foundations for effectively implementing a universal algorithm.  Turing proposed a very simple conceptual device involving a tape with a movable reader that could mark and erase letters on the tape. Turing showed that all algorithms could be mapped onto the tape (as data) and then run by a universal algorithm already inscribed on the tape. This machine, known as a universal Turing machine, became the basis for the modern theory of computation (known as recursion theory) and inspired the modern digital computer.  Turing's universal algorithm fell short of Lully's vision of an algorithm that could resolve all problems. Turing's universal algorithm is not so much a universal problem solver as an empty box capable of housing and implementing the algorithms placed into it. Thus Turing invited into the theory of computing the very Cartesian distinction between hardware and software. Hardware is the mechanical device (i.e., the empty box) that houses and implements software (i.e., the algorithms) running on it.
  • 8.  It is a deep and much disputed question whether the essence of what constitutes the human person is at base computational and therefore an emergent property of algorithms, or whether it fundamentally transcends the capacity of algorithms.  In mathematics and computer science, an algorithm
  • 9. The logarithm of a number is the exponent by which another fixed value, the base, has to be raised to produce that number. For example, the logarithm of 1000 to base 10 is 3, because 1000 is 10 to the power 3: 1000 = 103 = 10 × 10 × 10. More generally, if x = by, then y is the logarithm of x to base b, and is written y = logb(x), so log10(1000) = 3.
  • 10.  Logarithms were introduced by John Napier in the early 17th century as a means to simplify calculations. They were rapidly adopted by scientists, engineers, and others to perform computations more easily, using slide rules and logarithm tables. These devices rely on the fact— important in its own right—that the logarithm of a product is the sum of the logarithms of the factors: The present-day notion of logarithms comes from Leonhard Euler, who connected them to the exponential function in the 18th century. The logarithm to base b = 10 is called the common logarithm and has many applications in science and engineering. The natural logarithmhas the constant e (≈ 2.718) as its base; its use is widespread in pure mathematics, especially calculus. The binary logarithm uses baseb = 2 and is prominent in computer science.
  • 11.  Logarithmic scales reduce wide-ranging quantities to smaller scopes. For example, the decibel is a logarithmic unit quantifying sound pressure and voltage ratios. In chemistry, pH and pOH are logarithmic measures for the acidity of an aqueous solution. Logarithms are commonplace in scientific formulae, and in measurements of the complexity of algorithms and of geometric objects called fractals. They describe musical intervals, appear in formulae counting prime numbers, inform some models in psychophysics, and can aid in forensic accounting. In the same way as the logarithm reverses exponentiation, the complex logarithm is the inverse function of the exponential function applied to complex numbers. The discrete logarithm is another variant; it has applications in public-key cryptography.
  • 12. ARETHMATIC PROGRESSION  In mathematics, an arithmetic progression (AP) or arithmetic sequence is a sequence of numbers such that the difference between the consecutive terms is constant. For instance, the sequence 3, 5, 7, 9, 11, 13, … is an arithmetic progression with common difference of 2.  If the initial term of an arithmetic progression is and the common difference of successive members is d, then the nth term of the sequence ( ) is given by:  A finite portion of an arithmetic progression is called a finite arithmetic progression and sometimes just called an arithmetic progression.The sum of a finite arithmetic progression is called an arithmetic series.  The behavior of the arithmetic progression depends on the common difference d. If the common difference is:   
  • 13.  Positive, the members (terms) will grow towards positive infinity.  Negative, the members (terms) will grow towards negative infinity.  Arithmetic  Arithmetic is a branch of mathematics concerned with the addition, subtraction, multiplication, division, and extraction of roots of certain numbers known as real numbers. Real numbers are numbers with which you are familiar in everyday life: whole numbers, fractions, decimals, and roots, for example.   Early development of arithmetic  Arithmetic grew out of the need that people have for counting objects. For example, Stone Age men or women probably needed to count the number of children they had. Later, one person might want to know the number of oxen to be given away in exchange for a wife or husband. For many centuries, however, counting probably never went beyond the 10 stage, the number of fingers on which one could note the number of objects.
  • 14.  Numbering system  The numbering system we use today is called the Hindu-Arabic system. It was developed by the Hindu civilization of India about 1,500 years ago and then brought to Europe by the Arabs in the MiddleAges (400–1450). During the seventeenth century, the Hindu-Arabic system completely replaced the Roman numeral system that had been in use earlier.  The Hindu-Arabic system is also called a decimal system because it is based on the number 10.The ten symbols used in the decimal system are 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9. Other number systems are possible and, in fact, are also used today. Computers, for example, operate on a binary system that consists of only two numbers, 0 and 1. Our system of time uses the sexagesimal (pronounced sek-se-JES-em-el) system, consisting of the numbers 0 to 60. 
  • 15.  Words to Know  Associative law: An axiom that states that grouping numbers during addition or multiplication does not change the final result.  Axiom: A basic statement of fact that is stipulated as true without being subject to proof.  Closure property: An axiom that states that the result of the addition or multiplication of two real numbers is a real number.  Commutative law: An axiom of addition and multiplication that states that the order in which numbers are added or multiplied does not change the final result.  Hindu-Arabic number system: A positional number system that uses ten symbols to represent numbers and uses zero as a place holder. It is the number system that we use today.  Inverse operation: A mathematical operation that reverses the work of another operation; for example, subtraction is the inverse operation of addition.
  • 16. THANK YOU • MADE BY :- • NISARG – 6231 • CHAITYA- 6882 •ANURAG-5556 •IMRAN-7003