Book picks similar to
Unit Operations of Chemical Engineering by Warren L. McCabe
chemical-engineering
science
textbooks
engineering
Advanced Inorganic Chemistry
F. Albert Cotton - 1972
Like its predecessors, this updated Sixth Edition is organized around the periodic table of elements and provides a systematic treatment of the chemistry of all chemical elements and their compounds. It incorporates important recent developments with an emphasis on advances in the interpretation of structure, bonding, and reactivity.From the reviews of the Fifth Edition: "The first place to go when seeking general information about the chemistry of a particular element, especially when up-to-date, authoritative information is desired."--Journal of the American Chemical Society"Every student with a serious interest in inorganic chemistry should have [this book]."--
Journal of Chemical Education
"A mine of information . . . an invaluable guide."--
Nature
"The standard by which all other inorganic chemistry books are judged."--
Nouveau Journal de Chimie
"A masterly overview of the chemistry of the elements."--
The Times of London Higher Education Supplement
"A bonanza of information on important results and developments which could otherwise easily be overlooked in the general deluge of publications."--
Angewandte Chemie
Calculus [with CD]
Howard Anton - 1992
New co-authors--Irl Bivens and Stephen Davis--from Davidson College; both distinguished educators and writers.* More emphasis on graphing calculators in exercises and examples, including CAS capabilities of graphing calculators.* More problems using tabular data and more emphasis on mathematical modeling.
Financial Accounting
Walter B. Meigs - 1983
Throughout the writing process of this edition, the authors worked closely with a developmental editor to help ensure the text is student-friendly and even more responsive to the variety of learning styles. The text is enriched with real-world examples and illustrations from a variety of business environments. Futhermore, the text's new, four-color design allows instructors a high degree of flexibility and emphasis.
Health Psychology
Shelley E. Taylor - 2008
It provides explanations of biological, psychological and social factors in health issues, reinforced with case studies.
HTML and CSS: Design and Build Websites
Jon Duckett - 2011
Joining the professional web designers and programmers are new audiences who need to know a little bit of code at work (update a content management system or e-commerce store) and those who want to make their personal blogs more attractive. Many books teaching HTML and CSS are dry and only written for those who want to become programmers, which is why this book takes an entirely new approach. • Introduces HTML and CSS in a way that makes them accessible to everyone—hobbyists, students, and professionals—and it’s full-color throughout • Utilizes information graphics and lifestyle photography to explain the topics in a simple way that is engaging • Boasts a unique structure that allows you to progress through the chapters from beginning to end or just dip into topics of particular interest at your leisureThis educational book is one that you will enjoy picking up, reading, then referring back to. It will make you wish other technical topics were presented in such a simple, attractive and engaging way!
Communication Systems
Simon Haykin - 1978
In addition to being the most up-to-date communications text available, Simon Haykin has added MATLAB computer experiments.
An Introduction to the Event-Related Potential Technique
Steven J. Luck - 2005
In " An Introduction to the Event-Related Potential Technique," Steve Luck offers the first comprehensive guide to the practicalities of conducting ERP experiments in cognitive neuroscience and related fields, including affective neuroscience and experimental psychopathology. The book can serve as a guide for the classroom or the laboratory and as a reference for researchers who do not conduct ERP studies themselves but need to understand and evaluate ERP experiments in the literature. It summarizes the accumulated body of ERP theory and practice, providing detailed, practical advice about how to design, conduct, and interpret ERP experiments, and presents the theoretical background needed to understand why an experiment is carried out in a particular way. Luck focuses on the most fundamental techniques, describing them as they are used in many of the world's leading ERP laboratories. These techniques reflect a long history of electrophysiological recordings and provide an excellent foundation for more advanced approaches.The book also provides advice on the key topic of how to design ERP experiments so that they will be useful in answering questions of broad scientific interest. This reflects the increasing proportion of ERP research that focuses on these broader questions rather than the "ERPology" of early studies, which concentrated primarily on ERP components and methods. Topics covered include the neural origins of ERPs, signal averaging, artifact rejection and correction, filtering, measurement and analysis, localization, and the practicalities of setting up the lab.
Data Smart: Using Data Science to Transform Information into Insight
John W. Foreman - 2013
Major retailers are predicting everything from when their customers are pregnant to when they want a new pair of Chuck Taylors. It's a brave new world where seemingly meaningless data can be transformed into valuable insight to drive smart business decisions.But how does one exactly do data science? Do you have to hire one of these priests of the dark arts, the "data scientist," to extract this gold from your data? Nope.Data science is little more than using straight-forward steps to process raw data into actionable insight. And in Data Smart, author and data scientist John Foreman will show you how that's done within the familiar environment of a spreadsheet. Why a spreadsheet? It's comfortable! You get to look at the data every step of the way, building confidence as you learn the tricks of the trade. Plus, spreadsheets are a vendor-neutral place to learn data science without the hype. But don't let the Excel sheets fool you. This is a book for those serious about learning the analytic techniques, the math and the magic, behind big data.Each chapter will cover a different technique in a spreadsheet so you can follow along: - Mathematical optimization, including non-linear programming and genetic algorithms- Clustering via k-means, spherical k-means, and graph modularity- Data mining in graphs, such as outlier detection- Supervised AI through logistic regression, ensemble models, and bag-of-words models- Forecasting, seasonal adjustments, and prediction intervals through monte carlo simulation- Moving from spreadsheets into the R programming languageYou get your hands dirty as you work alongside John through each technique. But never fear, the topics are readily applicable and the author laces humor throughout. You'll even learn what a dead squirrel has to do with optimization modeling, which you no doubt are dying to know.
Biological Science
Scott Freeman - 2002
At each stage, students are asked to apply critical thinking skills as they learn key concepts. Accounts of real researchers designing and analysing experiments are punctuated by questions and exercises.
Understanding Human Sexuality
Janet Shibley Hyde - 2010
The author team features a unique combination of a psychologist and a sociologist, which gives this text a distinct interdisciplinary perspective. The thoroughly revised eleventh edition of Hyde, Understanding Human Sexuality, has updated coverage on modern topics such as ethnic groups and sexuality, media influences, new contraceptives, sexual orientation, and gay marriage and civil unions. Hyde comes with access to SexSource Online, an online resource of quality video clips to accompany course material.
Calculus Made Easy
Silvanus Phillips Thompson - 1910
With a new introduction, three new chapters, modernized language and methods throughout, and an appendix of challenging and enjoyable practice problems, Calculus Made Easy has been thoroughly updated for the modern reader.
Introduction to Statistical Quality Control
Douglas C. Montgomery - 1985
It provides comprehensive coverage of the subject from basic principles to state-of-art concepts and applications. The objective is to give the reader a sound understanding of the principles and the basis for applying them in a variety of both product and nonproduct situations. While statistical techniques are emphasized throughout, the book has a strong engineering and management orientation. Guidelines are given throughout the book for selecting the proper type of statistical technique to use in a wide variety of product and nonproduct situations. By presenting theory, and supporting the theory with clear and relevant examples, Montgomery helps the reader to understand the big picture of important concepts. Updated to reflect contemporary practice and provide more information on management aspects of quality improvement.
Structure and Interpretation of Computer Programs
Harold Abelson - 1984
This long-awaited revision contains changes throughout the text. There are new implementations of most of the major programming systems in the book, including the interpreters and compilers, and the authors have incorporated many small changes that reflect their experience teaching the course at MIT since the first edition was published. A new theme has been introduced that emphasizes the central role played by different approaches to dealing with time in computational models: objects with state, concurrent programming, functional programming and lazy evaluation, and nondeterministic programming. There are new example sections on higher-order procedures in graphics and on applications of stream processing in numerical programming, and many new exercises. In addition, all the programs have been reworked to run in any Scheme implementation that adheres to the IEEE standard.
Organic Chemistry
Paula Yurkanis Bruice - 1995
The author's writing has been praised for anticipating readers' questions, and appeals to their need to learn visually and by solving problems. Emphasizing that learners should reason their way to solutions rather than memorize facts, Bruice encourages them to think about what they have learned previously and apply that knowledge in a new setting.