Book picks similar to
Fluid Mechanics by Frank M. White
engineering
science
textbooks
mechanical-engineering
To Engineer Is Human: The Role of Failure in Successful Design
Henry Petroski - 1985
More than a series of fascinating case studies, To Engineer Is Human is a work that looks at our deepest notions of progress and perfection, tracing the fine connection between the quantifiable realm of science and the chaotic realities of everyday life."Alert, inquisitive, unspecialized, wholly human...refreshingly eclectic." --The Spectator"Henry Petroski is an ardent engineer, and if he writes more good books like this, he might find himself nominated to become the meistersinger of the guild. [This is] a refreshing plunge into the dynamics of the engineering ethos...as straightforward as an I-beam."--Science
Course of Theoretical Physics: Vol. 1, Mechanics
L.D. Landau - 1969
The exposition is simple and leads to the most complete direct means of solving problems in mechanics. The final sections on adiabatic invariants have been revised and augmented. In addition a short biography of L D Landau has been inserted.
Modern Control Systems
Richard C. Dorf - 1974
Written for a senior-level course, this engineering textbook presents the concepts of feedback control system theory as they have been developed in the frequency and time domains, discussing such topics as robust control systems, state variable models, computer control systems, internal model contro
The Code Book: The Science of Secrecy from Ancient Egypt to Quantum Cryptography
Simon Singh - 1999
From Mary, Queen of Scots, trapped by her own code, to the Navajo Code Talkers who helped the Allies win World War II, to the incredible (and incredibly simple) logisitical breakthrough that made Internet commerce secure, The Code Book tells the story of the most powerful intellectual weapon ever known: secrecy.Throughout the text are clear technical and mathematical explanations, and portraits of the remarkable personalities who wrote and broke the world’s most difficult codes. Accessible, compelling, and remarkably far-reaching, this book will forever alter your view of history and what drives it. It will also make you wonder how private that e-mail you just sent really is.
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.
A Writer's Reference
Diana Hacker - 1989
Integrated MLA 2003 update
Manufacturing Engineering and Technology
Serope Kalpakjian - 2000
Manufacturing Engineering and Technology describes both time-tested and modern methods of manufacturing engineering materials, and sets the standard for introducing readers to the scope and variety of manufacturing processes.
Electric Machinery Fundamentals
Stephen J. Chapman - 1991
MATLAB has been incorporated throughtout, both in examples and problems.
Structures: Or Why Things Don't Fall Down
J.E. Gordon - 1978
Gordon strips engineering of its confusing technical terms, communicating its founding principles in accessible, witty prose.For anyone who has ever wondered why suspension bridges don't collapse under eight lanes of traffic, how dams hold back--or give way under--thousands of gallons of water, or what principles guide the design of a skyscraper, a bias-cut dress, or a kangaroo, this book will ease your anxiety and answer your questions.Structures: Or Why Things Don't Fall Down is an informal explanation of the basic forces that hold together the ordinary and essential things of this world--from buildings and bodies to flying aircraft and eggshells. In a style that combines wit, a masterful command of his subject, and an encyclopedic range of reference, Gordon includes such chapters as "How to Design a Worm" and "The Advantage of Being a Beam," offering humorous insights in human and natural creation.Architects and engineers will appreciate the clear and cogent explanations of the concepts of stress, shear, torsion, fracture, and compression. If you're building a house, a sailboat, or a catapult, here is a handy tool for understanding the mechanics of joinery, floors, ceilings, hulls, masts--or flying buttresses.Without jargon or oversimplification, Structures opens up the marvels of technology to anyone interested in the foundations of our everyday lives.
Gravitation
Charles W. Misner - 1973
These sections together make an appropriate one-term advanced/graduate level course (mathematical prerequisites: vector analysis and simple partial-differential equations). The book is printed to make it easy for readers to identify these sections.• The remaining Track 2 material provides a wealth of advanced topics instructors can draw from to flesh out a two-term course, with Track 1 sections serving as prerequisites.
The Great Conversation: A Historical Introduction to Philosophy
Norman Melchert - 1995
Tracing the exchange of ideas between history's key philosophers, The Great Conversation: A Historical Introduction to Philosophy, Fifth Edition, demonstrates that while constructing an argument or making a claim, one philosopher almost always has others in mind. The book addresses the fundamental questions of human life: Who are we? What can we know? How should we live? and What sort of reality do we inhabit? The fifth edition retains the distinctive feature of previous editions: author Norman Melchert provides a generous selection of excerpts from major philosophical works and makes them more easily understandable to students with his lucid and engaging explanations. Ranging from the Pre-Socratics to Derrida and Quine, the selections are organized historically and include four complete works: Plato's Euthyphro, Apology, and Crito, and Descartes' Meditations on First Philosophy. The author's commentary offers a rich intellectual and cultural context for the philosophical ideas conveyed in the excerpts. Extensive cross-referencing shows students how philosophers respond appreciatively or critically to the thoughts of other philosophers. The text is enhanced by two types of exercises--Basic Questions and For Further Thought--and more than sixty illustrations.New to the Fifth Edition: * A new chapter (25) on Simone de Beauvoir and her contributions to philosophy * New material on Buddhist, Muslim, and Jewish thinkers, including profiles of the Buddha, Avicenna (Ibn Sina), Averro�s (Ibn Rushd), and Maimonides (Moses ben Maimon) * A new profile of Jean-Jacques Rousseau * Improved translations of several of Plato's works, including Protagoras, Gorgias, Phaedo, Symposium, Meno, and the Republic * Review questions that are now dispersed throughout the chapters (instead of at chapter ends) to follow relevant passages and facilitate classroom discussion * Thirteen new images, including seven explanatory cartoons that help students understand key concepts * A revised Instructor's Manual and Test Bank--available both on CD and in a printed version--containing essential points, teaching suggestions, and multiple-choice, short-answer, and essay exam questionsThe Great Conversation, Fifth Edition, is also available in two paperback volumes to suit your course needs. Volume I: Pre-Socratics through Descartes includes chapters 1-13 of the combined volume, while Volume II: Descartes through Derrida and Quine includes chapters 12-26.
Fluent Python: Clear, Concise, and Effective Programming
Luciano Ramalho - 2015
With this hands-on guide, you'll learn how to write effective, idiomatic Python code by leveraging its best and possibly most neglected features. Author Luciano Ramalho takes you through Python's core language features and libraries, and shows you how to make your code shorter, faster, and more readable at the same time.Many experienced programmers try to bend Python to fit patterns they learned from other languages, and never discover Python features outside of their experience. With this book, those Python programmers will thoroughly learn how to become proficient in Python 3.This book covers:Python data model: understand how special methods are the key to the consistent behavior of objectsData structures: take full advantage of built-in types, and understand the text vs bytes duality in the Unicode ageFunctions as objects: view Python functions as first-class objects, and understand how this affects popular design patternsObject-oriented idioms: build classes by learning about references, mutability, interfaces, operator overloading, and multiple inheritanceControl flow: leverage context managers, generators, coroutines, and concurrency with the concurrent.futures and asyncio packagesMetaprogramming: understand how properties, attribute descriptors, class decorators, and metaclasses work"
An Introduction to Mechanics
Daniel Kleppner - 1973
Intended for undergraduate students with foundation skills in mathematics and a deep interest in physics, it systematically lays out the principles of mechanics: vectors, Newton's laws, momentum, energy, rotational motion, angular momentum and noninertial systems, and includes chapters on central force motion, the harmonic oscillator, and relativity. Numerous worked examples demonstrate how the principles can be applied to a wide range of physical situations, and more than 600 figures illustrate methods for approaching physical problems. The book also contains over 200 challenging problems to help the student develop a strong understanding of the subject. Password-protected solutions are available for instructors at www.cambridge.org/9780521198219.
A Briefer History of Time
Stephen Hawking - 1988
Its author's engaging voice is one reason, and the compelling subjects he addresses is another; the nature of space and time, the role of God in creation, the history and future of the universe. But it is also true that in the years since its publication, readers have repeatedly told Professor Hawking of their great difficulty in understanding some of the book's most important concepts. This is the origin of and the reason for A Briefer History of Time: its author's wish to make its content more accessible to readers - as well as to bring it up-to-date with the latest scientific observations and findings.Although this book is literally somewhat "briefer", it actually expands on the great subjects of the original. Purely technical concepts, such as the mathematics of chaotic boundary conditions, are gone. Conversely, subjects of wide interest that were difficult to follow because they were interspersed throughout the book have now been given entire chapters of their own, including relativity, curved space, and quantum theory.This reorganization has allowed the authors to expand areas of special interest and recent progress, from the latest developments in string theory to exciting developments in the search for a complete unified theory of all the forces of physics. Like prior editions of the book - but even more so - A Briefer History of Time will guide nonscientists everywhere in the ongoing search for the tantalizing secrets at the heart of time and space. Thirty-seven full-color illustrations enhance the text and make A Briefer History of Time an exhilarating addition in its own right to the literature of science.
Solid State Electronic Devices
Ben G. Streetman - 1972
Students are brought to a level of understanding that will enable them to read much of the current literature on new devices and applications.