Practical Electronics for Inventors


Paul Scherz - 1998
    Instead, it tells you-and shows you-what basic and advanced electronics parts and components do, and how they work. Chock-full of illustrations, Practical Electronics for Inventors offers over 750 hand-drawn images that provide clear, detailed instructions that can help turn theoretical ideas into real-life inventions and gadgets.

How to read and do proofs


Daniel Solow - 1982
    Shows how any proof can be understood as a sequence of techniques. Covers the full range of techniques used in proofs, such as the contrapositive, induction, and proof by contradiction. Explains how to identify which techniques are used and how they are applied in the specific problem. Illustrates how to read written proofs with many step-by-step examples. Includes new, expanded appendices related to discrete mathematics, linear algebra, modern algebra and real analysis.

Vector Mechanics for Engineers: Dynamics


Ferdinand P. Beer - 1972
    This Eighth Edition of Vector Mechanics for Engineers: Statics marks the fiftieth anniversary of the Beer/Johnston series. Over the years, these textbooks have introduced theoretical and pedagogical innovations in statics, dynamics, and mechanics of materials education.

Programming in Objective-C 2.0


Stephen G. Kochan - 2008
    It includes detailed examples and exercises.

The Art and Craft of Problem Solving


Paul Zeitz - 1999
    Readers are encouraged to do math rather than just study it. The author draws upon his experience as a coach for the International Mathematics Olympiad to give students an enhanced sense of mathematics and the ability to investigate and solve problems.

Analytical Chemistry


Gary D. Christian - 2003
    Examples of analytical techniques are drawn from such areas as life sciences, clinical chemistry, air and water pollution, and industrial analyses. New to this edition: Excel spreadsheets on CD-ROM * New chapters on good laboratory practice, as well as genomics and proteomics * A more modern flavor.

Shreve's Chemical Process Industries


George T. Austin - 1977
    Intended for professionals and students, this work offers guidance in the designing and operating of processing units.

Experiencing the Lifespan


Janet Belsky - 2006
    In 2007, Janet Belsky's "Experiencing the Lifespan" was published to widespread instructor and student acclaim, ultimately winning the 2008 Textbook Excellence Award from the Text and Academic Authors Association. Now that breakthrough text returns in a rigorously updated edition that explores the lifespan by combining the latest research with a practicing psychologist's understanding of people, and a teacher's understanding of students and classroom dynamics. And again, all of this in the right number of pages to fit comfortably in a single term course.

A Course of Pure Mathematics


G.H. Hardy - 1908
    Since its publication in 1908, it has been a classic work to which successive generations of budding mathematicians have turned at the beginning of their undergraduate courses. In its pages, Hardy combines the enthusiasm of a missionary with the rigor of a purist in his exposition of the fundamental ideas of the differential and integral calculus, of the properties of infinite series and of other topics involving the notion of limit.

Deep Learning


Ian Goodfellow - 2016
    Because the computer gathers knowledge from experience, there is no need for a human computer operator to formally specify all the knowledge that the computer needs. The hierarchy of concepts allows the computer to learn complicated concepts by building them out of simpler ones; a graph of these hierarchies would be many layers deep. This book introduces a broad range of topics in deep learning.The text offers mathematical and conceptual background, covering relevant concepts in linear algebra, probability theory and information theory, numerical computation, and machine learning. It describes deep learning techniques used by practitioners in industry, including deep feedforward networks, regularization, optimization algorithms, convolutional networks, sequence modeling, and practical methodology; and it surveys such applications as natural language processing, speech recognition, computer vision, online recommendation systems, bioinformatics, and videogames. Finally, the book offers research perspectives, covering such theoretical topics as linear factor models, autoencoders, representation learning, structured probabilistic models, Monte Carlo methods, the partition function, approximate inference, and deep generative models.Deep Learning can be used by undergraduate or graduate students planning careers in either industry or research, and by software engineers who want to begin using deep learning in their products or platforms. A website offers supplementary material for both readers and instructors.

Electronic Devices and Circuit Theory


Robert L. Boylestad - 2005
    Boylestad and Nashelsky offer students a complete and comprehensive survey, focusing on all the essentials they will need to succeed on the job. This very readable presentation is supported by strong pedagogy and content that is ideal for new students of this rapidly changing field. Its colorful, student-friendly layout boasts a large number of stunning photographs. A broad range of ancillary materials is available for instructor support.

Fatal Flight: The True Story of Britain's Last Great Airship


Bill Hammack - 2017
    The British expected R.101 to spearhead a fleet of imperial airships that would dominate the skies as British naval ships, a century earlier, had ruled the seas. The dream ended when, on its demonstration flight to India, R.101 crashed in France, tragically killing nearly all aboard.Combining meticulous research with superb storytelling, Fatal Flight guides us from the moment the great airship emerged from its giant shed—nearly the largest building in the British Empire—to soar on its first flight, to its last fateful voyage. The full story behind R.101 shows that, although it was a failure, it was nevertheless a supremely imaginative human creation. The technical achievement of creating R.101 reveals the beauty, majesty, and, of course, the sorrow of the human experience.The narrative follows First Officer Noel Atherstone and his crew from the ship’s first test flight in 1929 to its fiery crash on October 5, 1930. It reveals in graphic detail the heroic actions of Atherstone as he battled tremendous obstacles. He fought political pressures to hurry the ship into the air, fended off Britain’s most feted airship pilot, who used his influence to take command of the ship and nearly crashed it, and, a scant two months before departing for India, guided the rebuilding of the ship to correct its faulty design. After this tragic accident, Britain abandoned airships, but R.101 flew again, its scrap melted down and sold to the Zeppelin Company, who used it to create LZ 129, an airship even more mighty than R.101—and better known as the Hindenburg. Set against the backdrop of the British Empire at the height of its power in the early twentieth century,Fatal Flight portrays an extraordinary age in technology, fueled by humankind’s obsession with flight.

Feedback Control of Dynamic Systems


Gene F. Franklin - 1986
    Highlights of the book include realistic problems and examples from a wide range of application areas. New to this edition are: much sharper pedagogy; an increase in the number of examples; more thorough development of the concepts; a greater range of homework problems; a greater number and variety of worked out examples; expanded coverage of dynamics modelling and Laplace transform topics; and integration of MATLAB, including many examples that are formatted in MATLAB.

Artificial Intelligence: A Modern Approach


Stuart Russell - 1994
    The long-anticipated revision of this best-selling text offers the most comprehensive, up-to-date introduction to the theory and practice of artificial intelligence. *NEW-Nontechnical learning material-Accompanies each part of the book. *NEW-The Internet as a sample application for intelligent systems-Added in several places including logical agents, planning, and natural language. *NEW-Increased coverage of material - Includes expanded coverage of: default reasoning and truth maintenance systems, including multi-agent/distributed AI and game theory; probabilistic approaches to learning including EM; more detailed descriptions of probabilistic inference algorithms. *NEW-Updated and expanded exercises-75% of the exercises are revised, with 100 new exercises. *NEW-On-line Java software. *Makes it easy for students to do projects on the web using intelligent agents. *A unified, agent-based approach to AI-Organizes the material around the task of building intelligent agents. *Comprehensive, up-to-date coverage-Includes a unified view of the field organized around the rational decision making pa

Python Algorithms: Mastering Basic Algorithms in the Python Language


Magnus Lie Hetland - 2010
    Written by Magnus Lie Hetland, author of Beginning Python, this book is sharply focused on classical algorithms, but it also gives a solid understanding of fundamental algorithmic problem-solving techniques.The book deals with some of the most important and challenging areas of programming and computer science, but in a highly pedagogic and readable manner. The book covers both algorithmic theory and programming practice, demonstrating how theory is reflected in real Python programs. Well-known algorithms and data structures that are built into the Python language are explained, and the user is shown how to implement and evaluate others himself.