God Created the Integers

Reading Journey

  • Started: 2024-06-14T17:25:07Z
  • Ended: 2024-06-15T12:30:16Z
  • Total Time Read: 0hrs 19mins 26secs
Code
%run _help_reading.py
import pandas as pd

df = pd.read_csv(
  'https://github.com/MrGeislinger/victorsothervector/raw/main/'
  'data/reading/all_reading-clean.csv'
)

book_name = """God Created the Integers"""
one_title = one_title_data(df, book_name)
one_title_summary = get_summary_by_day(one_title)
generate_plot(one_title_summary, book_name);
Figure 1: Reading done for God Created the Integers

Thoughts on God Created the Integers

Overview

Bestselling author and physicist Stephen Hawking explores the “masterpieces” of mathematics, 25 landmarks spanning 2,500 years and representing the work of 15 mathematicians, including Augustin Cauchy, Bernard Riemann, and Alan Turing. This extensive anthology allows readers to peer into the mind of genius by providing them with excerpts from the original mathematical proofs and results. It also helps them understand the progression of mathematical thought, and the very foundations of our present-day technologies. Each chapter begins with a biography of the featured mathematician, clearly explaining the significance of the result, followed by the full proof of the work, reproduced from the original publication.

READING

READING

READING


Bluesky Comments