Book picks similar to
Thomas' Calculus, Early Transcendentals, Media Upgrade by George B. Thomas Jr.
mathematics
textbooks
math
reference
Elements of Electromagnetics
Matthew N.O. Sadiku - 1993
The book also provides a balanced presentation of time-varying and static fields, preparingstudents for employment in today's industrial and manufacturing sectors. Streamlined to facilitate student understanding, this edition features worked examples in every chapter that explain how to use the theory presented in the text to solve different kinds of problems. Numerical methods, including MATLAB and vector analysis, are also included to help students analyzesituations that they are likely to encounter in industry practice. Elements of Electromagnetics, Fifth Edition, is designed for introductory undergraduate courses in electromagnetics.
Culture Sketches: Case Studies in Anthropology
Holly Peters-Golden - 1993
The groups selected are peoples whose traditional cultures are uniquely their own. Each has distinctive patterns and practices; each has faced the challenge of an encroaching world, with differing results. Moreover, they often provide the prime illustrations of important concepts in introductory anthropology course including Azande witchcraft, Ju/'hoansi egalitarianism, Trobriand kula exchange, and Minangkabau matriliny. As such, this volume can stand alone as an introduction to central ethnographic concepts through these 15 societies, or serve as a valuable companion to anthropology texts. Many of the peoples presented are involved in the diaspora; some struggle to preserve old ways in new places. All sketches follow a logical, consistent organization that makes it easy for students to understand major themes such as history, subsistence, sociopolitical organization, belief systems, marriage, kinship, and contemporary issues.
Abstract Algebra
I.N. Herstein - 1986
Providing a concise introduction to abstract algebra, this work unfolds some of the fundamental systems with the aim of reaching applicable, significant results.
MATLAB Programming for Engineers
Stephen J. Chapman - 1999
The book teaches MATLAB as a technical programming language showing students how to write clean, efficient, and well-documented programs. It makes no pretense at being a complete description of all of MATLAB's hundreds of functions. Instead, it teaches students how to locate any desired function with MATLAB's extensive on line help facilities. Overall, students develop problem-solving skills and are equipped for future courses and careers using the power of MATLAB.
Medical Microbiology [with Student Consult Online Access]
Patrick R. Murray - 1990
Murray's best-selling book "the most colorful and fun text to read in medical microbiology." Now it's back in an updated New Edition-and it's as succinct, user-friendly, and authoritative as ever. Readers will continue to enjoy its lucid discussions of how microbes cause disease in humans. Expert coverage of basic principles, the immune response, laboratory diagnosis, bacteriology, virology, mycology, and parasitology ensures they understand all the facts vital to the practice of medicine today. More than 550 brilliant full-color images make complex information easy to understand and illustrate the appearance of disease.The smart way to study!Elsevier titles with STUDENT CONSULT will help you master difficult concepts and study more efficiently in print and online! Perform rapid searches. Integrate bonus content from other disciplines. Download text to your handheld device. And a lot more. Each STUDENT CONSULT title comes with full text online, a unique image library, case studies, USMLE style questions, and online note-taking to enhance your learning experience.
Number Theory
George E. Andrews - 1994
In studying number theory from such a perspective, mathematics majors are spared repetition and provided with new insights, while other students benefit from the consequent simplicity of the proofs for many theorems.Among the topics covered in this accessible, carefully designed introduction are multiplicativity-divisibility, including the fundamental theorem of arithmetic, combinatorial and computational number theory, congruences, arithmetic functions, primitive roots and prime numbers. Later chapters offer lucid treatments of quadratic congruences, additivity (including partition theory) and geometric number theory.Of particular importance in this text is the author's emphasis on the value of numerical examples in number theory and the role of computers in obtaining such examples. Exercises provide opportunities for constructing numerical tables with or without a computer. Students can then derive conjectures from such numerical tables, after which relevant theorems will seem natural and well-motivated..
Elementary Differential Equations
Earl D. Rainville - 1962
Each chapter includes many illustrative examples to assist the reader. The book emphasizes methods for finding solutions to differential equations. It provides many abundant exercises, applications, and solved examples with careful attention given to readability. Elementary Differential Equations includes a thorough treatment of power series techniques. In addition, the book presents a classical treatment of several physical problems to show how Fourier series become involved in the solution of those problems. The eighth edition of Elementary Differential Equations has been revised to include a new supplement in many chapters that provides suggestions and exercises for using a computer to assist in the understanding of the material in the chapter. It also now provides an introduction to the phase plane and to different types of phase portraits. A valuable reference book for readers interested in exploring the technological and other applications of differential equations.
Principles of Environmental Science: Inquiry and Applications
William P. Cunningham - 2001
This book is intended for use in a one- or two-semester course in environmental science, human ecology, or environmental studies at the college or advanced placement high school level.
Understanding the Bible
Stephen L. Harris - 1985
It is the only single-volume introductory textbook that places each book of the Old Testament, Apocrypha, and the New Testament fully in its historical and cultural context. Understanding the Bible acquaints readers with the content as well as the major themes of each biblical book, and familiarizes them with the goals and methods of important scholarship.
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.
Concrete Mathematics: A Foundation for Computer Science
Ronald L. Graham - 1988
"More concretely," the authors explain, "it is the controlled manipulation of mathematical formulas, using a collection of techniques for solving problems."
Hacker's Delight
Henry S. Warren Jr. - 2002
Aiming to tell the dark secrets of computer arithmetic, this title is suitable for library developers, compiler writers, and lovers of elegant hacks.
Biological Psychology
James W. Kalat - 1981
This Eighth Edition redefines the high standard set by previous editions. It offers the best balance of rigor and accessibility, the most current research, and the most thorough technology integration available for your course--all presented within a unique modular format that supports student mastery and provides instructors with maximum teaching flexibility. In every chapter, Kalat accurately portrays biopsychology as a dynamic and empirical field in which fascinating new discoveries are constantly being made. He captures readers' interest with the latest biological psychology findings, such as how gingko biloba claims to aid memory and coverage of the hypothesis that humans' mate choice patterns are influenced by natural selection. Throughout, the author's goal is not only to convey information, but also to convey his excitement about and dedication to the subject.
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
Management: A Practical Introduction
Angelo Kinicki - 1997
The authors present all basic management concepts and principles in "bite-size" chunks, 2- to 6-page sections, to optimize student learning and also emphasize the practicality of the subject matter. In addition, instructor and students are given a wealth of classroom-tested resources.