Book picks similar to
The Prime Number Conspiracy: The Biggest Ideas in Math from Quanta by Thomas Lin
science
mathematics
math
non-fiction
The Complete Guide to Absolutely Everything (Abridged): Adventures in Math and Science
Adam Rutherford - 2021
Our senses are not equipped to see the universe as it is, and routinely let us down in that quest—the world appears flat, the stars seem fixed in the heavens. That is why we invented math and science—the ultimate toolkit to explain how the world really works.In this book, mathematician Hannah Fry and geneticist Adam Rutherford investigate everyday mysteries (does your dog love you?) alongside the burning questions of time, space, and the origin of the universe. What will the end of the world look like, and when will it happen? What is time, and where does it come from? Approaching these questions and more with science and math rigorous and playful, Rutherford and Fry celebrate the weirdness of the cosmos, and reveal its secrets along the way.
The Disappearing Spoon: And Other True Tales of Madness, Love, and the History of the World from the Periodic Table of the Elements
Sam Kean - 2010
The fascinating tales in The Disappearing Spoon follow carbon, neon, silicon, gold and every single element on the table as they play out their parts in human history, finance, mythology, conflict, the arts, medicine and the lives of the (frequently) mad scientists who discovered them.Why did a little lithium (Li, 3) help cure poet Robert Lowell of his madness? And how did gallium (Ga, 31) become the go-to element for laboratory pranksters? The Disappearing Spoon has the answers, fusing science with the classic lore of invention, investigation, discovery and alchemy, from the big bang through to the end of time.
Hacking Darwin: Genetic Engineering and the Future of Humanity
Jamie Metzl - 2019
After 3.8 billion years humankind is about to start evolving by new rules...From leading geopolitical expert and technology futurist Jamie Metzl comes a groundbreaking exploration of the many ways genetic-engineering is shaking the core foundations of our lives -- sex, war, love, and death.At the dawn of the genetics revolution, our DNA is becoming as readable, writable, and hackable as our information technology. But as humanity starts retooling our own genetic code, the choices we make today will be the difference between realizing breathtaking advances in human well-being and descending into a dangerous and potentially deadly genetic arms race.Enter the laboratories where scientists are turning science fiction into reality. Look towards a future where our deepest beliefs, morals, religions, and politics are challenged like never before and the very essence of what it means to be human is at play. When we can engineer our future children, massively extend our lifespans, build life from scratch, and recreate the plant and animal world, should we?
Engineering Mathematics
K.A. Stroud - 2001
Fully revised to meet the needs of the wide range of students beginning engineering courses, this edition has an extended Foundation section including new chapters on graphs, trigonometry, binomial series and functions and a CD-ROM
Hot X: Algebra Exposed
Danica McKellar - 2009
McKellar instantly puts her readers at ease, showing teenage girls-and anyone taking algebra-how to feel confident, get in the driver's seat, and master topics like square roots, polynomials, quadratic equations, word problems and more . . . without breaking a sweat (or a nail). Danica provides illuminating, step-by-step math lessons combined with reader favorites like personality quizzes, popular doodles, real-life testimonials, and stories from her own life, so girls feel like she's sitting right next to them. As hundreds of thousands of girls already know, Danica's irreverent, light-hearted approach opens the door to higher grades and higher test scores. Now, with Hot X: Algebra Exposed, the scary veil of algebra is finally lifted, making it understandable, relevant and maybe even a little (gasp!) fun for girls.
Nine Algorithms That Changed the Future: The Ingenious Ideas That Drive Today's Computers
John MacCormick - 2012
A simple web search picks out a handful of relevant needles from the world's biggest haystack: the billions of pages on the World Wide Web. Uploading a photo to Facebook transmits millions of pieces of information over numerous error-prone network links, yet somehow a perfect copy of the photo arrives intact. Without even knowing it, we use public-key cryptography to transmit secret information like credit card numbers; and we use digital signatures to verify the identity of the websites we visit. How do our computers perform these tasks with such ease? This is the first book to answer that question in language anyone can understand, revealing the extraordinary ideas that power our PCs, laptops, and smartphones. Using vivid examples, John MacCormick explains the fundamental "tricks" behind nine types of computer algorithms, including artificial intelligence (where we learn about the "nearest neighbor trick" and "twenty questions trick"), Google's famous PageRank algorithm (which uses the "random surfer trick"), data compression, error correction, and much more. These revolutionary algorithms have changed our world: this book unlocks their secrets, and lays bare the incredible ideas that our computers use every day.
Doing Math with Python
Amit Saha - 2015
Python is easy to learn, and it's perfect for exploring topics like statistics, geometry, probability, and calculus. You’ll learn to write programs to find derivatives, solve equations graphically, manipulate algebraic expressions, even examine projectile motion.Rather than crank through tedious calculations by hand, you'll learn how to use Python functions and modules to handle the number crunching while you focus on the principles behind the math. Exercises throughout teach fundamental programming concepts, like using functions, handling user input, and reading and manipulating data. As you learn to think computationally, you'll discover new ways to explore and think about math, and gain valuable programming skills that you can use to continue your study of math and computer science.If you’re interested in math but have yet to dip into programming, you’ll find that Python makes it easy to go deeper into the subject—let Python handle the tedious work while you spend more time on the math.