Introductory Linear Algebra: An Applied First Course


Bernard Kolman - 1988
    Calculus is not a prerequisite, although examples and exercises using very basic calculus are included (labeled Calculus Required.) The most technology-friendly text on the market, Introductory Linear Algebra is also the most flexible. By omitting certain sections, instructors can cover the essentials of linear algebra (including eigenvalues and eigenvectors), to show how the computer is used, and to introduce applications of linear algebra in a one-semester course.

Quantum Physics for Beginners: From Wave Theory to Quantum Computing. Understanding How Everything Works by a Simplified Explanation of Quantum Physics and Mechanics Principles


Carl J. Pratt - 2021
    

Introductory Circuit Analysis


Robert L. Boylestad - 1968
    Features exceptionally clear explanations and descriptions, step-by-step examples, more than 50 practical applications, over 2000 easy-to-challenging practice problems, and comprehensive coverage of essentials. PSpice, OrCAd version 9.2 Lite Edition, Multisims 2001 version of Electronics Workbench, and MathCad software references and examples are used throughout. Computer programs (C++, BASIC and PSpice) are printed in color, as they run, at the point in the book where they are discussed. Current and Voltage. Resistance. Ohm's Law, Power, and Energy. Series Circuits. Parallel Circuits. Series-Parallel Networks. Methods of Analysis & Selected Topics. Network Theorems. Capacitors. Magnetic Circuits. Inductors. Sinusodial Alternating Waveforms. The Basic Elements and Phasors. Series and Parallel ac Circuits. Series-Parallel ac Networks. Methods of Analysis and Related Topics. Network Theorems (ac). Power (ac). Resonance. Transformers. Polyphase Systems. Decibels, Filters, and Bode Points. Pulse Waveforms and the R-C Response. Nonsinusodial Circuits. System Analysis: An Introduction. For those working in electronic technology.

Do You QuantumThink?: New Thinking That Will Rock Your World


Dianne Collins - 2011
    We're all looking for new ways of thinking that can bring about real solutions to modern problems, from the pursuit of inner serenity to solving world conflicts. In Do You QuantumThink? author Dianne Collins shares her ingenious discovery that reveals a critical missing link to make sense of our changing times. Her discovery provides us with the understanding and methodology to rise above problems of today by laying the foundation for an entirely new way to think.Part science, part philosophy, part spirituality, Do You QuantumThink? draws on a wide spectrum of sources, from cutting edge innovations in the sciences to the insights of the world's greatest spiritual leaders. This book will make you laugh, free you from limiting ideas, and introduce you to the most advanced principles and practical methods for living. Do You QuantumThink? will rock your world in the best of ways as you experience one revelation after another.

Thirty Years that Shook Physics: The Story of Quantum Theory


George Gamow - 1966
    Gamow, physicist and gifted writer, has sketched an intriguing portrait of the scientists and clashing ideas that made the quantum revolution…”—Christian Science MonitorIn 1900, German physicist Max Planck postulated that light, or radiant energy can exist only in the form of discrete packages or quanta. This profound insight, along with Einstein's equally momentous theories of relativity, completely revolutionized man's view of matter, energy, and the nature of physics itself.In this lucid layman's introduction to quantum theory, an eminent physicist and noted popularizer of science traces the development of quantum theory from the turn of the century to about 1930—from Planck's seminal concept (still developing) to anti-particles, mesons and Enrico Fermi's nuclear research. Gamow was not just a spectator at the theoretical breakthroughs which fundamentally altered our view of the universe, he was an active participant who made important contributions of his own. This “insider's” vantage point lends special validity to his careful, accessible explanation of Heisenberg's Uncertainty Principle, Neils Bohr's model of the atom, the pilot waves of Louis de Broglie and other path-breaking ideas.In addition, Gamow recounts a wealth of revealing personal anecdotes which give a warm human dimension to many giants of 20th-century physics. He end the book with the Blegdamsvej Faust, a delightful play written in 1932 by Niels Bohr's students and colleagues to satirize the epochal developments that were revolutionizing physics. This celebrated play is available only in this volume.Written in a clear, lively style, and enhanced by 12 photographs (including candid shots of Rutherford, Bohr, Pauli, Heisenberg, Fermi and other notables), Thirty Years that Shook Physics offers both scientists and laymen a highly readable introduction to the brilliant conception that helped unlock many secrets of energy and matter and laid the groundwork for future discoveries.(Back Cover)

Essay and report writing skills


Open University - 2015
    Learn how to interpret questions and how to plan, structure and write your assignment or report. This free course, Essay and report writing skills, is designed to help you develop the skills you need to write effectively for academic purposes.

Designing Clinical Research


Stephen B. Hulley - 1988
    This edition incorporates current research methodology—including molecular and genetic clinical research—and offers an updated syllabus for conducting a clinical research workshop.Emphasis is on common sense as the main ingredient of good science. The book explains how to choose well-focused research questions and details the steps through all the elements of study design, data collection, quality assurance, and basic grant-writing. All chapters have been thoroughly revised, updated, and made more user-friendly.

Conceptual Physics


Paul G. Hewitt - 1971
    Hewitt's text is famous for engaging readers with analogies and imagery from real-world situations that build a strong conceptual understanding of physical principles ranging from classical mechanics to modern physics. With this strong foundation, readers are better equipped to understand the equations and formulas of physics, and motivated to explore the thought-provoking exercises and fun projects in each chapter. Included in the package is the workbook. Mechanics, Properties of Matter, Heat, Sound, Electricity and Magnetism, Light, Atomic and Nuclear Physics, Relativity. For all readers interested in conceptual physics.

Numerical Linear Algebra


Lloyd N. Trefethen - 1997
    The clarity and eloquence of the presentation make it popular with teachers and students alike. The text aims to expand the reader's view of the field and to present standard material in a novel way. All of the most important topics in the field are covered with a fresh perspective, including iterative methods for systems of equations and eigenvalue problems and the underlying principles of conditioning and stability. Presentation is in the form of 40 lectures, which each focus on one or two central ideas. The unity between topics is emphasized throughout, with no risk of getting lost in details and technicalities. The book breaks with tradition by beginning with the QR factorization - an important and fresh idea for students, and the thread that connects most of the algorithms of numerical linear algebra.

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.

The Heart of Mathematics: An Invitation to Effective Thinking


Edward B. Burger - 1999
    In this new, innovative overview textbook, the authors put special emphasis on the deep ideas of mathematics, and present the subject through lively and entertaining examples, anecdotes, challenges and illustrations, all of which are designed to excite the student's interest. The underlying ideas include topics from number theory, infinity, geometry, topology, probability and chaos theory. Throughout the text, the authors stress that mathematics is an analytical way of thinking, one that can be brought to bear on problem solving and effective thinking in any field of study.

Infinite Potential: What Quantum Physics Reveals About How We Should Live


Lothar Schäfer - 2013
    With his own research as well as that of some of the most distinguished scientists of our time, Schäfer moves us from a reality of Darwinian competition to cooperation, a meaningless universe to a meaningful one, and a disconnected, isolated existence to an interconnected one. In so doing, he shows us that our potential is infinite and calls us to live in accordance with the order of the universe, creating a society based on the cosmic principle of connection, emphasizing cooperation and community.

Chemical Principles: The Quest for Insight


Peter Atkins - 1999
    Unlike other texts, it begins with a detailed picture of the atom then builds toward chemistry's frontier, continually demonstrating how to solve problems, think about nature and matter, and visualize chemical concepts in the same ways as working chemists. The new edition incorporates features that extend the book's emphasis on modern techniques and applications while strengthening its problem solving approach. Atkins/Jones is the only book for this course featuring integrated book specific media that provides students with effective study help via a variety of electronic tools. The website at http: //www.whfreeman.com/chemicalprinciples3e has been developed simultaneously with the text and offers a range of tools for problem solving and chemical exploration

Statistics in Plain English


Timothy C. Urdan - 2001
    Each self-contained chapter consists of three sections. The first describes the statistic, including how it is used and what information it provides. The second section reviews how it works, how to calculate the formula, the strengths and weaknesses of the technique, and the conditions needed for its use. The final section provides examples that use and interpret the statistic. A glossary of terms and symbols is also included.New features in the second edition include:an interactive CD with PowerPoint presentations and problems for each chapter including an overview of the problem's solution; new chapters on basic research concepts including sampling, definitions of different types of variables, and basic research designs and one on nonparametric statistics; more graphs and more precise descriptions of each statistic; and a discussion of confidence intervals.This brief paperback is an ideal supplement for statistics, research methods, courses that use statistics, or as a reference tool to refresh one's memory about key concepts. The actual research examples are from psychology, education, and other social and behavioral sciences.Materials formerly available with this book on CD-ROM are now available for download from our website www.psypress.com. Go to the book's page and look for the 'Download' link in the right-hand column.

How to Teach Quantum Physics to Your Dog


Chad Orzel - 2009
    Could she use quantum tunnelling to get through the neighbour's fence and chase bunnies? What about quantum teleportation to catch squirrels before they climb out of reach? In this witty and informative book, Orzel and Emmy - the talking dog - discuss the key theories of Quantum Physics and its fascinating history. From quarks and gluons to Heisenberg's uncertainty principle, this is the perfect introduction to the fundamental laws which govern the universe.