Numerical Methods for Engineers


Steven C. Chapra - 1985
    It covers such areas as biotechnology and biomedical engineering.

Objects First with Java: A Practical Introduction Using BlueJ


David J. Barnes - 2002
    It takes a truly objects first approach to teaching problem solving using Java. These are complicated concepts so the book uses the development environment BlueJ to help the student's understanding. BlueJ has a strong emphasis on visualization and interaction techniques, and allows the students to manipulate objects and call methods as a first exercise. BlueJ is free and freely available, and has been developed specifically for teaching. The book is loaded with projects so that the student can really get a grip on actually solving problems; and it takes a spiral approach , introducing a topic in a simple context early on, then revisiting it later in the book to deepen understanding. It also comes with a CD containing JDK, BlueJ, a BlueJ tutorial and code for all the projects. The website contains style guide for all examples, PowerPoints for lecturers and also a Solutions Manual.

Communicating at Work: Principles and Practices for Business and the Professions


Ronald B. Adler - 1986
    This book provides coverage of pedagogy, and other topics such as sources of on-the-job conflict, how to use informational interviews, and others.

Foundations of Analog and Digital Electronic Circuits


Anant Agarwal - 2005
    It will introduce a new way of looking not only at the treatment of circuits, but also at the treatment of introductory coursework in engineering in general. Using the concept of ''abstraction, '' the book attempts to form a bridge between the world of physics and the world of large computer systems. In particular, it attempts to unify electrical engineering and computer science as the art of creating and exploiting successive abstractions to manage the complexity of building useful electrical systems. Computer systems are simply one type of electrical systems

Criminology: The Core


Larry J. Siegel - 2001
    Carefully structured to cover relevant information in a manageable format and in a presentation that is interesting and contemporary, renowned author Larry J. Siegel continues to incorporate his hallmark balanced and unbiased presentation of theory, policy, high-interest examples, and cutting-edge and seminal research. This market-leading brief Criminology text is also the best value for your students CRIMINOLOGY: THE CORE, Second Edition now includes the most student-friendly and useful technology package available, including a FREE Student CD-ROM and robust Companion Web Site.

Creative Writing: Four Genres in Brief


David Starkey - 2008
    How can students with widely varied levels of literary experience learn to write poetry, fiction, creative nonfiction, and drama — over the course of only one semester? In Creative Writing: Four Genres in Brief, David Starkey offers some solutions to the challenges of teaching the introductory creative writing course: (1) concise, accessible instruction in literary basics; (2) short models of literature to analyze, admire and emulate; (3) inventive and imaginative assignments that inspire and motivate.

An Introduction to Formal Language and Automata


Peter Linz - 1990
    The Text Was Designed To Familiarize Students With The Foundations And Principles Of Computer Science And To Strengthen The Students' Ability To Carry Out Formal And Rigorous Mathematical Arguments. In The New Fourth Edition, Author Peter Linz Has Offered A Straightforward, Uncomplicated Treatment Of Formal Languages And Automata And Avoids Excessive Mathematical Detail So That Students May Focus On And Understand The Underlying Principles. In An Effort To Further The Accessibility And Comprehension Of The Text, The Author Has Added New Illustrative Examples Throughout.

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.

Business Data Communications and Networking


Jerry FitzGerald - 1995
    Updated with the latest advances in the field, Jerry FitzGerald and Alan Dennis' 10th Edition of Business Data Communications and Networking continues to provide the fundamental concepts and cutting-edge coverage applications that students need to succeed in this fast-moving field.Authors FitzGerald and Dennis have developed a foundation and balanced presentation from which new technologies and applications can be easily understood, evaluated, and compared.

Systems Analysis and Design


Kenneth E. Kendall - 1988
    'Systems Analysis and Design' is a human-centred book that concisely presents the latest systems development methods, tools and techniques to students in an engaging and easy-to-understand manner.

Principles of Economics


Karl E. Case - 1988
    These two highly-respected economists and educators have revised this best-selling MICRO FIRST book to include more current topics and events while maintaining its hallmark feature of teaching economics through stories, graphs, and equations; relevant to students with various learning styles (verbal, visual, and numerical).

Archetypes of Wisdom: An Introduction to Philosophy


Douglas J. Soccio - 1992
    Soccio's lucid and conversational prose and a well-chosen, reader-friendly array of succinct excerpts from canonical primary sources, ARCHETYPES OF WISDOM brings philosophy to life for its readers through the examination of many paradigmatic philosophies and philosophers. Very much a student-focused book that speaks out of Soccio's non-condescending desire to speak to students where they "are" and not where they "should be," ARCHETYPES OF WISDOM includes numerous pedagogical illustrations and features (Philosophical Queries, a Marginal Glossary, Chapter Summaries, End-of-Chapter Questions for Reflection, to name a few) to make this often-times daunting subject the approachable and engaging subject it ought to be. The Sixth Edition represents a careful revision, with all changes made by Soccio to enhance and refresh the book's reader-praised search-for-wisdom motif. In particular, this edition features new coverage of Lao-Tzu; expanded, chapter-length treatment of Kierkegaard; and an engaging introduction to the complex landscape of philosophy in the twentieth century focusing on the two archetypal thinkers of this time period: Wittgenstein and Heidegger. Soccio's lauded prose is also enhanced in this Sixth Edition by the text's new full-color design. The text is supported by an unmatched array of teaching and learning resources that include CengageNOW-a powerful online tutorial and course management system, and dynamic easy-to-use lecture and class preparation tools exclusive to Wadsworth, a part of Cengage Learning.

Women, Men, and Society


Claire M. Renzetti - 1989
    The approach, which focuses on intersecting inequalities, illustrates how racism, social class, ageism and heterosexism can compound the consequences of gender inequality. Although it focuses primarily on women and men in the United States, international issues and data are incorporated throughout.

Alfred's Essentials of Music Theory Complete Self Study Guide: A Complete Self-study Course for All Musicians (With CD)


Andrew Surmani - 2004
    Will take 25-35 days

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.