Book picks similar to
Elements of Electromagnetics by Matthew N.O. Sadiku
physics
textbooks
science
electrical-engineering
Cell and Molecular Biology: Concepts and Experiments
Gerald Karp - 1979
The sixth edition explores core concepts in considerable depth and presents experimental detail when it helps to explain and reinforce the concepts. The majority of discussions have been modified to reflect the latest changes in the field. The book also builds on its strong illustration program by opening each chapter with “VIP” art that serves as a visual summary for the chapter. Over 60 new micrographs and computer-derived images have been added to enhance the material. Biologists benefit from these changes as they build their skills in making the connection. Doody Review Services Reviewer: Bruce A. Fenderson, PhD(Thomas Jefferson University) Description: The author expertly organizes, explains, and illustrates the chemical and cellular basis of life on Earth in this comprehensive and exciting introduction to cell and molecular biology. The 18 fascinating chapters cover topics ranging from control of gene expression to mechanisms of immune response. There is even a chapter on laboratory techniques. The focus of the book is on biological chemistry, with an emphasis on core concepts and experimental approaches. Purpose: The purpose is to provide a textbook for an introductory course in cell and molecular biology. The author hopes that students will visualize a world filled with "giant molecules and minuscule structures" that constitute the chemistry of life. He encourages students to consider the evidence that is presented to support a biological model, think of alternate explanations, and plan experiments that may lead to new hypotheses. One of the author's goals is to help students develop their independent, critical-thinking skills. Audience: This is an excellent companion textbook for undergraduate and graduate-level courses in cell and molecular biology. It is written for students across a wide range of life science disciplines
The Ultimate Fate Of The Universe
Jamal Nazrul Islam - 1983
To understand the universe in the far future, we must first describe its present state and structure on the grand scale, and how its present properties arose. Dr Islam explains these topics in an accessible way in the first part of the book. From this background he speculates about the future evolution of the universe and predicts the major changes that will occur. The author has largely avoided mathematical formalism and therefore the book is well suited to general readers with a modest background knowledge of physics and astronomy.
Essentials of Abnormal Psychology
V. Mark Durand - 2002
In this briefer version, the authors explain abnormal psychology in the most modern, scientifically valid method for studying abnormal psychology. Through this integrative approach, students learn that psychological disorders are rooted in multiple factors: biological, psychological, cultural, social, familial, and even political. Conversational writing style, consistent pedagogy, video clips of real clients (located on the accompanying free Abnormal Psychology Live 2.5 CD-ROM), and real case profiles - 95 percent from the authors' own case files - provide a realistic context for the scientific findings of the book, and ensure that readers never lose sight of the fact that beyond the DSM-IV-TR criteria, the theories, and the research are real people. With this text, students can take advantage of Abnormal PsychologyNow, our web-based, intelligent study system that, by using online diagnostic pre- and post-tests, helps students prioritize their study time by creating personalized study plans that focus only the sections in which they experienced difficulty.
Control Systems Engineering
Norman S. Nise - 1991
Readers learn how to create control systems that support today's advanced technology and apply the latest computer methods to the analysis and design of control systems. * A methodology with clearly defined steps is presented for each type of design problem. * Continuous design examples give a realistic view of each stage in the control systems design process. * A complete tutorial on using MATLAB Version 5 in designing control systems prepares readers to use this important software tool.
Quantum Physics of Atoms, Molecules, Solids, Nuclei, and Particles
Robert M. Eisberg - 1974
Emphasizes the applications of theory, and contains new material on particle physics, electron-positron annihilation in solids and the Mossbauer effect. Includes new appendices on such topics as crystallography, Fourier Integral Description of a Wave Group, and Time-Independent Perturbation Theory.
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.