Fundamentals of Physics: Mechanics, Relativity, and Thermodynamics


Ramamurti Shankar - 2014
    Shankar, a well-known physicist and contagiously enthusiastic educator, was among the first to offer a course through the innovative Open Yale Course program. His popular online video lectures on introductory physics have been viewed over a million times. In this concise and self-contained book based on his online Yale course, Shankar explains the fundamental concepts of physics from Galileo’s and Newton’s discoveries to the twentieth-century’s revolutionary ideas on relativity and quantum mechanics.   The book begins at the simplest level, develops the basics, and reinforces fundamentals, ensuring a solid foundation in the principles and methods of physics. It provides an ideal introduction for college-level students of physics, chemistry, and engineering, for motivated AP Physics students, and for general readers interested in advances in the sciences. Instructor resources--including problem sets and sample examinations--and more information about Professor Shankar's course are available at http://oyc.yale.edu/physics/phys-200.

Python Cookbook


David Beazley - 2002
    Packed with practical recipes written and tested with Python 3.3, this unique cookbook is for experienced Python programmers who want to focus on modern tools and idioms.Inside, you’ll find complete recipes for more than a dozen topics, covering the core Python language as well as tasks common to a wide variety of application domains. Each recipe contains code samples you can use in your projects right away, along with a discussion about how and why the solution works.Topics include:Data Structures and AlgorithmsStrings and TextNumbers, Dates, and TimesIterators and GeneratorsFiles and I/OData Encoding and ProcessingFunctionsClasses and ObjectsMetaprogrammingModules and PackagesNetwork and Web ProgrammingConcurrencyUtility Scripting and System AdministrationTesting, Debugging, and ExceptionsC Extensions

Computational Geometry: Algorithms and Applications


Mark de Berg - 1997
    The focus is on algorithms and hence the book is well suited for students in computer science and engineering. Motivation is provided from the application areas: all solutions and techniques from computational geometry are related to particular applications in robotics, graphics, CAD/CAM, and geographic information systems. For students this motivation will be especially welcome. Modern insights in computational geometry are used to provide solutions that are both efficient and easy to understand and implement. All the basic techniques and topics from computational geometry, as well as several more advanced topics, are covered. The book is largely self-contained and can be used for self-study by anyone with a basic background in algorithms. In the second edition, besides revisions to the first edition, a number of new exercises have been added.

Fundamentals of Software Architecture: An Engineering Approach


Mark Richards - 2020
    Until now. This practical guide provides the first comprehensive overview of software architecture's many aspects. You'll examine architectural characteristics, architectural patterns, component determination, diagramming and presenting architecture, evolutionary architecture, and many other topics.Authors Neal Ford and Mark Richards help you learn through examples in a variety of popular programming languages, such as Java, C#, JavaScript, and others. You'll focus on architecture principles with examples that apply across all technology stacks.

Science and the City: The Mechanics Behind the Metropolis


Laurie Winkless - 2016
    Technological advances in fields as diverse as quantum mechanics, electronics, and nanotechnology are proving increasingly important to city life, and the urban world will turn to science to deliver solutions to the problems of the future; more than 50 percent of the world's population now lives in cities, and that proportion is growing fast. Can engineering provide the answer to a viable megacity future?SCIENCE AND THE CITY starts at your front door and guides you through the technology of everyday city life: how new approaches to building materials help to construct the tallest skyscrapers in Dubai, how New Yorkers use light to treat their drinking water, how Tokyo commuters' footsteps power gates in train stations. Uncovering the science and engineering that shapes our cities, Laurie Winkless reveals how technology will help us meet the challenges of a soaring world population--from an ever-increasing demand for power, water, and internet access, to simply how to get about in a megacity of tens of millions of people. Laurie Winkless is a physicist with an undergraduate degree from Trinity College, Dublin, and a master's degree in space science from University College London. She has worked at the National Physical Laboratory, specializing in functional materials and is an expert on thermoelectric energy harvesting, which involves using material science to capture and convert waste heat into electricity. This is her first book, written while living in her favorite city, London.

Single Variable Calculus


James Stewart - 1991
    Stewart's Calculus is successful throughout the world because he explains the material in a way that makes sense to a wide variety of readers. His explanations make ideas come alive, and his problems challenge, to reveal the beauty of calculus. Stewart's examples stand out because they are not just models for problem solving or a means of demonstrating techniques--they also encourage readers to develp an analytic view of the subject. This edition includes new problems, examples, and projects.

Python for Data Analysis


Wes McKinney - 2011
    It is also a practical, modern introduction to scientific computing in Python, tailored for data-intensive applications. This is a book about the parts of the Python language and libraries you'll need to effectively solve a broad set of data analysis problems. This book is not an exposition on analytical methods using Python as the implementation language.Written by Wes McKinney, the main author of the pandas library, this hands-on book is packed with practical cases studies. It's ideal for analysts new to Python and for Python programmers new to scientific computing.Use the IPython interactive shell as your primary development environmentLearn basic and advanced NumPy (Numerical Python) featuresGet started with data analysis tools in the pandas libraryUse high-performance tools to load, clean, transform, merge, and reshape dataCreate scatter plots and static or interactive visualizations with matplotlibApply the pandas groupby facility to slice, dice, and summarize datasetsMeasure data by points in time, whether it's specific instances, fixed periods, or intervalsLearn how to solve problems in web analytics, social sciences, finance, and economics, through detailed examples

Classical Dynamics of Particles and Systems


Jerry B. Marion - 1970
    Vector calculus is used extensively to explore topics.The Lagrangian formulation of mechanics is introduced early to show its powerful problem solving ability.. Modern notation and terminology are used throughout in support of the text's objective: to facilitate students' transition to advanced physics and the mathematical formalism needed for the quantum theory of physics. CLASSICAL DYNAMICS OF PARTICLES AND SYSTEMS can easily be used for a one- or two-semester course, depending on the instructor's choice of topics.

Netter's Anatomy Coloring Book [with Student Consult Online Access]


John T. Hansen - 2009
    Hansen, PhD. Using this interactive coloring workbook, you can trace arteries, veins, and nerves through their courses and bifurcations...reinforce your understanding of muscle origins and insertions from multiple views and dissection layers...and develop a better understanding of the integration of individual organs in the workings of each body system throughout the human form. Online access to Student Consult-where you'll find the complete contents of the book and much more-further enhances your study and exponentially boosts your reference power. Whether you are taking an anatomy course or just curious about how the body works, let the art of Netter guide you!Provides multiple views, magnifications, and dissection layers that strengthen your understanding of 3-D anatomical relationships.Presents each topic in two-page spreads-with Netter anatomical illustrations accompanied by high-yield information-that gives context to the structures.Features illustrations small enough for quick coloring, but large enough to provide you with important details.Offers tips for coloring key structures that emphasize how a coloring exercise can reinforce learning.Uses Key Points to cover functional and clinical relevance and relationships.Contains tables that review muscle attachments, innervation, action, and blood supply.Features Clinical Notes which highlight the importance of anatomy in medicine.Includes online access to Student Consult where you can search the complete contents of the book, print additional copies of the coloring pages, view completed coloring pages for reference, access Integration Links to bonus content in other Student Consult titles...and much more...to further enhance your study and exponentially boost your reference power.

An Introduction to Statistical Learning: With Applications in R


Gareth James - 2013
    This book presents some of the most important modeling and prediction techniques, along with relevant applications. Topics include linear regression, classification, resampling methods, shrinkage approaches, tree- based methods, support vector machines, clustering, and more. Color graphics and real-world examples are used to illustrate the methods presented. Since the goal of this textbook is to facilitate the use of these statistical learning techniques by practitioners in science, industry, and other fields, each chapter contains a tutorial on implementing the analyses and methods presented in R, an extremely popular open source statistical software platform. Two of the authors co-wrote The Elements of Statistical Learning (Hastie, Tibshirani and Friedman, 2nd edition 2009), a popular reference book for statistics and machine learning researchers. An Introduction to Statistical Learning covers many of the same topics, but at a level accessible to a much broader audience. This book is targeted at statisticians and non-statisticians alike who wish to use cutting-edge statistical learning techniques to analyze their data. The text assumes only a previous course in linear regression and no knowledge of matrix algebra.

Molecular Biotechnology: Principles & Applications of Recombinant DNA


Bernard R. Glick - 1994
    The latest edition offers greatly expanded coverage of directed mutagenesis and protein engineering, therapeutic agents, and genetic engineering of plants. Updated chapters reflect recent developments in biotechnology and the societal issues related to it, such as cloning, gene therapy, and patenting and releasing genetically engineered organisms. Over 480 figures, including 200 that are new in this edition, illustrate all key concepts. "Milestones" summarize important research papers in the history of biotechnology and their effects on the field. As in previous editions, the authors clearly explain all concepts and techniques to provide maximum understanding of the subject, avoiding confusing scientific jargon and excessive detail wherever possible. Each chapter concludes with a summary, references, and review questions. Ideally suited as a text for third- and fourth-year undergraduates as well as graduate students, this book is also an excellent reference for health professionals, scientists, engineers, or attorneys interested in biotechnology.

The Princeton Field Guide to Dinosaurs


Gregory S. Paul - 2010
    World-renowned dinosaur illustrator and researcher Gregory Paul provides comprehensive visual and textual coverage of the great Mesozoic animals that gave rise to the living dinosaurs, the birds. Incorporating the new discoveries and research that are radically transforming what we know about dinosaurs, this book is distinguished both by its scientific accuracy and the quality and quantity of its illustrations. It presents thorough descriptions of more than 735 dinosaur species and features more than 600 color and black-and-white images, including unique skeletal drawings, life studies, and scenic views--illustrations that depict the full range of dinosaurs, from small, feathered creatures to whale-sized supersauropods.Heavily illustrated species accounts of the major dinosaur groups are preceded by an extensive introduction that covers dinosaur history and biology, the extinction of nonavian dinosaurs, the origin of birds, and the history of dinosaur paleontology--and that also gives a taste of what it might be like to travel back to the time of the dinosaurs.The Princeton Field Guide to Dinosaurs is a must-have for anyone who loves dinosaurs, from the amateur enthusiast to the professional paleontologist.The first authoritative field guide to dinosaursCovers more than 735 speciesBeautiful, large-format volumeLavishly illustrated throughout, with more than 600 color and black-and-white drawings and figures, including: More than 130 color life studies, including scenic views Close to 450 skeletal, skull, head, and muscle drawings 8 color paleo-distribution maps Color timelineDescribes anatomy, physiology, locomotion, reproduction, and growth of dinosaurs, as well as the origin of birds and the extinction of nonavian dinosaurs

Physiology of Behavior


Neil R. Carlson - 1981
    Carlson's Seventh Edition of Physiology of Behavior continues its tradition as the most comprehensive, current, and teachable book for physiological psychology. This classic incorporates the latest discoveries in the rapidly changing fields of neuroscience and physiological psychology and offers the most comprehensive and integrative coverage of research and theory in contemporary behavioral neuroscience. Thoughtfully organized, it offers scholarly-yet-accessible coverage and effectively emphasizes the dynamic interaction between biology and behavior. Collaboration with a talented artist has provided beautiful, accurate, and informative full-color illustrations that further enhance the appeal to both students and professors alike. For anyone interested in physiological psychology or biological psychology.

Operating Systems Design and Implementation


Andrew S. Tanenbaum - 1974
    Written by the creator of Minux, professional programmers will now have the most up-to-date tutorial and reference available today. Revised to address the latest version of MINIX (MINIX 3), this streamlined, simplified new edition remains the only operating systems text to first explain relevant principles, then demonstrate their applications using a Unix-like operating system as a detailed example. It has been especially designed for high reliability, for use in embedded systems, and for ease of teaching.

The C Programming Language


Brian W. Kernighan - 1978
    It is the definitive reference guide, now in a second edition. Although the first edition was written in 1978, it continues to be a worldwide best-seller. This second edition brings the classic original up to date to include the ANSI standard. From the Preface: We have tried to retain the brevity of the first edition. C is not a big language, and it is not well served by a big book. We have improved the exposition of critical features, such as pointers, that are central to C programming. We have refined the original examples, and have added new examples in several chapters. For instance, the treatment of complicated declarations is augmented by programs that convert declarations into words and vice versa. As before, all examples have been tested directly from the text, which is in machine-readable form. As we said in the first preface to the first edition, C "wears well as one's experience with it grows." With a decade more experience, we still feel that way. We hope that this book will help you to learn C and use it well.