Book picks similar to
Experiments with Mixtures: Designs, Models, and the Analysis of Mixture Data by John A. Cornell
كتب
chemistry
engineering
physical-books
Unit Operations of Chemical Engineering
Warren L. McCabe - 1968
Separate chapters are devoted to each of the principle unit operations, grouped into four sections: fluid mechanics, heat transfer, mass transfer and equilibrium stages, and operations involving particulate solids.
Systems Engineering and Analysis
Benjamin S. Blanchard - 1981
Each
The Gecko's Foot: Bio-inspiration: Engineering New Materials from Nature
Peter Forbes - 2006
It will never fail you." When Frank Lloyd Wright said this, he probably wasn't envisioning self-cleaning surfaces, the photonic crystal, or Velcro. But nature has indeed yielded such inventions for those scientists and engineers who heeded the architect's words.The cutting-edge science of bio-inspiration gives way to architectural and product designs that mimic intricate mechanisms found in nature. In Peter Forbes's engaging book we discover that the spiny fruits of the cocklebur inspired the hook-and-loop fastener known as Velcro; unfolding leaves, insect wings, and space solar panels share similar origami folding patterns; the self-cleaning leaves of the sacred lotus plant have spawned a new industry of self-cleaning surfaces; and cantilever bridges have much in common with bison spines.As we continue to study nature, bio-inspiration will transform our lives and force us to look at the world in a new way.
The Art of Watching Films
Joseph M. Boggs - 2003
By suggesting what to look for and how to look for it, it challenges students to sharpen their powers of observation, establish habits of perceptive watching, and discover complex aspects of film art that will enhance their enjoyment of the medium. The most up-to-date issues in modern film-making are discussed including a new section called Focus on Filmmaking: DVD Extras, leading students to elements on specific DVDs, computer-generated images and animation effects, colour in black-and-white film, and cinematic liberties taken in fact-based films.
Hidden in Plain Sight 8: How to Make an Atomic Bomb
Andrew H. Thomas - 2017
It's a great way to learn about nuclear physics!
Enough: This book proves you can achieve anything if you believe you are Enough
Angela Cox - 2018
Part memoir, part manual full of tips, tricks and rituals to integrate into your life to be the best you, you can be. ‘Enough’ follows the journey of Angela Cox, who after years of unsuccessful & often dangerous dieting, needed a radical mindset shift and a floppy haired Body Coach by the name of Joe, to finally change her own story and support others to do the same. She could never have predicted how she'd gain far more than a new body. In meeting her New Self, she first had to make peace with a painful past that had kept her under lock and key for nearly forty years. This book demonstrates that the power to change your now and your forever exists inside you if you believe that you are enough.
Vector Mechanics for Engineers: Statics and Dynamics
Ferdinand P. Beer - 1972
Over the years their textbooks have introduced significant theoretical and pedagogical innovations in statics, dynamics, and mechanics of materials education. At the same time, their careful presentation of content, unmatched levels of accuracy, and attention to detail have made their texts the standard for excellence. The new Seventh Edition of Vector Mechanics for Engineers: Statics and Dynamics continues this tradition. The seventh edition is complemented by a media and supplement package that is targeted to address core course needs for both the student and the instructor.
Hands-On Machine Learning with Scikit-Learn and TensorFlow
Aurélien Géron - 2017
Now that machine learning is thriving, even programmers who know close to nothing about this technology can use simple, efficient tools to implement programs capable of learning from data. This practical book shows you how.By using concrete examples, minimal theory, and two production-ready Python frameworks—Scikit-Learn and TensorFlow—author Aurélien Géron helps you gain an intuitive understanding of the concepts and tools for building intelligent systems. You’ll learn how to use a range of techniques, starting with simple Linear Regression and progressing to Deep Neural Networks. If you have some programming experience and you’re ready to code a machine learning project, this guide is for you.This hands-on book shows you how to use:Scikit-Learn, an accessible framework that implements many algorithms efficiently and serves as a great machine learning entry pointTensorFlow, a more complex library for distributed numerical computation, ideal for training and running very large neural networksPractical code examples that you can apply without learning excessive machine learning theory or algorithm details
Understanding Wood
R. Bruce Hoadley - 1980
Bruce Hoadley explains everything from how trees grow to how best to cut, season, machine, join, bend, and finish wood. Why do miters open and glue joints loosen? How do you get a really sharp edge? Examples of problems and solutions help woodworkers puzzle through their own projects, while full-color photos and helpful tables illustrate key points.
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.
Product Design And Development
Karl T. Ulrich - 1994
It treats issues such as identifying customer needs, design for manufacturing, prototyping, and industrial design.
Grokking Algorithms An Illustrated Guide For Programmers and Other Curious People
Aditya Y. Bhargava - 2015
The algorithms you'll use most often as a programmer have already been discovered, tested, and proven. If you want to take a hard pass on Knuth's brilliant but impenetrable theories and the dense multi-page proofs you'll find in most textbooks, this is the book for you. This fully-illustrated and engaging guide makes it easy for you to learn how to use algorithms effectively in your own programs.Grokking Algorithms is a disarming take on a core computer science topic. In it, you'll learn how to apply common algorithms to the practical problems you face in day-to-day life as a programmer. You'll start with problems like sorting and searching. As you build up your skills in thinking algorithmically, you'll tackle more complex concerns such as data compression or artificial intelligence. Whether you're writing business software, video games, mobile apps, or system utilities, you'll learn algorithmic techniques for solving problems that you thought were out of your grasp. For example, you'll be able to:Write a spell checker using graph algorithmsUnderstand how data compression works using Huffman codingIdentify problems that take too long to solve with naive algorithms, and attack them with algorithms that give you an approximate answer insteadEach carefully-presented example includes helpful diagrams and fully-annotated code samples in Python. By the end of this book, you will know some of the most widely applicable algorithms as well as how and when to use them.
Seven Languages in Seven Weeks
Bruce A. Tate - 2010
But if one per year is good, how about Seven Languages in Seven Weeks? In this book you'll get a hands-on tour of Clojure, Haskell, Io, Prolog, Scala, Erlang, and Ruby. Whether or not your favorite language is on that list, you'll broaden your perspective of programming by examining these languages side-by-side. You'll learn something new from each, and best of all, you'll learn how to learn a language quickly. Ruby, Io, Prolog, Scala, Erlang, Clojure, Haskell. With Seven Languages in Seven Weeks, by Bruce A. Tate, you'll go beyond the syntax-and beyond the 20-minute tutorial you'll find someplace online. This book has an audacious goal: to present a meaningful exploration of seven languages within a single book. Rather than serve as a complete reference or installation guide, Seven Languages hits what's essential and unique about each language. Moreover, this approach will help teach you how to grok new languages. For each language, you'll solve a nontrivial problem, using techniques that show off the language's most important features. As the book proceeds, you'll discover the strengths and weaknesses of the languages, while dissecting the process of learning languages quickly--for example, finding the typing and programming models, decision structures, and how you interact with them. Among this group of seven, you'll explore the most critical programming models of our time. Learn the dynamic typing that makes Ruby, Python, and Perl so flexible and compelling. Understand the underlying prototype system that's at the heart of JavaScript. See how pattern matching in Prolog shaped the development of Scala and Erlang. Discover how pure functional programming in Haskell is different from the Lisp family of languages, including Clojure. Explore the concurrency techniques that are quickly becoming the backbone of a new generation of Internet applications. Find out how to use Erlang's let-it-crash philosophy for building fault-tolerant systems. Understand the actor model that drives concurrency design in Io and Scala. Learn how Clojure uses versioning to solve some of the most difficult concurrency problems. It's all here, all in one place. Use the concepts from one language to find creative solutions in another-or discover a language that may become one of your favorites.
Sustainable Energy - Without the Hot Air
David J.C. MacKay - 2008
In case study format, this informative reference answers questions surrounding nuclear energy, the potential of sustainable fossil fuels, and the possibilities of sharing renewable power with foreign countries. While underlining the difficulty of minimizing consumption, the tone remains positive as it debunks misinformation and clearly explains the calculations of expenditure per person to encourage people to make individual changes that will benefit the world at large.
Classical Mechanics
John R. Taylor - 2003
John Taylor has brought to his new book, Classical Mechanics, all of the clarity and insight that made his introduction to Error Analysis a best-selling text.