Guest User

Untitled

a guest
Aug 7th, 2019
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.70 KB | None | 0 0
  1. {
  2.   "mathematicians": [
  3.     {
  4.         "name": "Albert Einstein",
  5.         "famous_for": "E = m*c^2",
  6.         "history": "Albert Einstein excelled in mathematics early in his childhood. He liked to study math on his own. He was once quoted as saying, “I never failed in mathematics… before I was fifteen I had mastered differential integral calculus.”"
  7.     },
  8.     {
  9.         "name": "Isaac Newton",
  10.         "famous_for": "Mathematical Principles of Natural Philosophy",
  11.         "history": "The book of Sir Isaac Newton, Mathematical Principles of Natural Philosophy, became the catalyst to understanding mechanics. He is also the person credited for the development of the binomial theorem."
  12.     },
  13.     {
  14.         "name": "Leonardo Pisano Bigollo",
  15.         "famous_for": "Fibonacci sequence",
  16.         "history": "Heralded as “the most talented western mathematician of the middle ages,” Leonardo Pisano Bigollo is better known as Fibonacci. He introduced the Arabic-Hindu number system to the western world. In his book, Liber Abaci (Book of Calculation), he included a sequence of numbers that are known today as “Fibonacci numbers.”"
  17.     },
  18.     {
  19.       "name": "Thales",
  20.       "famous_for": "Father of science & Thales’ theorem",
  21.       "history": "Thales used principles of mathematics, specifically geometry, to solve everyday problems. He is considered as the “first true mathematician”. His deductive reasoning principles are applied in geometry that is a product of “Thales’ Theorem.”"
  22.     },
  23.     {
  24.       "name": "Pythagoras",
  25.       "famous_for": "Pythagorean theorem",
  26.       "history": "Pythagoras is best known in mathematics for the Pythagorean Theorem."
  27.     },
  28.     {
  29.       "name": "René Descartes",
  30.       "famous_for": "Cartesian coordinate system",
  31.       "history": "The “Cartesian coordinate system” in mathematics is named after Rene Descartes. As a mathematician, he is seen as the father of analytical geometry in addition to explaining “infinitesimal calculus and analysis.”"
  32.     },
  33.     {
  34.       "name": "Archmiedes",
  35.       "famous_for": "Greatest mathematician of antiquity",
  36.       "history": "Archimedes provided principles and methods used in mathematics today. He provided the exact numerical value of pi, developed a system for large numbers to be expressed, and the method of exhaustion."
  37.     },
  38.     {
  39.       "name": "John Forbes Nash, Jr.",
  40.       "famous_for": "Nash embedding theorem",
  41.       "history": "The work of American mathematician John Nash includes studies in differential geometry, game theory, and partial differential equations. He is best known for the Nash embedding theorem. His work in algebraic geometry is also seen as milestone in mathematics."
  42.     },
  43.     {
  44.       "name": "Blaise Pascal",
  45.       "famous_for": "Pascal’s Triangle",
  46.       "history": "Pascal is recognized for two mathematical areas of study, projective geometry and probability theory. He describes in his paper, Treatise on the Arithmetical Triangle, an easy to understand table of “binomial coefficients” known as Pascal’s Triangle"
  47.     },
  48.     {
  49.       "name": "Euclid",
  50.       "famous_for": "Father of geometry",
  51.       "history": "The earliest known “math books” is one written by Greek mathematician Euclid, Elements is its title. It serve as a textbook to teach geometry and mathematics. His mathematical system is known as “Euclidean geometry.”"
  52.     },
  53.     {
  54.       "name": "Aryabhata",
  55.       "famous_for": "Writing Āryabhaṭīya and the Arya-siddhanta",
  56.       "history": "Indian mathematician Aryabhatta’s contribution include his work on providing an approximate value to pi. He likewise touched on the concepts of sine, cosine, and the place-value system."
  57.     }
  58. ]
  59. }
Advertisement
Add Comment
Please, Sign In to add comment