Book picks similar to
Introduction to Flight by John D. Anderson Jr.
engineering
aerospace
science
reference
How to Diagnose and Fix Everything Electronic
Michael Jay Geier - 2010
How to Diagnose and Fix Everything Electronic shows you how to repair and extend the life of all kinds of solid-state devices, from modern digital gadgetry to cherished analog products of yesteryear.You'll start by selecting the tools and test equipment you'll need and setting up your workbench. Then, you'll get familiar with components and how they form circuits, stages, and sections of a device. Next, you'll learn how to take a product apart, figure out what's wrong with it, replace components, and reassemble it. Real-world case studies help clarify the topics covered. Tips and tricks for specific devices, such as optical disc players, computers, and video recorders, are also included in this practical resource.
Literary Theory: A Very Short Introduction
Jonathan D. Culler - 1997
Jonathan Culler, an extremely lucid commentator and much admired in the field of literary theory, offers discerning insights into such theories as the nature of language and meaning, and whether literature is a form of self-expression or a method of appeal to an audience. Concise yet thorough, Literary Theory also outlines the ideas behind a number of different schools: deconstruction, semiotics, postcolonial theory, and structuralism, among others. From topics such as literature and social identity to poetry, poetics, and rhetoric, Literary Theory: A Very Short Introduction is a welcome guide for anyone interested in the importance of literature and the debates surrounding it.About the Series: Combining authority with wit, accessibility, and style, Very Short Introductions offer an introduction to some of life's most interesting topics. Written by experts for the newcomer, they demonstrate the finest contemporary thinking about the central problems and issues in hundreds of key topics, from philosophy to Freud, quantum theory to Islam.
The Master Algorithm: How the Quest for the Ultimate Learning Machine Will Remake Our World
Pedro Domingos - 2015
In The Master Algorithm, Pedro Domingos lifts the veil to give us a peek inside the learning machines that power Google, Amazon, and your smartphone. He assembles a blueprint for the future universal learner--the Master Algorithm--and discusses what it will mean for business, science, and society. If data-ism is today's philosophy, this book is its bible.
Getting Started with Arduino
Massimo Banzi - 2008
Getting Started with Arduino gives you lots of ideas for Arduino projects and helps you get going on them right away. From getting organized to putting the final touches on your prototype, all the information you need is right in the book. Inside, you'll learn about:Interaction design and physical computing The Arduino hardware and software development environment Basics of electricity and electronics Prototyping on a solderless breadboard Drawing a schematic diagram And more. With inexpensive hardware and open-source software components that you can download free, getting started with Arduino is a snap. To use the introductory examples in this book, all you need is a USB Arduino, USB A-B cable, and an LED. Join the tens of thousands of hobbyists who have discovered this incredible (and educational) platform. Written by the co-founder of the Arduino project, with illustrations by Elisa Canducci, Getting Started with Arduino gets you in on the fun! This 128-page book is a greatly expanded follow-up to the author's original short PDF that's available on the Arduino website.
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.
Elementary Differential Equations And Boundary Value Problems
William E. Boyce - 1996
Clear explanations are detailed with many current examples.
The Astronomy Book: Big Ideas Simply Explained
Jacqueline Mitton - 2012
Featuring topics from the Copernican Revolution to the mind-boggling theories of recent science, The Astronomy Book uses flowcharts, graphics, and illustrations to help clarify hard-to-grasp concepts and explain almost 100 big astronomical ideas. Covering the biographies of key astronomers through the ages such as Ptolemy, Galileo, Newton, Hubble, and Hawking, The Astronomy Book details their theories and discoveries in a user-friendly format to make the information accessible and easy to follow.Series Overview: Big Ideas Simply Explained series uses creative design and innovative graphics along with straightforward and engaging writing to make complex subjects easier to understand. With over 7 million copies worldwide sold to date, these award-winning books provide just the information needed for students, families, or anyone interested in concise, thought-provoking refreshers on a single subject.
Inside the Sky: A Meditation on Flight
William Langewiesche - 1998
William Langewiesche's life has been deeply intertwined with the idea and act of flying. Fifty years ago his father, a test pilot, wrote Stick and Rudder, a text still considered by many to be the bible of aerial navigation. Langewiesche himself learned to fly while still a child. Now he shares his pilot's-eye view of flight with those of us who take flight for granted--exploring the inner world of a sky that remains as exotic and revealing as the most foreign destination.Langewiesche tells us how flight happens--what the pilot sees, thinks, and feels. His description is not merely about speed and conquest. It takes the form of a deliberate climb, leading at low altitude first over a new view of a home, and then higher, into the solitude of the cockpit, through violent storms and ocean nights, and on to unexpected places in the mind.In Langewiesche's hands it becomes clear, at the close of this first century of flight, how profoundly our vision has been altered by our liberation from the ground. And we understand how, when we look around, we may find ourselves reflected in the grace and turbulence of a human sky.
The Well-Educated Mind: A Guide to the Classical Education You Never Had
Susan Wise Bauer - 2003
In her previous book, The Well-Trained Mind, the author provided a road map of classical education for parents wishing to home-school their children, and that book is now the premier resource for home-schoolers. In this new book, Bauer takes the same elements and techniques and adapts them to the use of adult readers who want both enjoyment and self-improvement from the time they spend reading.The Well-Educated Mind offers brief, entertaining histories of five literary genres—fiction, autobiography, history, drama, and poetry—accompanied by detailed instructions on how to read each type. The annotated lists at the end of each chapter—ranging from Cervantes to A. S. Byatt, Herodotus to Laurel Thatcher Ulrich—preview recommended reading and encourage readers to make vital connections between ancient traditions and contemporary writing.The Well-Educated Mind reassures those readers who worry that they read too slowly or with below-average comprehension. If you can understand a daily newspaper, there's no reason you can't read and enjoy Shakespeare's Sonnets or Jane Eyre. But no one should attempt to read the "Great Books" without a guide and a plan. Susan Wise Bauer will show you how to allocate time to your reading on a regular basis; how to master a difficult argument; how to make personal and literary judgments about what you read; how to appreciate the resonant links among texts within a genre—what does Anna Karenina owe to Madame Bovary?—and also between genres. Followed carefully, the advice in The Well-Educated Mind will restore and expand the pleasure of the written word.
The C++ Programming Language
Bjarne Stroustrup - 1986
For this special hardcover edition, two new appendixes on locales and standard library exception safety (also available at www.research.att.com/ bs/) have been added. The result is complete, authoritative coverage of the C++ language, its standard library, and key design techniques. Based on the ANSI/ISO C++ standard, The C++ Programming Language provides current and comprehensive coverage of all C++ language features and standard library components. For example:abstract classes as interfaces class hierarchies for object-oriented programming templates as the basis for type-safe generic software exceptions for regular error handling namespaces for modularity in large-scale software run-time type identification for loosely coupled systems the C subset of C++ for C compatibility and system-level work standard containers and algorithms standard strings, I/O streams, and numerics C compatibility, internationalization, and exception safety Bjarne Stroustrup makes C++ even more accessible to those new to the language, while adding advanced information and techniques that even expert C++ programmers will find invaluable.
E=mc²: A Biography of the World's Most Famous Equation
David Bodanis - 2000
Just about everyone has at least heard of Albert Einstein's formulation of 1905, which came into the world as something of an afterthought. But far fewer can explain his insightful linkage of energy to mass. David Bodanis offers an easily grasped gloss on the equation. Mass, he writes, "is simply the ultimate type of condensed or concentrated energy," whereas energy "is what billows out as an alternate form of mass under the right circumstances." Just what those circumstances are occupies much of Bodanis's book, which pays homage to Einstein and, just as important, to predecessors such as Maxwell, Faraday, and Lavoisier, who are not as well known as Einstein today. Balancing writerly energy and scholarly weight, Bodanis offers a primer in modern physics and cosmology, explaining that the universe today is an expression of mass that will, in some vastly distant future, one day slide back to the energy side of the equation, replacing the "dominion of matter" with "a great stillness"--a vision that is at once lovely and profoundly frightening. Without sliding into easy psychobiography, Bodanis explores other circumstances as well; namely, Einstein's background and character, which combined with a sterling intelligence to afford him an idiosyncratic view of the way things work--a view that would change the world. --Gregory McNamee
An Underground Education: The Unauthorized and Outrageous Supplement to Everything You Thought You Knew About Art, Sex, Business, Crime, Science, Medicine, and Other Fields of Human Knowledge
Richard Zacks - 1997
Described on the book jacket as an "autodidact extraordinaire," Zacks is also the author of History Laid Bare, making him something of an expert guide through history's back alleys and side streets. There's no fact too seamy or perverse for Zacks to drag out into the light of day, from matters scatological and sexual to some of history's most truly bizarre episodes. Curious about ancient nose-blowing etiquette? What about the sexual proclivities of Catherine the Great? Throughout chapters such as "The Evolution of Underwear" and "Dentistry Before Novocaine," Zacks proves a tireless debunker of popular myths as well as a muckraker par excellence.
Introduction to Operations Research [with Revised CD-ROM]
Frederick S. Hillier - 1967
This edition also features the developments in Operations Research, such as metaheuristics, simulation, and spreadsheet modeling.
Algorithms
Robert Sedgewick - 1983
This book surveys the most important computer algorithms currently in use and provides a full treatment of data structures and algorithms for sorting, searching, graph processing, and string processing -- including fifty algorithms every programmer should know. In this edition, new Java implementations are written in an accessible modular programming style, where all of the code is exposed to the reader and ready to use.The algorithms in this book represent a body of knowledge developed over the last 50 years that has become indispensable, not just for professional programmers and computer science students but for any student with interests in science, mathematics, and engineering, not to mention students who use computation in the liberal arts.The companion web site, algs4.cs.princeton.edu contains An online synopsis Full Java implementations Test data Exercises and answers Dynamic visualizations Lecture slides Programming assignments with checklists Links to related material The MOOC related to this book is accessible via the "Online Course" link at algs4.cs.princeton.edu. The course offers more than 100 video lecture segments that are integrated with the text, extensive online assessments, and the large-scale discussion forums that have proven so valuable. Offered each fall and spring, this course regularly attracts tens of thousands of registrants.Robert Sedgewick and Kevin Wayne are developing a modern approach to disseminating knowledge that fully embraces technology, enabling people all around the world to discover new ways of learning and teaching. By integrating their textbook, online content, and MOOC, all at the state of the art, they have built a unique resource that greatly expands the breadth and depth of the educational experience.
The Killing Zone: How & Why Pilots Die
Paul A. Craig - 2000
Presents the statistics of how many pilots will die in the zone within a year; calls attention to the eight top pilot killers (such as "VFR into IFR," "Takeoff and Climb"); and maps strategies for avoiding, diverting, correcting, and managing the dangers. Includes a Pilot Personality Self-Assessment Exercise that identifies pilot "types" and how each type can best react to survive the killing zone.