Book picks similar to
Strength Of Materials by R.S. Khurmi
som
1
engineering
rs-khurmi
The Universe and the Teacup: The Mathematics of Truth and Beauty
K.C. Cole - 1998
In The Universe and the Teacup, K. C. Cole demystifies mathematics and shows us-with humor and wonderfully accessible stories-why math need not be frightening. Using the O. J. Simpson trial, the bell curve, and Emmy Noether, the nineteenth-century woman scientist whose work was essential for Einstein's theory of relativity, Cole helps us see that more than just being a tool, math is a key to understanding the beauty of everything from rainbows to relativity.
Rust: The Longest War
Jonathan Waldman - 2015
It has been called “the great destroyer” and “the evil.” The Pentagon refers to it as “the pervasive menace.” It destroys cars, fells bridges, sinks ships, sparks house fires, and nearly brought down the Statue of Liberty. Rust costs America more than $400 billion per year—more than all other natural disasters combined.In Rust, journalist Jonathan Waldman travels from Key West, Florida, to Prudhoe Bay, Alaska, to meet the colorful and often reclusive people concerned with corrosion. He sneaks into an abandoned steelworks with a brave artist and nearly gets kicked out of Can School. Across the Arctic, he follows a massive high-tech robot, hunting for rust in the Alaska pipeline. On a Florida film set he meets the Defense Department’s rust ambassador, who reveals that the navy’s number one foe isn’t a foreign country but oxidation itself. At Home Depot’s mothership in Atlanta, he hunts unsuccessfully for rust products with the store’s rust products buyer—and then tracks down some snake-oil salesmen whose potions are not for sale at The Rust Store. Along the way, Waldman encounters flying pigs, Trekkies, decapitations, exploding Coke cans, rust boogers, and nerdy superheroes.The result is a fresh and often funny account of an overlooked engineering endeavor that is as compelling as it is grand, illuminating a hidden phenomenon that shapes the modern world. Rust affects everything from the design of our currency to the composition of our tap water, and it will determine the legacy we leave on this planet. This exploration of corrosion, and the incredible lengths we go to fight it, is narrative nonfiction at its very best—a fascinating and important subject, delivered with energy and wit.
Grokking Algorithms An Illustrated Guide For Programmers and Other Curious People
Aditya Y. Bhargava - 2015
The algorithms you'll use most often as a programmer have already been discovered, tested, and proven. If you want to take a hard pass on Knuth's brilliant but impenetrable theories and the dense multi-page proofs you'll find in most textbooks, this is the book for you. This fully-illustrated and engaging guide makes it easy for you to learn how to use algorithms effectively in your own programs.Grokking Algorithms is a disarming take on a core computer science topic. In it, you'll learn how to apply common algorithms to the practical problems you face in day-to-day life as a programmer. You'll start with problems like sorting and searching. As you build up your skills in thinking algorithmically, you'll tackle more complex concerns such as data compression or artificial intelligence. Whether you're writing business software, video games, mobile apps, or system utilities, you'll learn algorithmic techniques for solving problems that you thought were out of your grasp. For example, you'll be able to:Write a spell checker using graph algorithmsUnderstand how data compression works using Huffman codingIdentify problems that take too long to solve with naive algorithms, and attack them with algorithms that give you an approximate answer insteadEach carefully-presented example includes helpful diagrams and fully-annotated code samples in Python. By the end of this book, you will know some of the most widely applicable algorithms as well as how and when to use them.
How to Prove It: A Structured Approach
Daniel J. Velleman - 1994
The book begins with the basic concepts of logic and set theory, to familiarize students with the language of mathematics and how it is interpreted. These concepts are used as the basis for a step-by-step breakdown of the most important techniques used in constructing proofs. To help students construct their own proofs, this new edition contains over 200 new exercises, selected solutions, and an introduction to Proof Designer software. No background beyond standard high school mathematics is assumed. Previous Edition Hb (1994) 0-521-44116-1 Previous Edition Pb (1994) 0-521-44663-5
Time Reborn: From the Crisis in Physics to the Future of the Universe
Lee Smolin - 2013
You experience it passing every day when you watch clocks tick, bread toast, and children grow. But most physicists see things differently, from Newton to Einstein to today’s quantum theorists. For them, time isn’t real. You may think you experience time passing, but they say it’s just an illusion.Lee Smolin, author of the controversial bestseller The Trouble with Physics, argues this limited notion of time is holding physics back. It’s time for a major revolution in scientific thought. The reality of time could be the key to the next big breakthrough in theoretical physics.What if the laws of physics themselves were not timeless? What if they could evolve? Time Reborn offers a radical new approach to cosmology that embraces the reality of time and opens up a whole new universe of possibilties. There are few ideas that, like our notion of time, shape our thinking about literally everything, with major implications for physics and beyond—from climate change to the economic crisis. Smolin explains in lively and lucid prose how the true nature of time impacts our world.
The Perfect Bet: How Science and Math Are Taking the Luck Out of Gambling
Adam Kucharski - 2015
In The Perfect Bet, mathematician and award-winning writer Adam Kucharski tells the astonishing story of how the experts have succeeded, revolutionizing mathematics and science in the process. The house can seem unbeatable. Kucharski shows us just why it isn't. Even better, he demonstrates how the search for the perfect bet has been crucial for the scientific pursuit of a better world.
Introduction to Artificial Intelligence and Expert Systems
Dan W. Patterson - 1990
Structure and Interpretation of Computer Programs
Harold Abelson - 1984
This long-awaited revision contains changes throughout the text. There are new implementations of most of the major programming systems in the book, including the interpreters and compilers, and the authors have incorporated many small changes that reflect their experience teaching the course at MIT since the first edition was published. A new theme has been introduced that emphasizes the central role played by different approaches to dealing with time in computational models: objects with state, concurrent programming, functional programming and lazy evaluation, and nondeterministic programming. There are new example sections on higher-order procedures in graphics and on applications of stream processing in numerical programming, and many new exercises. In addition, all the programs have been reworked to run in any Scheme implementation that adheres to the IEEE standard.
The History of Science: 1700-1900
Frederick Gregory - 2003
Yet, as the 1700s began, the mysteries of the universe were pondered by "natural philosophers"—the term "scientist" didn't even exist until the mid 19th century—whose explanations couldn't help but be influenced by the religious thought and political and social contexts that shaped their world.The radical ideas of the Enlightenment were especially important and influential. In this course you see how the work of these natural philosophers prepared the way for the more familiar world of science we recognize today.
Mathematics for the Million: How to Master the Magic of Numbers
Lancelot Hogben - 1937
His illuminating explanation is addressed to the person who wants to understand the place of mathematics in modern civilization but who has been intimidated by its supposed difficulty. Mathematics is the language of size, shape, and order—a language Hogben shows one can both master and enjoy.
Python Crash Course: A Hands-On, Project-Based Introduction to Programming
Eric Matthes - 2015
You'll also learn how to make your programs interactive and how to test your code safely before adding it to a project. In the second half of the book, you'll put your new knowledge into practice with three substantial projects: a Space Invaders-inspired arcade game, data visualizations with Python's super-handy libraries, and a simple web app you can deploy online.As you work through Python Crash Course, you'll learn how to: Use powerful Python libraries and tools, including matplotlib, NumPy, and PygalMake 2D games that respond to keypresses and mouse clicks, and that grow more difficult as the game progressesWork with data to generate interactive visualizationsCreate and customize simple web apps and deploy them safely onlineDeal with mistakes and errors so you can solve your own programming problemsIf you've been thinking seriously about digging into programming, Python Crash Course will get you up to speed and have you writing real programs fast. Why wait any longer? Start your engines and code!
Visions: How Science Will Revolutionize the 21st Century
Michio Kaku - 1997
We will no longer be passive bystanders to the dance of the universe, but will become creative choreographers of matter, life, and intelligence.The first section of Visions presents a shocking look at a cyber-world infiltrated by millions of tiny intelligence systems. Part two illustrates how the decoding of DNA's genetic structure will allow humans the "godlike ability to manipulate life almost at will." Finally, VISIONS focuses on the future of quantum physics, in which physicists will perfect new ways to manipulate matter and harness the cosmic energy of the universe.What makes Michio Kaku's vision of the science of the future so compelling--and so different from the mere forecasts of most thinkers--is that it is based on the groundbreaking research taking place in labs today, as well as the consensus of over 150 of Kaku's scientific colleagues. Science, for all its breathtaking change, evolves slowly; we can accurately predict, asserts Kaku, what the direction of science will be, based on the paths that are being forged today.A thrilling, unique narrative that brings together the thinking of many of the world's most accomplished scientists to explore the world of the future, Visions is science writing at its best.
Operational Amplifiers and Linear Integrated Circuits
Robert F. Coughlin - 1982
It provides many detailed, practical design and analysis examples intended to relate theory to the workplace. Chapter topics include first experiences with an op amp; inverting and noninverting amplifiers; comparators and controls; selected applications of op amps; signal generators; op amps with diodes; differential, instrumentation, and bridge amplifiers; DC performance: bias, offsets, and drift; AC performance: bandwidth, slew rate, noise; active filters; modulating, demodulating, and frequency changing with the multiplier; integrated-circuit timers; digital-to-analog converters; analog-to-digital converters; and power supplies. For design engineers rs
Inadequate Equilibria: Where and How Civilizations Get Stuck
Eliezer Yudkowsky - 2017
The story only ends there, however, if you’re fortunate enough to live in an adequate civilization.Eliezer Yudkowsky’s Inadequate Equilibria is a sharp and lively guidebook for anyone questioning when and how they can know better, and do better, than the status quo. Freely mixing debates on the foundations of rational decision-making with tips for everyday life, Yudkowsky explores the central question of when we can (and can’t) expect to spot systemic inefficiencies, and exploit them.