What Is Real?: The Unfinished Quest for the Meaning of Quantum Physics


Adam Becker - 2018
    But ask what it means, and the result will be a brawl. For a century, most physicists have followed Niels Bohr's Copenhagen interpretation and dismissed questions about the reality underlying quantum physics as meaningless. A mishmash of solipsism and poor reasoning, Copenhagen endured, as Bohr's students vigorously protected his legacy, and the physics community favored practical experiments over philosophical arguments. As a result, questioning the status quo long meant professional ruin. And yet, from the 1920s to today, physicists like John Bell, David Bohm, and Hugh Everett persisted in seeking the true meaning of quantum mechanics. What Is Real? is the gripping story of this battle of ideas and of the courageous scientists who dared to stand up for truth.

The Math Book: From Pythagoras to the 57th Dimension, 250 Milestones in the History of Mathematics


Clifford A. Pickover - 2009
    Beginning millions of years ago with ancient “ant odometers” and moving through time to our modern-day quest for new dimensions, it covers 250 milestones in mathematical history. Among the numerous delights readers will learn about as they dip into this inviting anthology: cicada-generated prime numbers, magic squares from centuries ago, the discovery of pi and calculus, and the butterfly effect. Each topic gets a lavishly illustrated spread with stunning color art, along with formulas and concepts, fascinating facts about scientists’ lives, and real-world applications of the theorems.

The R Book


Michael J. Crawley - 2007
    The R language is recognised as one of the most powerful and flexible statistical software packages, and it enables the user to apply many statistical techniques that would be impossible without such software to help implement such large data sets.

The Physics of the Buffyverse


Jennifer Ouellette - 2006
    The weird and wonderful world of the Buffyversewhere the melding of magic and science is an everyday occurrenceprovides a fantastical jumping-off point for looking at complex theories of biology, chemistry, and theoretical physics. From surreal vampires, demons, and interdimensional portals to energy conservation, black holes, and string theory, The Physics of the Buffyverse is serious (and palatable) science for the rest of us. "

Fundamentals of Engineering Thermodynamics [With Student Resource Access Code]


Michael J. Moran - 1988
    This leading text uses many relevant engineering-based situations to help students model and solve problems.

The Algorithm Design Manual


Steven S. Skiena - 1997
    Drawing heavily on the author's own real-world experiences, the book stresses design and analysis. Coverage is divided into two parts, the first being a general guide to techniques for the design and analysis of computer algorithms. The second is a reference section, which includes a catalog of the 75 most important algorithmic problems. By browsing this catalog, readers can quickly identify what the problem they have encountered is called, what is known about it, and how they should proceed if they need to solve it. This book is ideal for the working professional who uses algorithms on a daily basis and has need for a handy reference. This work can also readily be used in an upper-division course or as a student reference guide. THE ALGORITHM DESIGN MANUAL comes with a CD-ROM that contains: * a complete hypertext version of the full printed book. * the source code and URLs for all cited implementations. * over 30 hours of audio lectures on the design and analysis of algorithms are provided, all keyed to on-line lecture notes.

Calculus


Dale E. Varberg - 1999
    Covering various the materials needed by students in engineering, science, and mathematics, this calculus text makes effective use of computing technology, graphics, and applications. It presents at least two technology projects in each chapter.

Calculus [with CD]


Howard Anton - 1992
    New co-authors--Irl Bivens and Stephen Davis--from Davidson College; both distinguished educators and writers.* More emphasis on graphing calculators in exercises and examples, including CAS capabilities of graphing calculators.* More problems using tabular data and more emphasis on mathematical modeling.

Code Breaking: A History and Exploration


Rudolf Kippenhahn - 1999
    In Code Breaking , Rudolf Kippenhahn offers readers both an exciting chronicle of cryptography and a lively exploration of the cryptographer’s craft. Rich with vivid anecdotes from a history of coding and decoding and featuring three new chapters, this revised and expanded edition makes the often abstruse art of deciphering coded messages accessible to the general reader and reveals the relevance of codes to our everyday high-tech society. A stylishly written, meticulously researched adventure, Code Breaking explores the ways in which communication can be obscured and, like magic, made clear again.

A History of Mathematics


Carl B. Boyer - 1968
    The material is arranged chronologically beginning with archaic origins and covers Egyptian, Mesopotamian, Greek, Chinese, Indian, Arabic and European contributions done to the nineteenth century and present day. There are revised references and bibliographies and revised and expanded chapters on the nineteeth and twentieth centuries.

Boltzmanns Atom: The Great Debate That Launched a Revolution in Physics


David Lindley - 2001
    Before this explosive growth into the modern age took place, an all-but-forgotten genius strove for forty years to win acceptance for the atomic theory of matter and an altogether new way of doing physics. Ludwig Boltz-mann battled with philosophers, the scientific establishment, and his own potent demons. His victory led the way to the greatest scientific achievements of the twentieth century. Now acclaimed science writer David Lindley portrays the dramatic story of Boltzmann and his embrace of the atom, while providing a window on the civilized world that gave birth to our scientific era. Boltzmann emerges as an endearingly quixotic character, passionately inspired by Beethoven, who muddled through the practical matters of life in a European gilded age. Boltzmann's story reaches from fin de siecle Vienna, across Germany and Britain, to America. As the Habsburg Empire was crumbling, Germany's intellectual might was growing; Edinburgh in Scotland was one of the most intellectually fertile places on earth; and, in America, brilliant independent minds were beginning to draw on the best ideas of the bureaucratized old world.Boltzmann's nemesis in the field of theoretical physics at home in Austria was Ernst Mach, noted today in the term Mach I, the speed of sound. Mach believed physics should address only that which could be directly observed. How could we know that frisky atoms jiggling about corresponded to heat if we couldn't see them? Why should we bother with theories that only told us what would probably happen, rather than making an absolute prediction? Mach and Boltzmann both believed in the power of science, but their approaches to physics could not have been more opposed. Boltzmann sought to explain the real world, and cast aside any philosophical criteria. Mach, along with many nineteenth-century scientists, wanted to construct an empirical edifice of absolute truths that obeyed strict philosophical rules. Boltzmann did not get on well with authority in any form, and he did his best work at arm's length from it. When at the end of his career he engaged with the philosophical authorities in the Viennese academy, the results were personally disastrous and tragic. Yet Boltzmann's enduring legacy lives on in the new physics and technology of our wired world.Lindley's elegant telling of this tale combines the detailed breadth of the best history, the beauty of theoretical physics, and the psychological insight belonging to the finest of novels.

Pathophysiology Made Incredibly Easy!


Lippincott Williams & Wilkins - 1998
    Chapters cover cancer, infection, immune disorders, genetics, and disorders of each body system, highlighting pathophysiologic processes, resulting signs and symptoms, diagnostic test findings, and current treatments. Reader-friendly features include illustrations, checklists, and full-color miniguides illustrating the pathophysiology of specific disorders.This edition has new full-color miniguides on cancer pathophysiology and neuropathology. A new Focus on Genetics feature identifies gene-related discoveries and their implications for treatment or diagnosis. Review questions and answers follow current NCLEX-RN® requirements and alternate-format questions are included.

Algorithms


Robert Sedgewick - 1983
    This book surveys the most important computer algorithms currently in use and provides a full treatment of data structures and algorithms for sorting, searching, graph processing, and string processing -- including fifty algorithms every programmer should know. In this edition, new Java implementations are written in an accessible modular programming style, where all of the code is exposed to the reader and ready to use.The algorithms in this book represent a body of knowledge developed over the last 50 years that has become indispensable, not just for professional programmers and computer science students but for any student with interests in science, mathematics, and engineering, not to mention students who use computation in the liberal arts.The companion web site, algs4.cs.princeton.edu contains An online synopsis Full Java implementations Test data Exercises and answers Dynamic visualizations Lecture slides Programming assignments with checklists Links to related material The MOOC related to this book is accessible via the "Online Course" link at algs4.cs.princeton.edu. The course offers more than 100 video lecture segments that are integrated with the text, extensive online assessments, and the large-scale discussion forums that have proven so valuable. Offered each fall and spring, this course regularly attracts tens of thousands of registrants.Robert Sedgewick and Kevin Wayne are developing a modern approach to disseminating knowledge that fully embraces technology, enabling people all around the world to discover new ways of learning and teaching. By integrating their textbook, online content, and MOOC, all at the state of the art, they have built a unique resource that greatly expands the breadth and depth of the educational experience.

Linear Algebra and Its Applications [with CD-ROM]


David C. Lay - 1993
    

Symmetry


Hermann Weyl - 1952
    Hermann Weyl explores the concept of symmetry beginning with the idea that it represents a harmony of proportions, and gradually departs to examine its more abstract varieties and manifestations--as bilateral, translatory, rotational, ornamental, and crystallographic. Weyl investigates the general abstract mathematical idea underlying all these special forms, using a wealth of illustrations as support. Symmetry is a work of seminal relevance that explores the great variety of applications and importance of symmetry.