Basic Engineering Circuit Analysis


J. David Irwin - 1984
    Now in a new Ninth Edition, this reader-friendly book has been completely revised and improved to ensure that the learning experience is enhanced. It's built on the strength of Irwin's problem-solving methodology, providing readers with a strong foundation as they advance in the field.

Visual Complex Analysis


Tristan Needham - 1997
    Aimed at undergraduate students in mathematics, physics, and engineering, the book's intuitive explanations, lack ofadvanced prerequisites, and consciously user-friendly prose style will help students to master the subject more readily than was previously possible. The key to this is the book's use of new geometric arguments in place of the standard calculational ones. These geometric arguments are communicatedwith the aid of hundreds of diagrams of a standard seldom encountered in mathematical works. A new approach to a classical topic, this work will be of interest to students in mathematics, physics, and engineering, as well as to professionals in these fields.

An Introduction to Modern Cosmology


Andrew Liddle - 2003
    The Big Bang Cosmology is explored, looking at its observational successes in explaining the expansion of the Universe, the existence and properties of the cosmic microwave background, and the origin of light elements in the universe. Properties of the very early Universe are also covered, including the motivation for a rapid period of expansion known as cosmological inflation. The third edition brings this established undergraduate textbook up-to-date with the rapidly evolving observational situation. This fully revised edition of a bestseller takes an approach which is grounded in physics with a logical flow of chapters leading the reader from basic ideas of the expansion described by the Friedman equations to some of the more advanced ideas about the early universe. It also incorporates up-to-date results from the Planck mission, which imaged the anisotropies of the Cosmic Microwave Background radiation over the whole sky. The Advanced Topic sections present subjects with more detailed mathematical approaches to give greater depth to discussions. Student problems with hints for solving them and numerical answers are embedded in the chapters to facilitate the reader's understanding and learning. Cosmology is now part of the core in many degree programs. This current, clear and concise introductory text is relevant to a wide range of astronomy programs worldwide and is essential reading for undergraduates and Masters students, as well as anyone starting research in cosmology.

Concepts, Techniques, and Models of Computer Programming


Peter Van Roy - 2004
    The book focuses on techniques of lasting value and explains them precisely in terms of a simple abstract machine. The book presents all major programming paradigms in a uniform framework that shows their deep relationships and how and where to use them together.After an introduction to programming concepts, the book presents both well-known and lesser-known computation models ("programming paradigms"). Each model has its own set of techniques and each is included on the basis of its usefulness in practice. The general models include declarative programming, declarative concurrency, message-passing concurrency, explicit state, object-oriented programming, shared-state concurrency, and relational programming. Specialized models include graphical user interface programming, distributed programming, and constraint programming. Each model is based on its kernel languageā€”a simple core language that consists of a small number of programmer- significant elements. The kernel languages are introduced progressively, adding concepts one by one, thus showing the deep relationships between different models. The kernel languages are defined precisely in terms of a simple abstract machine. Because a wide variety of languages and programming paradigms can be modeled by a small set of closely related kernel languages, this approach allows programmer and student to grasp the underlying unity of programming. The book has many program fragments and exercises, all of which can be run on the Mozart Programming System, an Open Source software package that features an interactive incremental development environment.