Book picks similar to
Electrics and Electronics. ATPL Ground Training Serises by CAE Oxford Aviation Academy
aviation
stem
stem-recommended
textbooks
A First Course in Differential Equations: With Modeling Applications
Dennis G. Zill - 1989
This proven and accessible text speaks to beginning engineering and math students through a wealth of pedagogical aids, including an abundance of examples, explanations, "Remarks" boxes, definitions, and group projects. Using a straightforward, readable, and helpful style, this book provides a thorough treatment of boundary-value problems and partial differential equations.
Elements Of Electrical And Mechanical Engineering
B.L. Theraja - 1999
Modern Compressible Flow: With Historical Perspective
John D. Anderson Jr. - 1981
In keeping with previous versions, the 3rd edition uses numerous historical vignettes that show the evolution of the field. New pedagogical features--"Roadmaps" showing the development of a given topic, and "Design Boxes" giving examples of design decisions--will make the 3rd edition even more practical and user-friendly than before. The 3rd edition strikes a careful balance between classical methods of determining compressible flow, and modern numerical and computer techniques (such as CFD) now used widely in industry & research. A new Book Website will contain all problem solutions for instructors.
Five Hundred Feet Above Alaska: The Heart-Stopping Adventure Novel of an Alaskan Bush Pilot
Robert M. Brantner - 2019
While the pilots in Alaska are known for their superior airmanship, they are also famous for their disregard of the rules that govern them. Determined to ultimately be an airline pilot in “the lower forty-eight,” Peter vows to walk the straight and narrow. Yet, when Peter is the only pilot available to rescue a comrade who crashed in the snow-covered tundra, he is forced to compromise the very ethics that define him. Over time, Peter’s competence begins to overpower his regard for the rules. Slowly, almost imperceptibly, Peter begins a downward spiral. The life Peter had carefully constructed for himself is at odds with the “live or die” flying of Alaska. Over the course of a year of doing battle with the elements on a daily basis, armed only with his plane, his wits and his skill to bring him home every night, Peter must decide whether it is more important to embrace life or cheat death.
B-36 Cold War Shield: Navigator's Journal
Vito Lasala - 2015
B-36 crews trained for the one flight when they would be ordered to drop combat nuclear bombs on the USSR. Flights of fifteen hours over continental United States to grueling thirty-hour nonstop flights overseas were routine, all without the benefit of in-flight refueling—not yet invented. The experiences of this crew, as they flew their assigned missions, are part of the history of our nation’s defense. They were part of our Cold War Shield.
The Maths Book: Big Ideas Simply Explained
D.K. Publishing - 2019
Take a journey through the fascinating story of fractions, numbers, patterns, and shapes in order to better understand the complex world we live in.Continuing the "Big Ideas" series' trademark combination of authoritative, clear text and bold graphics to chart the development of maths through history, the book explores and explains some of the most complex and fascinating mathematical subjects. Delve into everything from the mathematical ideas and inventions of the ancient world such as the first number systems, magic squares, and the Chinese abacus, through to the developments in mathematics during medieval and Renaissance Europe, to the rise of group theory and cryptography more recently.This diverse and inclusive account of mathematics will have something for everybody: for those interested in the maths behind world economies, secret spies, modern technology and plenty more, taking readers around the world from Babylon to Bletchley Park. Tracing maths through the Scientific Revolution to its 21st-century use in computers, the internet, and AI, The Maths Book uses an innovative visual approach to make the subject accessible to everyone, casual readers and students alike.
Heat Transfer
Jack P. Holman - 1963
This ninth edition covers both analytical and empirical approaches to the subject. The examples and templates provide students with resources for computer-numerical solutions.
The Reflective Educator′s Guide to Classroom Research: Learning to Teach and Teaching to Learn Through Practitioner Inquiry
Nancy Fichtman Dana - 2003
A how-to guide to classroom inquiry that takes educators through the research process step by step, answering each critical question from where do I begin? through publishing the results.
The Algorithm Design Manual
Steven S. Skiena - 1997
Drawing heavily on the author's own real-world experiences, the book stresses design and analysis. Coverage is divided into two parts, the first being a general guide to techniques for the design and analysis of computer algorithms. The second is a reference section, which includes a catalog of the 75 most important algorithmic problems. By browsing this catalog, readers can quickly identify what the problem they have encountered is called, what is known about it, and how they should proceed if they need to solve it. This book is ideal for the working professional who uses algorithms on a daily basis and has need for a handy reference. This work can also readily be used in an upper-division course or as a student reference guide. THE ALGORITHM DESIGN MANUAL comes with a CD-ROM that contains: * a complete hypertext version of the full printed book. * the source code and URLs for all cited implementations. * over 30 hours of audio lectures on the design and analysis of algorithms are provided, all keyed to on-line lecture notes.
The Mathematical Universe: An Alphabetical Journey Through the Great Proofs, Problems, and Personalities
William Dunham - 1994
. .he believes these ideas to be accessible to the audience he wantsto reach, and he writes so that they are. -- NatureIf you want to encourage anyone's interest in math, get them TheMathematical Universe. * New Scientist
A Man on the Moon
Andrew Chaikin - 1994
Now the greatest event of the twentieth century
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"
Mastering Bitcoin: Unlocking Digital Cryptocurrencies
Andreas M. Antonopoulos - 2014
Whether you're building the next killer app, investing in a startup, or simply curious about the technology, this practical book is essential reading.Bitcoin, the first successful decentralized digital currency, is still in its infancy and it's already spawned a multi-billion dollar global economy. This economy is open to anyone with the knowledge and passion to participate. Mastering Bitcoin provides you with the knowledge you need (passion not included).This book includes:A broad introduction to bitcoin--ideal for non-technical users, investors, and business executivesAn explanation of the technical foundations of bitcoin and cryptographic currencies for developers, engineers, and software and systems architectsDetails of the bitcoin decentralized network, peer-to-peer architecture, transaction lifecycle, and security principlesOffshoots of the bitcoin and blockchain inventions, including alternative chains, currencies, and applicationsUser stories, analogies, examples, and code snippets illustrating key technical concepts