Elementary Linear Algebra with Applications


Bernard Kolman - 1995
    It offers a fine balance between abstraction/theory and computational skills, and gives readers an excellent opportunity to learn how to handle abstract concepts. Included in this comprehensive and easy-to-follow manual are these topics: linear equations and matrices; solving linear systems; real vector spaces; inner product spaces; linear transformations and matrices; determinants; eigenvalues and eigenvectors; differential equations; and MATLAB for linear algebra. Because this book gives real applications for linear algebraic basic ideas and computational techniques, it is useful as a reference work for mathematicians and those in field of computer science.

An Introduction to Formal Language and Automata


Peter Linz - 1990
    The Text Was Designed To Familiarize Students With The Foundations And Principles Of Computer Science And To Strengthen The Students' Ability To Carry Out Formal And Rigorous Mathematical Arguments. In The New Fourth Edition, Author Peter Linz Has Offered A Straightforward, Uncomplicated Treatment Of Formal Languages And Automata And Avoids Excessive Mathematical Detail So That Students May Focus On And Understand The Underlying Principles. In An Effort To Further The Accessibility And Comprehension Of The Text, The Author Has Added New Illustrative Examples Throughout.

Statistics Done Wrong: The Woefully Complete Guide


Alex Reinhart - 2013
    Politicians and marketers present shoddy evidence for dubious claims all the time. But smart people make mistakes too, and when it comes to statistics, plenty of otherwise great scientists--yes, even those published in peer-reviewed journals--are doing statistics wrong."Statistics Done Wrong" comes to the rescue with cautionary tales of all-too-common statistical fallacies. It'll help you see where and why researchers often go wrong and teach you the best practices for avoiding their mistakes.In this book, you'll learn: - Why "statistically significant" doesn't necessarily imply practical significance- Ideas behind hypothesis testing and regression analysis, and common misinterpretations of those ideas- How and how not to ask questions, design experiments, and work with data- Why many studies have too little data to detect what they're looking for-and, surprisingly, why this means published results are often overestimates- Why false positives are much more common than "significant at the 5% level" would suggestBy walking through colorful examples of statistics gone awry, the book offers approachable lessons on proper methodology, and each chapter ends with pro tips for practicing scientists and statisticians. No matter what your level of experience, "Statistics Done Wrong" will teach you how to be a better analyst, data scientist, or researcher.

Nine Algorithms That Changed the Future: The Ingenious Ideas That Drive Today's Computers


John MacCormick - 2012
    A simple web search picks out a handful of relevant needles from the world's biggest haystack: the billions of pages on the World Wide Web. Uploading a photo to Facebook transmits millions of pieces of information over numerous error-prone network links, yet somehow a perfect copy of the photo arrives intact. Without even knowing it, we use public-key cryptography to transmit secret information like credit card numbers; and we use digital signatures to verify the identity of the websites we visit. How do our computers perform these tasks with such ease? This is the first book to answer that question in language anyone can understand, revealing the extraordinary ideas that power our PCs, laptops, and smartphones. Using vivid examples, John MacCormick explains the fundamental "tricks" behind nine types of computer algorithms, including artificial intelligence (where we learn about the "nearest neighbor trick" and "twenty questions trick"), Google's famous PageRank algorithm (which uses the "random surfer trick"), data compression, error correction, and much more. These revolutionary algorithms have changed our world: this book unlocks their secrets, and lays bare the incredible ideas that our computers use every day.

Partial Differential Equations


Lawrence C. Evans - 1998
    

California (Lonely Planet Guide)


Sara Benson - 2009
    This 5th edition guarantees adventures across the Golden State, whether you're tasting small-batch pinots in Sonoma, reliving the Gold Rush or cruising the last leg of Route 66 on the ultimate beach-bound road trip. Lonely Planet guides are written by experts who get to the heart of every destination they visit. This fully updated edition is packed with accurate, practical and honest advice, designed to give you the information you need to make the most of your trip. In This Guide: Expanded Outdoors chapter covering 21 activities to get you closer to natureNew Food chapter showcases California's best drinks and delicaciesGreen Index directs you to sustainable listings

Numerical Methods for Engineers


Steven C. Chapra - 1985
    It covers such areas as biotechnology and biomedical engineering.

Head First Statistics


Dawn Griffiths - 2008
    Whether you're a student, a professional, or just curious about statistical analysis, Head First's brain-friendly formula helps you get a firm grasp of statistics so you can understand key points and actually use them. Learn to present data visually with charts and plots; discover the difference between taking the average with mean, median, and mode, and why it's important; learn how to calculate probability and expectation; and much more.Head First Statistics is ideal for high school and college students taking statistics and satisfies the requirements for passing the College Board's Advanced Placement (AP) Statistics Exam. With this book, you'll:Study the full range of topics covered in first-year statistics Tackle tough statistical concepts using Head First's dynamic, visually rich format proven to stimulate learning and help you retain knowledge Explore real-world scenarios, ranging from casino gambling to prescription drug testing, to bring statistical principles to life Discover how to measure spread, calculate odds through probability, and understand the normal, binomial, geometric, and Poisson distributions Conduct sampling, use correlation and regression, do hypothesis testing, perform chi square analysis, and moreBefore you know it, you'll not only have mastered statistics, you'll also see how they work in the real world. Head First Statistics will help you pass your statistics course, and give you a firm understanding of the subject so you can apply the knowledge throughout your life.

The Rising Sign


Jeanne Avery - 1982
    By a well-known psychic and astrologer, a revealing psychological/astrological exploration of the masks we wear and the many ways our rising signs affect our personalities.

Quadrivium: The Four Classical Liberal Arts of Number, Geometry, Music, & Cosmology


John Martineau - 2010
    It was studied from antiquity to the Renaissance as a way of glimpsing the nature of reality. Geometry is number in space; music is number in time; and comology expresses number in space and time. Number, music, and geometry are metaphysical truths: life across the universe investigates them; they foreshadow the physical sciences.Quadrivium is the first volume to bring together these four subjects in many hundreds of years. Composed of six successful titles in the Wooden Books series-Sacred Geometry, Sacred Number, Harmonograph, The Elements of Music, Platonic & Archimedean Solids, and A Little Book of Coincidence-it makes ancient wisdom and its astonishing interconnectedness accessible to us today.Beautifully produced in six different colors of ink, Quadrivium will appeal to anyone interested in mathematics, music, astronomy, and how the universe works.

Signing Illustrated (Revised Edition): The Complete Learning Guide


Mickey Flodin - 2004
    This easy-to-use guide is updated and expanded to include new computer and technology signs and offers a fast and simple approach to learning. Includes:- Vocabulary reviews- Fingerspelling exercises- Sign matching and memory aids- A complete glossary and a comprehensive index- Clear instructive drawings

From Mathematics to Generic Programming


Alexander A. Stepanov - 2014
    If you're a reasonably proficient programmer who can think logically, you have all the background you'll need. Stepanov and Rose introduce the relevant abstract algebra and number theory with exceptional clarity. They carefully explain the problems mathematicians first needed to solve, and then show how these mathematical solutions translate to generic programming and the creation of more effective and elegant code. To demonstrate the crucial role these mathematical principles play in many modern applications, the authors show how to use these results and generalized algorithms to implement a real-world public-key cryptosystem. As you read this book, you'll master the thought processes necessary for effective programming and learn how to generalize narrowly conceived algorithms to widen their usefulness without losing efficiency. You'll also gain deep insight into the value of mathematics to programming--insight that will prove invaluable no matter what programming languages and paradigms you use. You will learn aboutHow to generalize a four thousand-year-old algorithm, demonstrating indispensable lessons about clarity and efficiencyAncient paradoxes, beautiful theorems, and the productive tension between continuous and discreteA simple algorithm for finding greatest common divisor (GCD) and modern abstractions that build on itPowerful mathematical approaches to abstractionHow abstract algebra provides the idea at the heart of generic programmingAxioms, proofs, theories, and models: using mathematical techniques to organize knowledge about your algorithms and data structuresSurprising subtleties of simple programming tasks and what you can learn from themHow practical implementations can exploit theoretical knowledge

Electronic Commerce


Gary P. Schneider - 1999
    ELECTRONIC COMMERCE, EIGHTH EDITION covers emerging online technologies and trends and their influence on the electronic commerce marketplace.

Gardening All-In-One for Dummies


National Gardening AssociationBill Marken - 2003
    From the balconies of Manhattan to the patios of Malibu to the backyards of Chicago, anybody with a few square feet of earth is doing their best to make their little corner of the world more gracious and beautiful. And the best thing is, you really don't have to be born with a green thumb to give life to a glorious garden. Anybody can do it with a little coaching. Which is where Gardening All-in-One For Dummies comes in.Puzzled by pruning? Baffled by bulbs? Can't tell a hosta from a hyacinth? Don't worry! This all-in-one reference delivers the know-how you need to transform your little patch of the outdoors into a blooming paradise. Drawing upon the expertise of the National Gardening Association, it gets you up to speed on:Basic gardening skills--from understanding your microclimate to using gardening tools to managing pests and common plant diseases How to design, plan and build a garden landscape that reflects your unique sense of style Selecting, planting and maintaining stunning roses Building a raised bed for your perennials and making them bloom in any climate Choose, grow and maintain annuals From amaryllis to spider dahlias to wood tulips--coaxing beauty from homely bulbs Enjoying nature's bounty by growing you own vegetables and herbs A veritable encyclopedia of gardening, this Gardening All-in-One For Dummies is an indispensable resource for novices and experienced gardeners alike. It brings together between the covers of a single volume seven great books covering:Gardening Basics Garden Design Roses Perennials Annuals Bulbs Vegetables and Herbs Your one-step guide to a beautiful garden, Gardening All-in-One For Dummies shows you how to experience the "purest of human pleasures" in your own backyard.

Real World Java EE Patterns--Rethinking Best Practices


Adam Bien - 2009
    :-)