The Science of Everyday Life: Why Teapots Dribble, Toast Burns and Light Bulbs Shine


Marty Jopson - 2015
    Have you ever wondered why ice floats and water is such a freaky liquid? Or why chillies and mustard are both hot but in different ways? Or why microwaves don't cook from the inside out? In this fascinating scientific tour of household objects, The One Show presenter and all-round Science Bloke Marty Jopson has the answer to all of these, and many more, baffling questions about the chemistry and physics of the everyday stuff we use every day.

Getting Started with MATLAB 7: A Quick Introduction for Scientists and Engineers


Rudra Pratap - 2005
    Its broad appeal lies in its interactive environment with hundreds of built-in functions for technical computation, graphics, and animation. In addition, it provides easy extensibility with its own high-level programming language. Enhanced by fun and appealing illustrations, Getting Started with MATLAB 7: A Quick Introduction for Scientists and Engineers employs a casual, accessible writing style that shows users how to enjoy using MATLAB.

Talking with Your Hands, Listening with Your Eyes: A Complete Photographic Guide to American Sign Language


Gabriel Grayson - 2003
    Over 22 million people use it to communicate. It has its own beauty, its own unmistakable form, and its own inherent culture. It is American Sign Language (ASL), the language of the deaf.Gabriel Grayson has put together a book that makes signing accessible, easy, and fun. Using almost 1,400 photographs, he has created a comprehensive primer to the techniques, words, and phrases of signing. Each word or phrase is accompanied by a photo or series of photos that show hand and body motions and facial expressions. Along with the images are step-by-step instructions for forming the sign, as well as a helpful "Visualize" tip that connects the sign with its meaning for easier recall.After examining the fascinating history and nature of both sign language and the deaf community, Talking With Your Hands explains signing basics, covering such topics as handshapes, fingerspelling, signing etiquette, and more. The remaining chapters provide over 1,700 words and phrases. Throughout the book, informative insets focus on fascinating aspects of deaf history, deaf culture, and significant deaf personalities.

Let Us C++


Yashavant P. Kanetkar - 2003
    A CD-ROM with demos, code, compiler, executables, and MATLAB examples has been added to the book. Simplicity and an easy narration style are the hallmarks of the book, which have made its previous seven editions immensely successful. Today s C programmer (still the language of choice in science, engineering, game programming and for handheld devices) has to master the complexities of the language and contend with its usage in environments like Windows, Linux, and for the Internet. This book covers these three aspects of C programming and doesn t assume any programming background. It begins with the basics and steadily builds the pace, so the reader finds it easy to handle more complicated topics later. This popular author has crafted hundreds of excellent programming examples and exercises for every aspect of C programming. ++++Features +Self-study format provides hundreds of step by step examples and exercises + Assumes no programming knowledge; starts with the basics and progresses to more difficult topics +Includes a CD-ROM with demos, code, compiler, executables, and MATLAB examples +Covers the latest programming techniques for Windows, Linux, and the Internet ++++++Selected Topics Traditional C Programming; Pointers; Complete Build Process; Low-level File I/O; Structures, Unions, Bit-fields; Bitwise Operators. C Under Linux; Signals and Signal Handling; Blocking of Signals; Event Driven Programming; Process; PIDs; Zombies; GNOME Programming Using GTK Library. C Under Windows. Windows Programming Model; Windows Messaging Architecture; Mouse Programming; GDI. Internet Programming. CP/ IP model; Windsock Library; Building Time Clients; Whois and HTTP Clients; Sending & Receiving emails

Vector Mechanics for Engineers: Statics


Ferdinand P. Beer - 1977
    Following on the success of the first six editions of the series, this work introduces theoretical and pedagogical innovations in statics, dynamics, and mechanics of materials education.

Aristotle


Thomas C. Brickhouse - 1990
    His conception of the universe pervades Christian theology. Knowledge of his thought is necessary to understand Bacon, Galileo, and the modern scientific view of nature, as well as Dante and many passages from Chaucer, Shakespeare, and Milton. Many phrases such as liberal education and theory contrasted with practice originated with this student of Plato and tutor of Alexander the Great.Writing to inform the beginner and stimulate the expert, eminent scholar A. E. Taylor presents a searching analysis of Aristotle's thought, including classification of the sciences; formal logic; theory of knowledge; matter and form; the four causes; God; physics; biology; sensation; ethics; theory of the state; and the fine arts. He also considers Aristotle's provincialism, errors regarding the nervous system and astronomy, and defense of slavery.The Giants of Philosophy is a series of dramatic presentations, in understandable language, of the concerns, questions, interests, and overall world view of history's greatest philosophers. Special emphasis on clear and relevant explanations gives you a new arsenal of insights toward living a better life.

Professor Maxwell’s Duplicitous Demon: The Life and Science of James Clerk Maxwell


Brian Clegg - 2019
    But ask a physicist and there’s no doubt that James Clerk Maxwell will be near the top of the list.  Maxwell, an unassuming Victorian Scotsman, explained how we perceive colour. He uncovered the way gases behave. And, most significantly, he transformed the way physics was undertaken in his explanation of the interaction of electricity and magnetism, revealing the nature of light and laying the groundwork for everything from Einstein’s special relativity to modern electronics.   Along the way, he set up one of the most enduring challenges in physics, one that has taxed the best minds ever since. ‘Maxwell’s demon’ is a tiny but thoroughly disruptive thought experiment that suggests the second law of thermodynamics, the law that governs the flow of time itself, can be broken. This is the story of a groundbreaking scientist, a great contributor to our understanding of the way the world works, and his duplicitous demon.

Jump! (Inventions: Untold Stories of the Beautiful Era collection)


Daniel Engber - 2019
    This breathtaking true story is about two men who, on one fateful weekend, tried to show the world a way back down.It was early February 1912, and Franz Reichelt, a Paris tailor, and Rodman Law, a self-described “professional jackass” from New York, were poised, respectively, on the Eiffel Tower and the Statue of Liberty, ready to deploy an experimental parachute. In bat wings and bundled linen, they were almost certain their contraptions would work. Here is the tale of their inspirations and their pluck—and what happened next.Jump! is part of Inventions: Untold Stories of the Beautiful Era, a collection of incredible true stories from the belle epoque, an age of innovation, daring, bluster, and beauty when anything seemed possible. Each piece can be read, listened to, and marveled at in a single sitting.

Machine Learning: A Visual Starter Course For Beginner's


Oliver Theobald - 2017
     If you have ever found yourself lost halfway through other introductory materials on this topic, this is the book for you. If you don't understand set terminology such as vectors, hyperplanes, and centroids, then this is also the book for you. This starter course isn't a picture story book but does include many visual examples that break algorithms down into a digestible and practical format. As a starter course, this book connects the dots and offers the crash course I wish I had when I first started. The kind of guide I wish had before I started taking on introductory courses that presume you’re two days away from an advanced mathematics exam. That’s why this introductory course doesn’t go further on the subject than other introductory books, but rather, goes a step back. A half-step back in order to help everyone make his or her first strides in machine learning and is an ideal study companion for the visual learner. In this step-by-step guide you will learn: - How to download free datasets - What tools and software packages you need - Data scrubbing techniques, including one-hot encoding, binning and dealing with missing data - Preparing data for analysis, including k-fold Validation - Regression analysis to create trend lines - Clustering, including k-means and k-nearest Neighbors - Naive Bayes Classifier to predict new classes - Anomaly detection and SVM algorithms to combat anomalies and outliers - The basics of Neural Networks - Bias/Variance to improve your machine learning model - Decision Trees to decode classification Please feel welcome to join this starter course by buying a copy, or sending a free sample to your preferred device.

Instructor's Solutions Manual For Introduction To Classical Mechanics


Atam P. Arya
    Pays special attention to such topics of modern interest as nonlinear oscillators, central force motion, collisions in CMCS, and horizontal wind circulation. For physicists and astronomers.