Book picks similar to
Automatic Control Systems by Benjamin C. Kuo
science
engineering
textbooks
textbook
Introductory Linear Algebra: An Applied First Course
Bernard Kolman - 1988
Calculus is not a prerequisite, although examples and exercises using very basic calculus are included (labeled Calculus Required.) The most technology-friendly text on the market, Introductory Linear Algebra is also the most flexible. By omitting certain sections, instructors can cover the essentials of linear algebra (including eigenvalues and eigenvectors), to show how the computer is used, and to introduce applications of linear algebra in a one-semester course.
Harrisons Manual of Medicine
Dan L. Longo - 2001
Turn to any page, and you'll find essential point-of-care guidance on all the major conditions seen in clinical medicine. Completely updated to reflect all the major advances and new clinical developments, the new edition of the Manual is the most indispensable yet. It continues to focus on diagnosis and therapy with an emphasis on patient care and offers authoritative, high-yield coverage of: Etiology and epidemiology Clinically relevant pathophysiology Signs & Symptoms o Differential Diagnosis Physical and Laboratory Findings Therapeutics o Practice GuidelinesNEW FEATURESFull-color presentation for the first time!Full-color images of clinical conditions encountered in dermatology, cardiology, and eye diseases New chapters on end-of-life care, congenital heart disease in the adult patient, non-invasive cardiac examination, and metabolic syndromeLook for these other great Harrison's titles:Harrison's Principles of Internal Medicine, 17eHarrison's Online available through Accessmedicine.com
Admission Assessment Exam Review
HESI - 2012
Plus, it helps you identify areas of weakness so you can focus your study time. Sample problems and step-by-step examples with explanations in the math and physics sections show you how to work through each problem so you understand the steps it takes to complete the equation. Practice tests with answer keys for each topic - located in the appendices for quick access - help you assess your understanding of each topic and familiarize you with the types of questions you're likely to encounter on the actual exam. HESI Hints boxes offer valuable test-taking tips, as well as rationales, suggestions, examples, and reminders for specific topics.End-of-chapter review questions help you gauge your understanding of chapter content.A full-color layout and more illustrations in the life science chapters visually reinforce key concepts for better understanding.Expanded and updated content in each chapter ensures you're studying the most current content.Basic algebra review in the math section offers additional review and practice.Color-coded chapters help you quickly find specific topic sections.Helpful organizational features in each chapter include an introduction, key terms, chapter outline, and a bulleted chapter summary to help you focus your study.A glossary at the end of the text offers quick access to key terms and their definitions.
Understanding Abnormal Behavior
David Sue - 1981
The first abnormal psychology book to present a thoroughly integrated multicultural perspective--based on the authors' view that cross-cultural comparisons can greatly enhance the understanding of disorders--the text provides extensive coverage and integration of multicultural models, explanations, and concepts. The book also helps you gain an understanding of abnormal behavior as scientific and clinical endeavors, while providing insight into the tools that mental health professionals use to study and treat disorders.
Medical Terminology: A Short Course
Davi-Ellen Chabner - 1990
Terms are introduced in the context of human anatomy and physiology to help you understand exactly what they mean, and case studies and vignettes throughout the book demonstrate how they're used in practice. With all this plus NEW animations and games on the companion CD, you'll be amazed at how easily medical terminology becomes part of your vocabulary.
Ethics: Theory and Contemporary Issues
Barbara MacKinnon - 1994
Illuminating overviews and a selection of readings from both traditional and contemporary sources make even complex philosophical concepts reader friendly. Comprehensive, clear-sighted introductions to general and specific areas of ethical debate cover major ethical theories, including feminist ethics, contract theory, and ethical relativism, before delving into issues ranging from euthanasia and sexual morality to war and globalization. A broader range of voices and philosophical traditions in this edition includes continental and non-Western philosophers, with new readings from prominent ethicists. Increased coverage of contemporary dilemmas highlights issues of widespread interest, including torture and terrorism, "partial birth" abortion, cloning, same-sex marriage, and global distributive justice. An innovative online resource center offers, among other things, animated simulations. These simulations allows you to personally engage with dilemmas and thought experiments commonly presented in introduction to ethics classes and provide instructors with a way to seamlessly integrate online assignments into the class.
Solar Energy: The physics and engineering of photovoltaic conversion, technologies and systems
Arno Smets - 2016
The book is also ideal for university and third-level physics or engineering courses on solar photovoltaics, with exercises to check students' understanding and reinforce learning. It is the perfect companion to the Massive Open Online Course (MOOC) on Solar Energy (DelftX, ET.3034TU) presented by co-author Arno Smets. The course is available in English on the nonprofit open source edX.org platform, and in Arabic on edraak.org. Over 100,000 students have already registered for these MOOCs.
Fundamentals of Fluid Mechanics [With Free Access to Website Study Aids]
Bruce R. Munson - 2005
In each new edition, the authors have refined their primary goal of helping you develop the skills and confidence you need to master the art of solving fluid mechanics problems. This new Fifth Edition includes many new problems, revised and updated examples, new Fluids in the News case study examples, new introductory material about computational fluid dynamics (CFD), and the availability of FlowLab for solving simple CFD problems. Access special resources online New copies of this text include access to resources on the book's website, including: * 80 short Fluids Mechanics Phenomena videos, which illustrate various aspects of real-world fluid mechanics.* Review Problems for additional practice, with answers so you can check your work.* 30 extended laboratory problems that involve actual experimental data for simple experiments. The data for these problems is provided in Excel format.* Computational Fluid Dynamics problems to be solved with FlowLab software. Student Solution Manual and Study Guide A Student Solution Manual and Study Guide is available for purchase, including essential points of the text, "Cautions" to alert you to common mistakes, 109 additional example problems with solutions, and complete solutions for the Review Problems.
Principles of Environmental Science: Inquiry and Applications
William P. Cunningham - 2001
This book is intended for use in a one- or two-semester course in environmental science, human ecology, or environmental studies at the college or advanced placement high school level.
Electric Circuits
James W. Nilsson - 1983
Electric Circuits is the most widely used introductory circuits textbook of the past decade. The book has remained popular due to its success in implementing three themes throughout the text: (1) It builds an understanding of concepts based on information the student has previously learned; (2) The text helps stress the relationship between conceptual understanding and problem-solving approaches; (3) The authors provide numerous examples and problems that use realistic values and situations to give students a strong foundation of engineering practice.
Introduction to Algorithms
Thomas H. Cormen - 1989
Each chapter is relatively self-contained and can be used as a unit of study. The algorithms are described in English and in a pseudocode designed to be readable by anyone who has done a little programming. The explanations have been kept elementary without sacrificing depth of coverage or mathematical rigor.
Modern Operating Systems
Andrew S. Tanenbaum - 1992
What makes an operating system modern? According to author Andrew Tanenbaum, it is the awareness of high-demand computer applications--primarily in the areas of multimedia, parallel and distributed computing, and security. The development of faster and more advanced hardware has driven progress in software, including enhancements to the operating system. It is one thing to run an old operating system on current hardware, and another to effectively leverage current hardware to best serve modern software applications. If you don't believe it, install Windows 3.0 on a modern PC and try surfing the Internet or burning a CD. Readers familiar with Tanenbaum's previous text, Operating Systems, know the author is a great proponent of simple design and hands-on experimentation. His earlier book came bundled with the source code for an operating system called Minux, a simple variant of Unix and the platform used by Linus Torvalds to develop Linux. Although this book does not come with any source code, he illustrates many of his points with code fragments (C, usually with Unix system calls). The first half of Modern Operating Systems focuses on traditional operating systems concepts: processes, deadlocks, memory management, I/O, and file systems. There is nothing groundbreaking in these early chapters, but all topics are well covered, each including sections on current research and a set of student problems. It is enlightening to read Tanenbaum's explanations of the design decisions made by past operating systems gurus, including his view that additional research on the problem of deadlocks is impractical except for "keeping otherwise unemployed graph theorists off the streets." It is the second half of the book that differentiates itself from older operating systems texts. Here, each chapter describes an element of what constitutes a modern operating system--awareness of multimedia applications, multiple processors, computer networks, and a high level of security. The chapter on multimedia functionality focuses on such features as handling massive files and providing video-on-demand. Included in the discussion on multiprocessor platforms are clustered computers and distributed computing. Finally, the importance of security is discussed--a lively enumeration of the scores of ways operating systems can be vulnerable to attack, from password security to computer viruses and Internet worms. Included at the end of the book are case studies of two popular operating systems: Unix/Linux and Windows 2000. There is a bias toward the Unix/Linux approach, not surprising given the author's experience and academic bent, but this bias does not detract from Tanenbaum's analysis. Both operating systems are dissected, describing how each implements processes, file systems, memory management, and other operating system fundamentals. Tanenbaum's mantra is simple, accessible operating system design. Given that modern operating systems have extensive features, he is forced to reconcile physical size with simplicity. Toward this end, he makes frequent references to the Frederick Brooks classic The Mythical Man-Month for wisdom on managing large, complex software development projects. He finds both Windows 2000 and Unix/Linux guilty of being too complicated--with a particular skewering of Windows 2000 and its "mammoth Win32 API." A primary culprit is the attempt to make operating systems more "user-friendly," which Tanenbaum views as an excuse for bloated code. The solution is to have smart people, the smallest possible team, and well-defined interactions between various operating systems components. Future operating system design will benefit if the advice in this book is taken to heart. --Pete Ostenson
Remote Sensing and Image Interpretation
Thomas M. Lillesand - 1979
The text examines the basics of analog image analysis while placing greater emphasis on digitally based systems and analysis techniques. The presentation is discipline neutral, so students in any field of study can gain a clear understanding of these systems and their virtually unlimited applications.
Discovering the Universe [with CD-ROM]
Neil F. Comins - 1984
The accompanying CD-ROM features a special student version of the award-winning virtual planetarium software Starry Night plus software animations and videos, all illustrations from the text, interactive Q&A and exercises, and supplementary resources. Material can be updated periodically from the Freeman Web site. www.whfreeman.com/astronomy. There is an online study guide offering a CD-Web guide, chapter objectives, key terms, review questions, Starry Night observations exercises and online tutorials.
Ansel's Pharmaceutical Dosage Forms and Drug Delivery Systems
Loyd V. Allen Jr. - 2004
Each chapter in this revised Eighth Edition includes two case studies—one clinical and one pharmaceutical. Content coincides with the CAPE, APhA, and NAPLEX competencies.This edition includes updated drug information and expanded sections on parenterals, excipients, liposomes, and biopharmaceutics. Coverage incorporates all new dosage forms in the current USP Pharmacopoeia-National Formulary. Capsules and tablets are now covered in separate chapters. The thoroughly revamped illustration program includes new product and manufacturing equipment photographs.