The Science of Liberty: Democracy, Reason and the Laws of Nature


Timothy Ferris - 2010
    In the grand tradition of such luminaries of the field as Bill Bryson, Richard Dawkins, and Oliver Sacks—as well as his own The Whole Shebang and Coming of Age in the Milky Way—Ferris has written a brilliant chronicle of how science sparked the spread of liberal democracy and transformed today’s world.

The Haskell Road to Logic, Maths and Programming


Kees Doets - 2004
    Haskell emerged in the last decade as a standard for lazy functional programming, a programming style where arguments are evaluated only when the value is actually needed. Haskell is a marvellous demonstration tool for logic and maths because its functional character allows implementations to remain very close to the concepts that get implemented, while the laziness permits smooth handling of infinite data structures.This book does not assume the reader to have previous experience with either programming or construction of formal proofs, but acquaintance with mathematical notation, at the level of secondary school mathematics is presumed. Everything one needs to know about mathematical reasoning or programming is explained as we go along. After proper digestion of the material in this book the reader will be able to write interesting programs, reason about their correctness, and document them in a clear fashion. The reader will also have learned how to set up mathematical proofs in a structured way, and how to read and digest mathematical proofs written by others.

Elliptic Tales: Curves, Counting, and Number Theory


Avner Ash - 2012
    The Clay Mathematics Institute is offering a prize of $1 million to anyone who can discover a general solution to the problem. In this book, Avner Ash and Robert Gross guide readers through the mathematics they need to understand this captivating problem.The key to the conjecture lies in elliptic curves, which are cubic equations in two variables. These equations may appear simple, yet they arise from some very deep--and often very mystifying--mathematical ideas. Using only basic algebra and calculus while presenting numerous eye-opening examples, Ash and Gross make these ideas accessible to general readers, and in the process venture to the very frontiers of modern mathematics. Along the way, they give an informative and entertaining introduction to some of the most profound discoveries of the last three centuries in algebraic geometry, abstract algebra, and number theory. They demonstrate how mathematics grows more abstract to tackle ever more challenging problems, and how each new generation of mathematicians builds on the accomplishments of those who preceded them. Ash and Gross fully explain how the Birch and Swinnerton-Dyer Conjecture sheds light on the number theory of elliptic curves, and how it provides a beautiful and startling connection between two very different objects arising from an elliptic curve, one based on calculus, the other on algebra.

The Best American Science Writing 2000


James Gleick - 2000
    The first volume in this annual series of the best writing by Americans, meticulously selected by bestselling author James Gleick, one of the foremost chronicles of scientific social history, debuts with a stellar collection of writers and thinkers.  Many of these cutting-edge essays offer glimpses of new realms of discovery and thought, exploring territory that is unfamiliar to most of us, or finding the unexpected in the midst of the familiar.  Nobel Laureate physicist Steven Weinberg challenges the idea of whether the universe has a designer; Pulitzer Prize winner Natalie Angier reassesses caveman (and-woman) couture; bestselling author and Darwinian theorist Stephen Jay Gould makes a claim for the man whose ideas Darwin discredited; Timothy Ferris proposes a realistic alternative to wrap-speed interseller travel; neurologist and bestselling author Oliver Sacks reminisces about his first loves-chemistry and math.  This diverse, stimulating and accessible collection is required reading for anyone who wants to travel to the frontier of knowledge.

An Introduction to Modern Astrophysics


Bradley W. Carroll - 1995
    Designed for the junior- level astrophysics course, each topic is approached in the context of the major unresolved questions in astrophysics. The core chapters have been designed for a course in stellar structure and evolution, while the extended chapters provide additional coverage of the solar system, galactic structure, dynamics, evolution, and cosmology. * Two versions of this text are available: An Introduction to Modern Stellar Astrophysics, (Chapters 1-17), and An Introduction to Modern Astrophysics, (Chapters 1-28). * Computer programs included with the text allow students to explore the physics of stars and galaxies. * In designing a curriculum, instructors can combine core and extended chapters with the optional advanced sections so as to meet their individual goals. * Up-to-date coverage of current astrophysical discoveries are included. * This text emphasizes computational physics, including computer problems and on-line programs. * This text also includes a selection of over 500 problems. For additional information and computer codes to be used

All the Mathematics You Missed


Thomas A. Garrity - 2001
    This book will offer students a broad outline of essential mathematics and will help to fill in the gaps in their knowledge. The author explains the basic points and a few key results of all the most important undergraduate topics in mathematics, emphasizing the intuitions behind the subject. The topics include linear algebra, vector calculus, differential and analytical geometry, real analysis, point-set topology, probability, complex analysis, set theory, algorithms, and more. An annotated bibliography offers a guide to further reading and to more rigorous foundations.

Renewable Energy: A Primer for the Twenty-First Century


Bruce Usher - 2019
    Now renewables are overtaking fossil fuels, with wind and solar energy becoming cheaper and more competitive every year. Growth in renewable energy will further accelerate as electric vehicles become less expensive than traditional automobiles. Understanding the implications of the energy transition will prepare us for the many changes ahead.This book is a primer for readers of all levels on the coming energy transition and its global consequences. Bruce Usher provides a concise yet comprehensive explanation for the extraordinary growth in wind and solar energy; the trajectory of the transition from fossil fuels to renewables; and the implications for industries, countries, and the climate. Written in a straightforward style with easy-to-understand visual aids, the book illuminates the strengths and weaknesses of renewable energy based on business fundamentals and analysis of the economic forces that have given renewables a tailwind. Usher dissects the winners and losers, illustrating how governments and businesses with a far-sighted approach will reap long-term benefits while others will trail behind. Alongside the business and finance case for renewable energy, he provides a timely illustration of the threat of catastrophic climate change and the perils of delay. A short and powerful guide to our energy present and future, this book makes it clear that, from both economic and environmental perspectives, there is no time to lose.

Intel Microprocessors 8086/8088, 80186/80188, 80286, 80386, 80486, Pentium, Prentium Proprocessor, Pentium II, III, 4


Barry B. Brey - 1991
    This text provides a comprehensive view of programming and interfacing of the Intel family of Microprocessors from the 8088 through the latest Pentium 4 microprocessor. Organized in an orderly and manageable format, it offers over 200 programming examples using the Microsoft Macro Assembler program, and provides a thorough description of each Intel family members, memory systems, and various I/O systems.

Foundations of Earth Science


Frederick K. Lutgens - 1996
    This highly visual, non- technical survey emphasizes broad, up-to-date coverage of basic topics and principles in geology, oceanography, meteorology, and astronomy. The text's flexible design lends itself to the diversity of Earth science courses in both content and approach. As in previous editions, the main focus is to foster student understanding of basic earth science principles.

Real World Haskell: Code You Can Believe In


Bryan O'Sullivan - 2008
    You'll learn how to use Haskell in a variety of practical ways, from short scripts to large and demanding applications. Real World Haskell takes you through the basics of functional programming at a brisk pace, and then helps you increase your understanding of Haskell in real-world issues like I/O, performance, dealing with data, concurrency, and more as you move through each chapter. With this book, you will:Understand the differences between procedural and functional programming Learn the features of Haskell, and how to use it to develop useful programs Interact with filesystems, databases, and network services Write solid code with automated tests, code coverage, and error handling Harness the power of multicore systems via concurrent and parallel programming You'll find plenty of hands-on exercises, along with examples of real Haskell programs that you can modify, compile, and run. Whether or not you've used a functional language before, if you want to understand why Haskell is coming into its own as a practical language in so many major organizations, Real World Haskell is the best place to start.

Time: A Traveler's Guide


Clifford A. Pickover - 1998
    Clarke thinks big, but Cliff Pickover outdoes them both. In his newest book, Cliff Pickover outdoes even himself, probing a mystery that has baffled mystics, philosophers, and scientists throughout history--What is the nature of time?In Time: A Traveler's Guide, Pickover takes readers to the forefront of science as he illuminates the most mysterious phenomenon in the universe--time itself. Is time travel possible? Is time real? Does it flow in one direction only? Does it have a beginning and an end? What is eternity? Pickover's book offers a stimulating blend of Chopin, philosophy, Einstein, and modern physics, spiced with diverting side-trips to such topics as the history of clocks, the nature of free will, and the reason gold glitters. Numerous diagrams ensure readers will have no trouble following along. By the time we finish this book, we understand a wide variety of scientific concepts pertaining to time. And most important, we will understand that time travel is, indeed, possible.

Magnetism: A Very Short Introduction (Very Short Introductions, #317)


Stephen J. Blundell - 2012
    Blundell illuminates the mysterious force of magnetism. For centuries, magnetism has been used for various purposes—through compasses it gave us the ability to navigate, and through motors, generators, and turbines, it has given us power. Blundell explores our understanding of electricity and magnetism, from the work of Galvani, Ampère, Faraday, and Tesla, and describes how Maxwell and Faraday's work led to the unification of electricity and magnetism—one of the most imaginative developments in theoretical physics. Finally, he discusses the relationship between magnetism and relativity, quantum magnetism, and its impact on computers and information storage, showing how magnetism has changed our fundamental understanding of the Universe.

Systems Analysis & Design in a Changing World


John W. Satzinger - 2000
    The Fourth Edition maintains the dual focus on the concepts and techniques from both the traditional, structured approach and the object-oriented approach to systems development. Instructors have the flexibility to emphasize one approach over the other, or both, while referring to one integrated case study that runs through every chapter.

The Instant Physicist: An Illustrated Guide


Richard A. Muller - 2010
    Muller demonstrated in his recent bestseller, Physics for Future Presidents, that he has a unique talent for delivering the “aha” moment—making difficult topics accessible. In The Instant Physicist he shows his ability to entertain, too, by presenting the best of the scientific curiosities he has assembled over his distinguished career. Assisted by award-winning cartoonist Joey Manfre, who has created an original color cartoon for each “physics bite,” Muller will have readers chuckling while they’re absorbing more science than they ever thought possible. From the surprising (chocolate has more energy in it than TNT) to the scary (even kids can make a bomb), this book contains a revelation on every page. Once finished with this page-turner, readers will be the stars of their next cocktail party.The book consists of a color cartoon on each right-hand page and explanatory text on the left.

Quantum Physics of Atoms, Molecules, Solids, Nuclei, and Particles


Robert M. Eisberg - 1974
    Emphasizes the applications of theory, and contains new material on particle physics, electron-positron annihilation in solids and the Mossbauer effect. Includes new appendices on such topics as crystallography, Fourier Integral Description of a Wave Group, and Time-Independent Perturbation Theory.