Book picks similar to
Quantum Computing: Progress and Prospects by National Academies of Sciences, Engineering, and Medicine
technical
physics-and-math
science
Get Your Hands Dirty on Clean Architecture: A hands-on guide to creating clean web applications with code examples in Java
Tom Hombergs - 2019
Quantum Mechanics and Path Integrals
Richard P. Feynman - 1965
Feynman starts with an intuitive view of fundamental quantum mechanics, gradually introducing path integrals. Later chapters explore more advanced topics, including the perturbation method, quantum electrodynamics, and statistical mechanics. 1965 edition, emended in 2005.
Why Planes Crash: An Accident Investigator?s Fight for Safe Skies
David Soucie - 2011
Even though we all have heard that the odds of being struck by lightning are greater than the odds of perishing in a plane crash, it still doesn't feel that way. Airplane crashes might be rare, but they do happen, and they’re usually fatal. David Soucie insists that most of these deaths could be prevented.He’s worked as a pilot, a mechanic, an FAA inspector, and an aviation executive. He’s seen death up close and personal—deaths of colleagues and friends that might have been pre-vented if he had approved certain safety measures in the aircrafts they were handling. His years of experience have led Dave to become an impassioned consultant on the topic of air-line safety. This includes not only advising the Obama administration, but also taking a leading role in the congressionally funded NextGen interdepartmental initiative in regards to both the department of transportation and the departments of defense, homeland security, FBI, CIA, and others. Find out the truth about airplane safety and discover what the future holds for air travel.
Calculus
Michael Spivak - 1967
His aim is to present calculus as the first real encounter with mathematics: it is the place to learn how logical reasoning combined with fundamental concepts can be developed into a rigorous mathematical theory rather than a bunch of tools and techniques learned by rote. Since analysis is a subject students traditionally find difficult to grasp, Spivak provides leisurely explanations, a profusion of examples, a wide range of exercises and plenty of illustrations in an easy-going approach that enlightens difficult concepts and rewards effort. Calculus will continue to be regarded as a modern classic, ideal for honours students and mathematics majors, who seek an alternative to doorstop textbooks on calculus, and the more formidable introductions to real analysis.
Exam Ref 70-483: Programming in C#
Wouter de Kort - 2013
Designed for experienced software developers ready to advance their status, Exam Ref focuses on the critical-thinking and decision-making acumen needed for success at the Microsoft Specialist level.Focus on the expertise measured by these objectives:Manage Program FlowCreate and Use TypesDebug Applications and Implement SecurityImplement Data AccessThis Microsoft Exam Ref:Organizes its coverage by exam objectives.Features strategic, what-if scenarios to challenge you.Includes a 15% exam discount from Microsoft. (Limited time offer)
Preparing to Teach in the Lifelong Learning Sector
Ann Gravells - 2008
This includes further education, adult and community learning, work-based learning, the forces and offender learning and skills. It is easy to read with plenty of practical activities and examples throughout and the content is fully linked to the Teacher Training Standards. Please note: This book has since been updated to reflect the new title of the qualification: The Award in Education and Training.The qualification unit content contained in the appendices has since changed, and some legislation mentioned in the book has been updated.
Linear Algebra Done Right
Sheldon Axler - 1995
The novel approach taken here banishes determinants to the end of the book and focuses on the central goal of linear algebra: understanding the structure of linear operators on vector spaces. The author has taken unusual care to motivate concepts and to simplify proofs. For example, the book presents - without having defined determinants - a clean proof that every linear operator on a finite-dimensional complex vector space (or an odd-dimensional real vector space) has an eigenvalue. A variety of interesting exercises in each chapter helps students understand and manipulate the objects of linear algebra. This second edition includes a new section on orthogonal projections and minimization problems. The sections on self-adjoint operators, normal operators, and the spectral theorem have been rewritten. New examples and new exercises have been added, several proofs have been simplified, and hundreds of minor improvements have been made throughout the text.
Modern Quantum Mechanics
J.J. Sakurai - 1985
DLC: Quantum theory.
Two Scoops of Django: Best Practices for Django 1.6
Daniel Roy Greenfeld - 2014
Thermal Physics
Charles Kittel - 1969
CONGRATULATIONS TO HERBERT KROEMER, 2000 NOBEL LAUREATE FOR PHYSICS For upper-division courses in thermodynamics or statistical mechanics, Kittel and Kroemer offers a modern approach to thermal physics that is based on the idea that all physical systems can be described in terms of their discrete quantum states, rather than drawing on 19th-century classical mechanics concepts.
Microsoft Azure Essentials - Fundamentals of Azure
Michael S. Collier - 2015
The first ebook in the series, Microsoft Azure Essentials: Fundamentals of Azure, introduces developers and IT professionals to the wide range of capabilities in Azure. The authors - both Microsoft MVPs in Azure - present both conceptual and how-to content for key areas, including: Azure Websites and Azure Cloud Services Azure Virtual Machines Azure Storage Azure Virtual Networks Databases Azure Active Directory Management tools Business scenarios Watch Microsoft Press’s blog and Twitter (@MicrosoftPress) to learn about other free ebooks in the “Microsoft Azure Essentials” series.
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.
This Won't Hurt Me A Bit: What it's really like to work in health care
Josh McAdams - 2019
Welcome to laughing until it hurts while covered in bodily fluids. Welcome to simple math at very high stakes. Welcome to an incredibly inappropriate sense of humor. Welcome to serving people on the most stressful days of their lives. Welcome to putting your hands in places you never imagined they'd be. Welcome to your front row seat to the ballad of life and death. That's not the welcome that this nurse was looking for, but that's the one he got. Irreverent and audacious, this brutally honest memoir covers what it’s like to come of age in an American Hospital. Welcome to a rollicking peak behind the curtain to what medical providers, and the health care system, are truly like.
A Common-Sense Guide to Data Structures and Algorithms: Level Up Your Core Programming Skills
Jay Wengrow - 2017
If you have received one of these copies, please contact the Pragmatic Bookshelf at support@pragprog.com, and we will replace it for you.Algorithms and data structures are much more than abstract concepts. Mastering them enables you to write code that runs faster and more efficiently, which is particularly important for today's web and mobile apps. This book takes a practical approach to data structures and algorithms, with techniques and real-world scenarios that you can use in your daily production code. Graphics and examples make these computer science concepts understandable and relevant. You can use these techniques with any language; examples in the book are in JavaScript, Python, and Ruby.Use Big O notation, the primary tool for evaluating algorithms, to measure and articulate the efficiency of your code, and modify your algorithm to make it faster. Find out how your choice of arrays, linked lists, and hash tables can dramatically affect the code you write. Use recursion to solve tricky problems and create algorithms that run exponentially faster than the alternatives. Dig into advanced data structures such as binary trees and graphs to help scale specialized applications such as social networks and mapping software. You'll even encounter a single keyword that can give your code a turbo boost. Jay Wengrow brings to this book the key teaching practices he developed as a web development bootcamp founder and educator.Use these techniques today to make your code faster and more scalable.