الصفحة 13
الصفحة 13
img

Introduction to Wave Scattering, Localization and Mesoscopic Phenomena

Waves represent a classic topic of study in physics, mathematics, and engineering. Many modern technologies are based on our understanding of waves and their interaction with matter. In the past thirty years there have been some revolutionary developments in the study of waves. The present volume is the only available source which details these developments in a systematic manner, with the aim of reaching a broad audience of non-experts. It is an important resource book for those interested in understanding the physics underlying nanotechnology and mesoscopic phenomena, as well as for bridging the gap between the textbooks and research frontiers in any wave related topic. A special feature of this volume is the treatment of classical and quantum mechanical waves within a unified framework, thus facilitating an understanding of similarities and differences between the two.

img

Introduction to toxicology

Charts the evolution of the field of toxicology, from the use of natural toxins by ancient tribes through the developments established by Paracelsus, and progresses through to the current topics in the public interest. For centuries, the study of toxicology has fascinated students. The book begins with basic toxicological principles, including an historical summary, dose-response relationships (NEW chapter), exposure-response relationships (NEW chapter), disposition, and metabolism of xenobiotic toxic substances. Other important new chapters include target organ toxicity, toxicity of carcinogenic agents and new and updated concepts in toxicity testing, and antidotes and treatment of poisonings. In all, nine new or expanded chapters from the third edition are advanced. Current concerns about the effects of therapeutic drugs, carcinogens, industrial toxins, pesticides, and herbicides on human health, animal welfare, and the stability and maintenance of the ecosystem continue to highlight toxicology as an important and growing scientific discipline.

img

Introduction to Symplectic Dirac Operators

One of the basic ideas in differential geometry is that the study of analytic properties of certain differential operators acting on sections of vector bundles yields geometric and topological properties of the underlying base manifold. Symplectic spinor fields are sections in an L^2-Hilbert space bundle over a symplectic manifold and symplectic Dirac operators, acting on symplectic spinor fields, are associated to the symplectic manifold in a very natural way. Hence they may be expected to give interesting applications in symplectic geometry and symplectic topology. These symplectic Dirac operators are called Dirac operators, since they are defined in an analogous way as the classical Riemannian Dirac operator known from Riemannian spin geometry. They are called symplectic because they are constructed by use of the symplectic setting of the underlying symplectic manifold. This volume is the first one that gives a systematic and self-contained introduction to the theory of symplectic Dirac operators and reflects the current state of the subject. At the same time, it is intended to establish the idea that symplectic spin geometry and symplectic Dirac operators may give valuable tools in symplectic geometry and symplectic topology,

img

Introduction to Structural Analysis

Covers the principles of structural analysis without any requirement of prior knowledge of structures or equations. Beginning with basic principles of equilibrium of forces and moments, all other subsequent theories of structural analysis have been discussed logically. Divided into two major parts, this book discusses the basics of mechanics and principles of degrees of freedom upon which the entire paradigm rests, followed by analysis of determinate and indeterminate structures. The energy method of structural analysis is also included.

img

Introduction to Stochastic Calculus for Finance : A New Didactic Approach

The justifcation is mainly pedagogical. These lecture notes start with an elementary approach to stochastic calculus due to Föllmer, who showed that one can develop Ito's calculus "pathwise" as an exercise in real analysis. The text opens to students interested in finance a quick (but by no means "dirty") road to the tools required for advanced finance in continuous time, including option pricing by martingale methods, term structure models in a HJM-framework and the Libor market model.

img

Introduction to Partial Differential Equations: A Computational Approach

Mathematics is playing an ever more important role in the physical and biological sciences, provoking a blurring of boundaries between scientific disciplines and a resurgence of interest in the modern as well as the cl- sical techniques of applied mathematics. This renewal of interest, both in research and teaching, has led to the establishment of the series: Texts in Applied Mathematics (TAM). The development of new courses is a natural consequence of a high level of excitement on the research frontier as newer techniques, such as numerical and symbolic computer systems, dynamical systems, and chaos mix with and reinforce the traditional methods of applied mathematics. Thus, the purpose of this textbook series is to meet the current and future needs of these advances and encourage the teaching of new courses.

img

Introduction to Optics

Since the discovery of the laser in 1960 and optical fibers in 1970, optics has undergone dramatic changes that accentuate its multi-disciplinary character. This text covers essential concepts and reports the key developments and progress in current knowledge in the field. Inspired by the style of Richard Feynman, the method of presentation emphasizes "telling" optics, rather than deducing it from fundamental laws, as well as tactfully using mathematical tools so as not to obscure the physical phenomena of interest. For its excellent teaching approach, the book received the Arnulf-Francon Award of the French Optical Society. The concepts are formulated in a way such that the necessary mathematical tools do not hinder comprehension of the phenomena. Global in vision, the book can also be used as a reference. In addition to the traditional aspects of optics, it includes the tools and methods currently used by researchers and engineers, as well as explanation and implications of the most recent developments.

img

Introduction to Machine Learning with Applications in Information Security

Provides a classroom-tested introduction to a wide variety of machine learning and deep learning algorithms and techniques, reinforced via realistic applications. The book is accessible and doesn't prove theorems, or dwell on mathematical theory. The goal is to present topics at an intuitive level, with just enough detail to clarify the underlying concepts. The book covers core classic machine learning topics in depth, including Hidden Markov Models (HMM), Support Vector Machines (SVM), and clustering. Additional machine learning topics include k-Nearest Neighbor (k-NN), boosting, Random Forests, and Linear Discriminant Analysis (LDA). The fundamental deep learning topics of backpropagation, Convolutional Neural Networks (CNN), Multilayer Perceptrons (MLP), and Recurrent Neural Networks (RNN) are covered in depth. A broad range of advanced deep learning architectures are also presented, including Long Short-Term Memory (LSTM), Generative Adversarial Networks (GAN), Extreme Learning Machines (ELM), Residual Networks (ResNet), Deep Belief Networks (DBN), Bidirectional Encoder Representations from Transformers (BERT), and Word2Vec.

img

Introduction to Empirical Processes and Semiparametric Inference

This book provides a self-contained, linear, and unified introduction to empirical processes and semiparametric inference. These powerful research techniques are surprisingly useful for developing methods of statistical inference for complex models and in understanding the properties of such methods. The targeted audience includes statisticians, biostatisticians, and other researchers with a background in mathematical statistics who have an interest in learning about and doing research in empirical processes and semiparametric inference but who would like to have a friendly and gradual introduction to the area. The book can be used either as a research reference or as a textbook. The level of the book is suitable for a second year graduate course in statistics or biostatistics, provided the students have had a year of graduate level mathematical statistics and a semester of probability.

img

Introduction to data systems : Building from Python

Encompassing a broad range of forms and sources of data, this textbook introduces data systems through a progressive presentation. Introduction to Data Systems covers data acquisition starting with local files, then progresses to data acquired from relational databases, from REST APIs and through web scraping. It teaches data forms/formats from tidy data to relationally defined sets of tables to hierarchical structure like XML and JSON using data models to convey the structure, operations, and constraints of each data form.

img

Introduction to C++ : 500+ Difficulty-Scaled Solved Programming Exercises

Includes more than 500 exercises and examples of progressive difficulty to aid the reader in understanding the C++ principles and to see how concepts can materialize in code. The examples are designed to be short, concrete, and substantial, quickly giving the reader the ability to understand how to apply correctly and efficiently the features of the C++ language and to get a solid programming know-how. Rest assured that if you are able to understand this book's examples and solve the exercises, you can safely go on to edit larger programs, you will be able to develop your own applications, and you will have certainly established a solid fundamental conceptual and practical background to expand your knowledge and skills

img

Introducing Biological Rhythms : A Primer on the Temporal Organization of Life, with Implications for Health, Society, Reproduction, and the Natural Environment

Biological rhythms are a fundamental property of all life and encompass a wide range of frequencies, from seconds to a century or more. Introducing Biological Rhythms is a primer that serves to introduce individuals to the area of biological rhythms. It describes the major characteristics and discusses the implications and applications of these rhythms, while citing scientific results and references. Also, the primer includes essays that provide in-depth historic and other background information for those interested in more specific topics or concepts. Introducing Biological Rhythms covers a basic cross-section of the field of chronobiology clearly enough so that it can be understood by a novice, or an undergraduate student, but it is also sufficiently technical and detailed for the scientist.

img

Intraseasonal Variability in the Atmosphere-Ocean Climate System

As the first comprehensive and authoritative review of intra-seasonal variability (ISV), this multi-author work balances coverage of observation, theory and modeling and provides a single source of reference for all those interested in this important, multi-faceted natural phenomenon and its relation to major short-term climatic variations. Commencing with an overview of ISV and observations from an historical perspective, the book offers successive chapters that deal with the role of ISV in monsoon variability on the monsoon regions of South Asia, East Asia and South America, in North America, and in the oceans. The coupling between ocean and atmosphere is considered, together with the function of angular momentum and Earth rotation.

img

Intramembrane-Cleaving Proteases (I-CLiPs)

The aim of this book is to provide an update on this emerging group of unusual but important proteases for both the specialist and those with a broader interest in proteases. Amongst the target audience will be protease researchers, enzymologists, those working in academia and the pharmaceutical industry on biological processes and diseases involving I-CLiPs.

img

Intersecting colors : Josef Albers and his contemporaries

Offers a timely reappraisal of the immense impact of Albers's thinking, writing, teaching, and art on generations of students. It shows the formative influence on his work of non-scientific approaches to color (notably the work of Johann Wolfgang von Goethe) and the emergence of Gestalt psychology in the first decades of the twentieth century. The work also shows how much of Albers's approach to color-dismissed in its day by a scientific approach to the study and taxonomy of color driven chiefly by industrial and commercial interests-ultimately anticipated what neuroscience now reveals about how we perceive this most fundamental element of our visual experience.

img

Internationalisation and Globalisation in Mathematics and Science Education

This book aims to: Develop theoretical frameworks of the phenomena of internationalisation and globalisation and identify related ethical, moral, political and economic issues facing mathematics and science educators. Provide a venue for the publication of results of international comparisons on cultural differences and similarities rather than merely on achievement and outcomes. Provide a forum for critical discussion of the various models and forms of international projects and collaborations. Provide a representation of the different voices and interests from around the world rather than consensus on issues.

img

International law and litigation

With the increasing jurisdictionalisation of international law, the interest of academics and practitioners in international disputes is growing steadily. However, little attention has been paid to the procedural aspects of international dispute settlement. On the basis of current legal research, this volume examines the role of procedures in the areas of international law, international commercial law, human rights and EU law.

img

International law ; 9th ed.

Intended for all interested in international law, ranging from undergraduate students, who will appreciate the accessible and engaging style to professional lawyers and others requiring authority, dependability and extensive referencing to facilitate additional research.

img

International handbook of higher education : Part one : Global themes and contemporary challenges ; Part two : Regions and countries

The purpose of this publication is to provide a central, authoritative reference source on the most essential topics of higher education. The International Handbook of Higher Education combines a rich diversity of scholarly perspectives with a wide range of internationally derived descriptions and analyses. Chapters in the first volume cover central themes in the study of higher education, while contributors to the second volume focus on contemporary higher education issues within specific countries or regions. Together, these volumes provide a centralized, easily accessible, yet scholarly source of information.

img

International Brand Management of Chinese Companies : Case Studies on the Chinese Household Appliances and Consumer Electronics Industry Entering US and Western European Markets

This book is a must read for all those interested in building successful global brands and for all those interested in China and Chinese companies - A strange combination? No. Based on extensive research and interviews with Lenovo, Haier, TCL, Hisense and key decision makers worldwide, Sandra Bell gives reasons and identifies a Chinese way of international brand management.

عدد النتائج بكل صفحة