Book picks similar to
Calculus for Dummies by Mark Ryan
mathematics
math
for-dummies
non-fiction
The Calculus Diaries: How Math Can Help You Lose Weight, Win in Vegas, and Survive a Zombie Apocalypse
Jennifer Ouellette - 2010
But then the English-major-turned-award-winning-science-writer had a change of heart and decided to revisit the equations and formulas that had haunted her for years. The Calculus Diaries is the fun and fascinating account of her year spent confronting her math phobia head on. With wit and verve, Ouellette shows how she learned to apply calculus to everything from gas mileage to dieting, from the rides at Disneyland to shooting craps in Vegas-proving that even the mathematically challenged can learn the fundamentals of the universal language.
A Book of Abstract Algebra
Charles C. Pinter - 1982
Its easy-to-read treatment offers an intuitive approach, featuring informal discussions followed by thematically arranged exercises. Intended for undergraduate courses in abstract algebra, it is suitable for junior- and senior-level math majors and future math teachers. This second edition features additional exercises to improve student familiarity with applications. An introductory chapter traces concepts of abstract algebra from their historical roots. Succeeding chapters avoid the conventional format of definition-theorem-proof-corollary-example; instead, they take the form of a discussion with students, focusing on explanations and offering motivation. Each chapter rests upon a central theme, usually a specific application or use. The author provides elementary background as needed and discusses standard topics in their usual order. He introduces many advanced and peripheral subjects in the plentiful exercises, which are accompanied by ample instruction and commentary and offer a wide range of experiences to students at different levels of ability.
Schaum's Outline of Advanced Mathematics for Engineers and Scientists
Murray R. Spiegel - 1971
Fully stocked with solved problemsN950 of themNit shows you how to solve problems that may not have been fully explained in class. Plus you ge"
Grokking Algorithms An Illustrated Guide For Programmers and Other Curious People
Aditya Y. Bhargava - 2015
The algorithms you'll use most often as a programmer have already been discovered, tested, and proven. If you want to take a hard pass on Knuth's brilliant but impenetrable theories and the dense multi-page proofs you'll find in most textbooks, this is the book for you. This fully-illustrated and engaging guide makes it easy for you to learn how to use algorithms effectively in your own programs.Grokking Algorithms is a disarming take on a core computer science topic. In it, you'll learn how to apply common algorithms to the practical problems you face in day-to-day life as a programmer. You'll start with problems like sorting and searching. As you build up your skills in thinking algorithmically, you'll tackle more complex concerns such as data compression or artificial intelligence. Whether you're writing business software, video games, mobile apps, or system utilities, you'll learn algorithmic techniques for solving problems that you thought were out of your grasp. For example, you'll be able to:Write a spell checker using graph algorithmsUnderstand how data compression works using Huffman codingIdentify problems that take too long to solve with naive algorithms, and attack them with algorithms that give you an approximate answer insteadEach carefully-presented example includes helpful diagrams and fully-annotated code samples in Python. By the end of this book, you will know some of the most widely applicable algorithms as well as how and when to use them.
Schaum's Outline of Calculus
Frank Ayres Jr. - 1990
They'll also find the related analytic geometry much easier. The clear review of algebra and geometry in this edition will make calculus easier for students who wish to strengthen their knowledge in these areas. Updated to meet the emphasis in current courses, this new edition of a popular guide--more than 104,000 copies were bought of the prior edition--includes problems and examples using graphing calculators..
Hands-On Machine Learning with Scikit-Learn and TensorFlow
Aurélien Géron - 2017
Now that machine learning is thriving, even programmers who know close to nothing about this technology can use simple, efficient tools to implement programs capable of learning from data. This practical book shows you how.By using concrete examples, minimal theory, and two production-ready Python frameworks—Scikit-Learn and TensorFlow—author Aurélien Géron helps you gain an intuitive understanding of the concepts and tools for building intelligent systems. You’ll learn how to use a range of techniques, starting with simple Linear Regression and progressing to Deep Neural Networks. If you have some programming experience and you’re ready to code a machine learning project, this guide is for you.This hands-on book shows you how to use:Scikit-Learn, an accessible framework that implements many algorithms efficiently and serves as a great machine learning entry pointTensorFlow, a more complex library for distributed numerical computation, ideal for training and running very large neural networksPractical code examples that you can apply without learning excessive machine learning theory or algorithm details
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.
Structure and Interpretation of Computer Programs
Harold Abelson - 1984
This long-awaited revision contains changes throughout the text. There are new implementations of most of the major programming systems in the book, including the interpreters and compilers, and the authors have incorporated many small changes that reflect their experience teaching the course at MIT since the first edition was published. A new theme has been introduced that emphasizes the central role played by different approaches to dealing with time in computational models: objects with state, concurrent programming, functional programming and lazy evaluation, and nondeterministic programming. There are new example sections on higher-order procedures in graphics and on applications of stream processing in numerical programming, and many new exercises. In addition, all the programs have been reworked to run in any Scheme implementation that adheres to the IEEE standard.
Mathematics: From the Birth of Numbers
Jan Gullberg - 1997
The book is unique among popular books on mathematics in combining an engaging, easy-to-read history of the subject with a comprehensive mathematical survey text. Intended, in the author's words, "for the benefit of those who never studied the subject, those who think they have forgotten what they once learned, or those with a sincere desire for more knowledge," it links mathematics to the humanities, linguistics, the natural sciences, and technology.Contains more than 1000 original technical illustrations, a multitude of reproductions from mathematical classics and other relevant works, and a generous sprinkling of humorous asides, ranging from limericks and tall stories to cartoons and decorative drawings.
A First Course in Probability
Sheldon M. Ross - 1976
A software diskette provides an easy-to-use tool for students to derive probabilities for binomial.
Professor Stewart's Cabinet of Mathematical Curiosities
Ian Stewart - 2008
This book reveals the most exhilarating oddities from Professor Stewart's legendary cabinet.Inside, you will find hidden gems of logic, geometry, and probability-like how to extract a cherry from a cocktail glass (harder than you think), a pop-up dodecahedron, and the real reason why you can't divide anything by zero. Scattered among these are keys to Fermat's last theorem, the Poincaréonjecture, chaos theory, and the P=NP problem (you'll win a million dollars if you solve it). You never know what enigmas you'll find in the Stewart cabinet, but they're sure to be clever, mind-expanding, and delightfully fun.
Applied Cryptography: Protocols, Algorithms, and Source Code in C
Bruce Schneier - 1993
… The book the National Security Agency wanted never to be published." –Wired Magazine "…monumental… fascinating… comprehensive… the definitive work on cryptography for computer programmers…" –Dr. Dobb's Journal"…easily ranks as one of the most authoritative in its field." —PC Magazine"…the bible of code hackers." –The Millennium Whole Earth CatalogThis new edition of the cryptography classic provides you with a comprehensive survey of modern cryptography. The book details how programmers and electronic communications professionals can use cryptography—the technique of enciphering and deciphering messages-to maintain the privacy of computer data. It describes dozens of cryptography algorithms, gives practical advice on how to implement them into cryptographic software, and shows how they can be used to solve security problems. Covering the latest developments in practical cryptographic techniques, this new edition shows programmers who design computer applications, networks, and storage systems how they can build security into their software and systems. What's new in the Second Edition? * New information on the Clipper Chip, including ways to defeat the key escrow mechanism * New encryption algorithms, including algorithms from the former Soviet Union and South Africa, and the RC4 stream cipher * The latest protocols for digital signatures, authentication, secure elections, digital cash, and more * More detailed information on key management and cryptographic implementations
Drawing for Dummies
Brenda Hoddinott - 2003
Drawing can enrich your life in extraordinary and unexpected ways. Drawing your everyday experiences can change how you and others see the world, while drawing from imagination can give rise to fantastic new worlds. And, despite what you may believe, it's something just about anyone can learn to do. Drawing For Dummies offers you a fun, easy way to learn drawing basics. Its author, professional illustrator and long-time art educator Brenda Hoddinott, has a simple philosophy--that only you can teach you to draw. With that in mind, she arms you with the tools you need to explore the basics and then coaches you through 30 hands-on drawing projects. You'll quicklyConquer the basics of line and shading Develop an eye for basic shapes and contours Discover how to create the illusion of three dimensions Render still-life subjects and landscapes Bring animals and people to vivid life on the page Brenda helps you tune into your right brain and see the world as an artist does. You'll discover how to break things down into basic lines and shapes and then reassemble them on the page. Other topics covered include:Understanding and exercising the basic skills of drawing lines and shapes, adding life and depth with shading, and rendering textures Mastering the fundamentals of composition and planning drawings Creating lifelike doodles and cartoon characters Drawing the natural environment including both plants and animals Keeping a sketchbook and drawing from memory Drawing people, starting with babies and exploring the human face from childhood to old age It's never too late to unleash the artist within. Let Drawing For Dummies put you on the road of discovery and self-expression through drawing.
Molecular & Cell Biology For Dummies
Rene Fester Kratz - 2009
You discover how fundamental principles and concepts relate to everyday life. Plus, you get plenty of study tips to improve your grades and score higher on exams! Explore the world of the cell — take a tour inside the structure and function of cells and see how viruses attack and destroy them Understand the stuff of life (molecules) — get up to speed on the structure of atoms, types of bonds, carbohydrates, proteins, DNA, RNA, and lipids Watch as cells function and reproduce — see how cells communicate, obtain matter and energy, and copy themselves for growth, repair, and reproduction Make sense of genetics — learn how parental cells organize their DNA during sexual reproduction and how scientists can predict inheritance patterns Decode a cell's underlying programming — examine how DNA is read by cells, how it determines the traits of organisms, and how it's regulated by the cell Harness the power of DNA — discover how scientists use molecular biology to explore genomes and solve current world problems Open the book and find: Easy-to-follow explanations of key topics The life of a cell — what it needs to survive and reproduce Why molecules are so vital to cells Rules that govern cell behavior Laws of thermodynamics and cellular work The principles of Mendelian genetics Useful Web sites Important events in the development of DNA technology Ten great ways to improve your biology grade
Data Science for Business: What you need to know about data mining and data-analytic thinking
Foster Provost - 2013
This guide also helps you understand the many data-mining techniques in use today.Based on an MBA course Provost has taught at New York University over the past ten years, Data Science for Business provides examples of real-world business problems to illustrate these principles. You’ll not only learn how to improve communication between business stakeholders and data scientists, but also how participate intelligently in your company’s data science projects. You’ll also discover how to think data-analytically, and fully appreciate how data science methods can support business decision-making.Understand how data science fits in your organization—and how you can use it for competitive advantageTreat data as a business asset that requires careful investment if you’re to gain real valueApproach business problems data-analytically, using the data-mining process to gather good data in the most appropriate wayLearn general concepts for actually extracting knowledge from dataApply data science principles when interviewing data science job candidates