Human Physiology: An Integrated Approach [with IP-10]


Dee Unglaub Silverthorn - 1997
    The newly revised Fifth Edition has been significantly updated throughout and features substantially revised art and Running Problems in the book and on the reader Companion Website. Recognized as an extraordinary educator and active learning enthusiast, Dr. Silverthorn incorporates time-tested classroom techniques throughout the book and presents thorough, up-to-date coverage of new scientific discoveries, biotechnology techniques, and treatments of disorders. Dr. Silverthorn also co-authored the accompanying Student Workbook and Instructor Manual, ensuring that these ancillaries reinforce the pedagogical approach of the book.The Fifth Edition includes access to Interactive Physiology(R) 10-System Suite (IP-10), PhysioEx(TM) 8.0, A&P Flix animations in 3D, and The Physiology Place Companion Website. Key Topics: Introduction to Physiology, Molecular Interactions, Compartmentation: Cells and Tissues, Energy and Cellular Metabolism, Membrane Dynamics, Communication, Integration, Homeostasis, Introduction to the Endocrine System, Neurons: Cellular and Network Properties, The Central Nervous System, Sensory Physiology, Efferent Division: Autonomic and Somatic Motor Control, Muscles, Integrative Physiology I: Control of Body Movement, Cardiovascular Physiology, Blood Flow and the Control of Blood Pressure, Blood, Mechanics of Breathing, Gas Exchange and Transport, The Kidneys, Integrative Physiology II: Fluid and Electrolyte Balance, Digestion, Energy Balance and Metabolism, Endocrine Control of Growth and Metabolism, The Immune System, Integrative Physiology III: Exercise, Reproduction and DevelopmentMarket: Intended for those interested in learning the basics of human physiology

Particle Physics For Non Physicists: A Tour Of The Microcosmos


Steven Pollock - 2003
    And you'll also learn the "rules of the game" - the forces that drive those particles and the ways in which they interact - that underlie the workings of the universe.The lectures have been designed to be enriching for everyone, regardless of scientific background or mathematical ability. Virtually all you'll need as you enter this fascinating world are your curiosity, common sense, and, as Professor Pollock notes, "an open mind for the occasional quantum weirdness." As you move through the lectures, you'll also gain a knowledge of how those particles fit into perhaps the greatest scientific theory of all time: the Standard Model of particle physics; a grasp of key terms like "gauge symmetry," "quantum chromodynamics," and "unified quantum field Theory;" and an appreciation of how particle physics fits in with other branches of physics - including cosmology and quantum mechanics - to create our overall understanding of nature.

Ecology: Concepts and Applications


Manuel C. Molles Jr. - 1999
    An evolutionary perspective forms the foundation of the entire discussion. The book begins with the natural history of the planet, considers portions of the whole in the middle chapters, and ends with another perspective of the entire planet in the concluding chapter. Its unique organization of focusing only on several key concepts in each chapter sets it apart from the competition. .

The Quantum Theory of Fields: Volume I, Foundations


Steven Weinberg - 1995
    This is a two-volume work. Volume I introduces the foundations of quantum field theory. The development is fresh and logical throughout, with each step carefully motivated by what has gone before, and emphasizing the reasons why such a theory should describe nature. After a brief historical outline, the book begins anew with the principles about which we are most certain, relativity and quantum mechanics, and the properties of particles that follow from these principles. Quantum field theory emerges from this as a natural consequence. The author presents the classic calculations of quantum electrodynamics in a thoroughly modern way, showing the use of path integrals and dimensional regularization. His account of renormalization theory reflects the changes in our view of quantum field theory since the advent of effective field theories. The book's scope extends beyond quantum electrodynamics to elementary particle physics, and nuclear physics. It contains much original material, and is peppered with examples and insights drawn from the author's experience as a leader of elementary particle research. Problems are included at the end of each chapter. This work will be an invaluable reference for all physicists and mathematicians who use quantum field theory, and it is also appropriate as a textbook for graduate students in this area.

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.

Textbook of Biochemistry with Clinical Correlations


Thomas M. Devlin - 1982
    Devlin's Textbook of Biochemistry with Clinical Correlations presents the biochemistry of mammalian cells, relates events at a cellular level to the subsequent physiological processes in the whole animal, and cites examples of human diseases derived from aberrant biochemical processes. The organization and content are tied together to provide students with the complete picture of biochemistry and how it relates to humans. Loaded with new material and chapters and brimming with detailed, full-color illustrations that clearly explain associated concepts, this sixth edition is an indispensable tool for students and professionals in the medical or health sciences. Key Features of the Sixth Edition Over 250 Clinical Correlations highlighting the significance of the biochemistry to clinical conditions and diseases MCAT-Style Questions with annontated answers in every chapter - in a format similar to that used by the National Board of Medical Examiners More than 1,200 high-quality, full-color illustrations A concise appendix reviewing important Organic Chemistry Concepts New to the Sixth Edition: Fully Updated with a significant revision of all chapters and major topics Two new chapters: Fundamentals of Signal Transduction and Cell Cycle, Programmed Cell Death, and Cancer A Glossary that explains important biochemical terms New sections on the Basal Lamina Protein Complex and Molecular Motors

Euclid's Elements


Euclid
    Heath's translation of the thirteen books of Euclid's Elements. In keeping with Green Lion's design commitment, diagrams have been placed on every spread for convenient reference while working through the proofs; running heads on every page indicate both Euclid's book number and proposition numbers for that page; and adequate space for notes is allowed between propositions and around diagrams. The all-new index has built into it a glossary of Euclid's Greek terms.Heath's translation has stood the test of time, and, as one done by a renowned scholar of ancient mathematics, it can be relied upon not to have inadvertantly introduced modern concepts or nomenclature. We have excised the voluminous historical and scholarly commentary that swells the Dover edition to three volumes and impedes classroom use of the original text. The single volume is not only more convenient, but less expensive as well.

Effective Java


Joshua Bloch - 2001
    The principal enhancement in Java 8 was the addition of functional programming constructs to Java's object-oriented roots. Java 7, 8, and 9 also introduced language features, such as the try-with-resources statement, the diamond operator for generic types, default and static methods in interfaces, the @SafeVarargs annotation, and modules. New library features include pervasive use of functional interfaces and streams, the java.time package for manipulating dates and times, and numerous minor enhancements such as convenience factory methods for collections. In this new edition of Effective Java, Bloch updates the work to take advantage of these new language and library features, and provides specific best practices for their use. Java's increased support for multiple paradigms increases the need for best-practices advice, and this book delivers. As in previous editions, each chapter consists of several "items," each presented in the form of a short, standalone essay that provides specific advice, insight into Java platform subtleties, and updated code examples. The comprehensive descriptions and explanations for each item illuminate what to do, what not to do, and why. Coverage includes:Updated techniques and best practices on classic topics, including objects, classes, methods, libraries, and generics How to avoid the traps and pitfalls of commonly misunderstood subtleties of the platform Focus on the language and its most fundamental libraries, such as java.lang and java.util

Big Java


Cay S. Horstmann - 2002
    Thoroughly updated to include Java 6, the Third Edition of Horstmann's bestselling text helps you absorb computing concepts and programming principles, develop strong problem-solving skills, and become a better programmer, all while exploring the elements of Java that are needed to write real-life programs. A top-notch introductory text for beginners, Big Java, Third Edition is also a thorough reference for students and professionals alike to Java technologies, Internet programming, database access, and many other areas of computer science.Features of the Third Edition: The 'Objects Gradual' approach leads you into object-oriented thinking step-by-step, from using classes, implementing simple methods, all the way to designing your own object-oriented programs. A strong emphasis on test-driven development encourages you to consider outcomes as you write programming code so you design better, more usable programs Helpful "Testing Track" introduces techniques and tools step by step, ensuring that you master one before moving on to the next New teaching and learning tools in WileyPLUS--including a unique assignment checker that enables you to test your programming problems online before you submit them for a grade Graphics topics are developed gradually throughout the text, conveniently highlighted in separate color-coded sections Updated coverage is fully compatible with Java 5 and includes a discussion of the latest Java 6 features

Electronics Fundamentals: Circuits, Devices and Applications (Floyd Electronics Fundamentals Series)


Thomas L. Floyd - 1983
    Written in a clear and accessible narrative, the 7th Edition focuses on fundamental principles and their applications to solving real circuit analysis problems, and devotes six chapters to examining electronic devices. With an eye-catching visual program and practical exercises, this book provides readers with the problem-solving experience they need in a style that makes complex material thoroughly understandable. For professionals with a career in electronics, engineering, technical sales, field service, industrial manufacturing, service shop repair, and/or technical writing.

Foundations in Microbiology


Kathleen Park Talaro - 1992
    It uses a taxonomic approach for the study of pathogens.

The Quantum Universe: Everything That Can Happen Does Happen


Brian Cox - 2011
    Cox and Forshaw's contention? There is no need for quantum mechanics to be viewed this way. There is a lot of mileage in the 'weirdness' of the quantum world, and it often leads to confusion and, frankly, bad science. The Quantum Universe cuts through the Wu Li and asks what observations of the natural world made it necessary, how it was constructed, and why we are confident that, for all its apparent strangeness, it is a good theory.The quantum mechanics of The Quantum Universe provide a concrete model of nature that is comparable in its essence to Newton’s laws of motion, Maxwell’s theory of electricity and magnetism, and Einstein’s theory of relativity.

Advanced Level Physics


Michael Nelkon - 1977
    Nelkpn and Parker Advanced Level Physics Fourth edition Hardback! Second hand, but mint condition Buyer must pay postage

How to Solve It: A New Aspect of Mathematical Method


George Pólya - 1944
    Polya, How to Solve It will show anyone in any field how to think straight. In lucid and appealing prose, Polya reveals how the mathematical method of demonstrating a proof or finding an unknown can be of help in attacking any problem that can be reasoned out--from building a bridge to winning a game of anagrams. Generations of readers have relished Polya's deft--indeed, brilliant--instructions on stripping away irrelevancies and going straight to the heart of the problem.

The Magic of Math: Solving for X and Figuring Out Why


Arthur T. Benjamin - 2015
    joyfully shows you how to make nature's numbers dance."--Bill Nye (the science guy)The Magic of Math is the math book you wish you had in school. Using a delightful assortment of examples-from ice-cream scoops and poker hands to measuring mountains and making magic squares-this book revels in key mathematical fields including arithmetic, algebra, geometry, and calculus, plus Fibonacci numbers, infinity, and, of course, mathematical magic tricks. Known throughout the world as the "mathemagician," Arthur Benjamin mixes mathematics and magic to make the subject fun, attractive, and easy to understand for math fan and math-phobic alike."A positively joyful exploration of mathematics."-Publishers Weekly, starred review"Each [trick] is more dazzling than the last."-Physics World