MATLAB: A Practical Introduction to Programming and Problem Solving


Stormy Attaway - 2009
    It is the only book that gives a full introduction to programming in MATLAB combined with an explanation of MATLAB's powerful functions. The book differs from other texts in that it teaches programming concepts and the use of the built-in functions in MATLAB simultaneously. It presents programming concepts and MATLAB built-in functions side-by-side, giving students the ability to program efficiently and exploit the power of MATLAB to solve problems. The systematic, step-by-step approach, building on concepts throughout the book, facilitates easier learning.Starting with basic programming concepts, such as variables, assignments, input/output, selection, and loop statements, problems are introduced and solved throughout the book. The book is organized into two parts. Part I covers the programming constructs and demonstrates programming versus efficient use of built-in functions to solve problems. Part II describes the applications, including plotting, image processing, and mathematics, needed in basic problem solving. The chapters feature sections called Quick Question! as well as practice problems designed to test knowledge about the material covered. Problems are solved using both The Programming Concept and The Efficient Method, which facilitates understanding the efficient ways of using MATLAB, and also the programming concepts used in these efficient functions and operators. There are also sections on 'common pitfalls' and 'programming guidelines' that direct students towards best practice.This book is ideal for engineers learning to program and model in MATLAB, as well as undergraduates in engineering and science taking a course on MATLAB.

An Introduction to Language


Victoria A. Fromkin - 1974
    All chapters in this best-seller have been substantially revised to reflect recent discoveries and new understanding of linguistics and languages.

The Art of Electronics


Paul Horowitz - 1980
    Widely accepted as the authoritative text and reference on electronic circuit design, both analog and digital, this book revolutionized the teaching of electronics by emphasizing the methods actually used by circuit designers -- a combination of some basic laws, rules of thumb, and a large bag of tricks. The result is a largely nonmathematical treatment that encourages circuit intuition, brainstorming, and simplified calculations of circuit values and performance. The new Art of Electronics retains the feeling of informality and easy access that helped make the first edition so successful and popular. It is an ideal first textbook on electronics for scientists and engineers and an indispensable reference for anyone, professional or amateur, who works with electronic circuits.

Pharmacology and the Nursing Process


Linda Lane Lilley - 1996
    With an eye-catching design, full-color illustrations, and helpful, practical boxed features that highlight need-to-know information, the new edition of this bestseller continues its tradition of making pharmacology easy to learn and understand.A focus on prioritization identifies key nursing information and helps in preparation for the NCLEX(R) Examination.Presents drugs and their classes as they relate to different parts of the body, facilitating integration of the text with your other nursing courses.Features numerous full-color photos and illustrations pertaining to drug mechanisms of action and step-by-step illustrations depicting key steps in drug administration for various routes, so you can clearly see how drugs work in the body and how to administer medications safely and effectively.Drug Profiles highlight the pharmacokinetics and unique variations of individual drugs.Includes Patient Teaching Tips in each chapter to foster patient compliance and effective drug therapy.Helpful summary boxes are integrated throughout, covering Evidence-Based Practice, Preventing Medication Errors, Laboratory Values Related to Drug Therapy, Cultural Implications, Herbal Therapies, Life Span Considerations, Points to Remember, and Legal and Ethical Principles.Illustrated Study Skills Tips in each unit cover study tips, time management, and test taking strategies related specifically to nursing pharmacology.Includes a convenient tear-out IV Compatibilities Chart that alerts you to drugs that are incompatible when given intravenously.Evolve Student Resources include online access to additional chapter-specific NCLEX(R) review questions, animations, medication errors checklists, IV therapy checklists, printable handouts with need-to-know information about key drug classes, calculators, an audio glossary, answers to case studies and critical thinking activities in the text, frequently asked questions, content updates, nursing care plans covering key drug classes, and online appendices. Critical Thinking Activities and Best Action Questions focus on prioritization, challenging you to determine the best action to take.NCLEX(R) Examination Review Questions now include Alternate-Item Format questions, preparing you for these new types of questions found on the NCLEX(R) exam.New case studies have been added, and all cases now include patient photos along with accompanying questions to provoke critical thinking.Pharmacokinetic Bridges to the Nursing Process sections now cover ACE inhibitors, iron, and women's health issues applying key pharmacokinetics information to nursing practice.

Research Methods for Business: A Skill Building Approach


Uma Sekaran - 2001
    * The issues in cross-national research in sampling and data collection are thoroughly discussed. * The qualitative-quantitative aspects of research are brought together through a case study on the final chapter.

The Norton Anthology of World Literature, Volumes A, B, C: Beginnings to 1650


M.H. AbramsRobert Lyons Danly - 2003
    W. Norton changed the way world literature is taught by introducing The Norton Anthology of World Masterpieces, Expanded Edition. Leading the field once again, Norton is proud to publish the anthology for the new century, The Norton Anthology of World Literature, Second Edition. Now published in six paperback volumes (packaged in two attractive slipcases), the new anthology boasts slimmer volumes, thicker paper, a bolder typeface, and dozens of newly included or newly translated works from around the world. The Norton Anthology of World Literature represents continuity as well as change. Like its predecessor, the anthology is a compact library of world literature, offering an astounding forty-three complete longer works, more than fifty prose works, over one hundred lyric poems, and twenty-three plays. More portable, more suitable for period courses, more pleasant to read, and more attuned to current teaching and research trends, The Norton Anthology of World Literature remains the most authoritative, comprehensive, and teachable anthology for the world literature survey.

Pathophysiology of Heart Disease: A Collaborative Project of Medical Students and Faculty


Leonard S. Lilly - 1993
    It is written by internationally recognized Harvard Medical School faculty and select medical students, and is the best text to bridge basic physiology with clinical care of patients.This edition provides updated coverage of pathogenesis of atherosclerosis, pathophysiology of acute coronary syndromes, mechanisms of heart failure, molecular mechanisms of dysrhythmias, the genomic basis of cardiomyopathies and congenital heart disease, and pharmacology. Numerous new illustrations are included.A companion Website on thePoint will include animations and audio heart sounds.

Concepts of Modern Physics


Arthur Beiser - 2002
    Focusing on the ideas, this book considers relativity and quantum ideas to provide a framework for understanding the physics of atoms and nuclei.

MATLAB Programming for Engineers


Stephen J. Chapman - 1999
    The book teaches MATLAB as a technical programming language showing students how to write clean, efficient, and well-documented programs. It makes no pretense at being a complete description of all of MATLAB's hundreds of functions. Instead, it teaches students how to locate any desired function with MATLAB's extensive on line help facilities. Overall, students develop problem-solving skills and are equipped for future courses and careers using the power of MATLAB.

AA100 The Arts Past and Present - Tradition and Dissent (Book 2)


Carolyn Price - 2008
    

Statistical Methods for Psychology


David C. Howell - 2001
    This book has two underlying themes that are more or less independent of the statistical hypothesis tests that are the main content of the book. The first theme is the importance of looking at the data before formulating a hypothesis. With this in mind, the author discusses, in detail, plotting data, looking for outliers, and checking assumptions (Graphical displays are used extensively). The second theme is the importance of the relationship between the statistical test to be employed and the theoretical questions being posed by the experiment. To emphasize this relationship, the author uses real examples to help the student understand the purpose behind the experiment and the predictions made by the theory. Although this book is designed for students at the intermediate level or above, it does not assume that students have had either a previous course in statistics or a course in math beyond high-school algebra.

Types and Programming Languages


Benjamin C. Pierce - 2002
    The study of type systems--and of programming languages from a type-theoretic perspective--has important applications in software engineering, language design, high-performance compilers, and security.This text provides a comprehensive introduction both to type systems in computer science and to the basic theory of programming languages. The approach is pragmatic and operational; each new concept is motivated by programming examples and the more theoretical sections are driven by the needs of implementations. Each chapter is accompanied by numerous exercises and solutions, as well as a running implementation, available via the Web. Dependencies between chapters are explicitly identified, allowing readers to choose a variety of paths through the material.The core topics include the untyped lambda-calculus, simple type systems, type reconstruction, universal and existential polymorphism, subtyping, bounded quantification, recursive types, kinds, and type operators. Extended case studies develop a variety of approaches to modeling the features of object-oriented languages.

Discrete and Combinatorial Mathematics


Ralph P. Grimaldi - 1985
    The text offers a flexible organization, enabling instructors to adapt the book to their particular courses. The book is both complete and careful, and it continues to maintain its emphasis on algorithms and applications. Excellent exercise sets allow students to perfect skills as they practice. This new edition continues to feature numerous computer science applications-making this the ideal text for preparing students for advanced study.

Production Operations Management


William J. Stevenson - 1986
    The Fifth Edition will continue this tradition. The Fifth Edition continues to rely on the strengths of preceding editions, that is, Stevenson's careful explanations and balanced descriptive and quantitative applications. The text continues to use smaller, more procedural examples as well as "solved problems" to support students. Production/Operations Management is used in the introductory operations management course required of all business majors in four-year colleges and universities.

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.