Monographs in Computational Science and Engineering 1

Size: px
Start display at page:

Download "Monographs in Computational Science and Engineering 1"

Transcription

1 Monographs in Computational Science and Engineering 1 Editors Timothy J. Barth Michael Griebel David E. Keyes Risto M. Nieminen Dirk Roose Tamar Schlick

2 Joakim Sundnes Glenn Terje Lines Xing Cai Bjørn Fredrik Nielsen Kent-Andre Mardal Aslak Tveito Computing the Electrical Activity in the Heart With 99 Figures and 23 Tables ABC

3 Joakim Sundnes Glenn Terje Lines Xing Cai Bjørn Fredrik Nielsen Kent-Andre Mardal Aslak Tveito Simula Research Laboratory P.O. Box Lysaker, Norway Aslak Tveito has received financial support from the NFF Norsk faglitterær forfatter- og oversetterforening Library of Congress Control Number: Mathematics Subject Classification: 35Q80, 65M55, 65M60, 92C50, 92C0510 ISBN Springer Berlin Heidelberg New York ISBN Springer Berlin Heidelberg New York This work is subject to copyright. All rights are reserved, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilm or in any other way, and storage in data banks. Duplication of this publication or parts thereof is permitted only under the provisions of the German Copyright Law of September 9, 1965, in its current version, and permission for use must always be obtained from Springer. Violations are liable for prosecution under the German Copyright Law. Springer is a part of Springer Science+Business Media springer.com c Springer-Verlag Berlin Heidelberg 2006 Printed in The Netherlands The use of general descriptive names, registered names, trademarks, etc. in this publication does not imply, even in the absence of a specific statement, that such names are exempt from the relevant protective laws and regulations and therefore free for general use. Typesetting: by the authors and techbooks using a Springer LATEX macro package Cover design: design & production GmbH, Heidelberg Printed on acid-free paper SPIN: /techbooks

4 Preface The heart is a fantastic machine; during a normal lifetime it beats about 2.5 billion times and pumps tons of blood through an enormous system of vessels extending kilometres throughout the body. For centuries, man has tried to understand how the heart works, but there remain many unsolved problems, problems that have captured the attention of thousands of researchers worldwide. There is, for example, a huge amount of research being devoted to the analysis of single heart cells. Other areas of research include trying to understand how it works as a complete muscle, and how blood flows through the heart. The entire process is extremely complex. The history of bioelectricity can be traced back to the late eighteenth century and the experiments of Luigi Galvani. A century later, in 1887, Augustus Wallers managed to measure the electrical signal generated by the heart at the surface of the body [142]. His dog Jimmy earned a place in history by being the first to have his heart measured in this way; see Figure 1.1. In 1903 Willem Einthoven [34] developed the first commercial device for recording electrocardiograms (ECGs); see Figure 1.2. This book is about computing the electrical activity in the heart. In order to do so, we will need mathematical models of how the electrical signals are generated in the heart. Furthermore, we will need mathematical models of how the signals are transported through the heart and distributed in the body. All these models are formulated in terms of differential equations. Based on these models, we will derive discrete models suitable for numerical simulations. We will base our methods on a finite element approach and will solve the equations that arise on parallel computers. In order to understand this book, you will need to have a basic course in partial differential equations, and it is definitely an advantage to know a bit about finite element methods; but that is about it. We will explain all the biology you will need. We will provide a detailed introduction to parallel computing and how to solve linear systems of equations. This book is about computational science; in fact, its main objective is to present a large project in computational science. We will begin by giving you the necessary physiological background. What is going on in the heart and how can we use a recording on the body surface to say anything about the condition of the heart? These questions are discussed briefly in Chapter 1. In Chapter 2 we jump straight to the mathematical models. A wonderful feature of mathematics is its ability to phrase extremely complex phenomena in rather simple equations. Yet despite this ability, the equations we describe in Chapter 2

5 VI Preface are rather complicated. These models are absolutely necessary in order to be able to compute the electrical activity on a computer. We guide you through the basic physics of the process, ranging from models of what happens within a single cell to a complete mathematical model of the electrical activity in the entire heart. In Chapter 3 we discuss how to discretize the equations derived in Chapter 2. We will do this using the finite element method. The approach is straightforward, but matters become complicated due to the complexity of the mathematical models. Chapter 3 will motivate three specific problems that have to be considered carefully. First, the finite element method leads to large systems of linear equations. It is well known from other fields that these equations may be very challenging to solve, and in Chapter 4 we introduce and analyze preconditioning techniques to solve the linear system that arises from the finite element discretizations. Second, systems of ordinary differential equations that model the processes going on in single cells have to be solved. We discuss appropriate methods for this in Chapter 5. Third, the problem that we are going to solve is huge, and therefore has to be solved on parallel computers. We introduce such computers in Chapter 6 and demonstrate their usefulness for the problems at hand. Our primary goal is to contribute to the development of machinery that can compute the location and geometry of a myocardial infarction. This is a huge task occupying the minds of many researchers around the world, but a technologically feasible solution still lies in the future. In Chapter 7 we initiate a discussion of how to utilize our ability to simulate the electrical activity in the heart and the body in order to detect an infarction. This is, in fact, an inverse problem; we measure the result of a process and we then compute its cause. In the present setting, the measurements are electrocardiograms and the cause is the infarcted area of the heart. The process is the transport of electrical signals in the heart and the distribution of these in the body. We hope this book can serve as an introduction to this field for applied mathematicians and computational scientists and also for researchers in bioengineering who are interested in using the tools of computational science in their research. The book presents the authors view of the field, with a strong emphasis on the mathematical models and how to solve them numerically. There are few new scientific results in the book. Most of the material presented here is based on already published material. Fornebu, Norway March 2006 Joakim Sundnes Glenn Terje Lines Xing Cai Bjørn Fredrik Nielsen Kent-Andre Mardal and Aslak Tveito

6 Table of Contents 1 Physiological Background The Electrocardiogram PhysicsandPhysiology CellularElectricalActivity Signal Conduction Diagnosis and the Inverse Problem ComputerSimulations WhySimulate? StateoftheArt Mathematical Models Modelling the Body as a Volume Conductor A Volume Conductor Model A Model for the Heart Tissue ExcitableTissue The Bidomain Model The Monodomain Model CouplingtheHeartandtheBody Models for the Ionic Current The FitzHugh-Nagumo Model TheCellMembrane The Nernst Equilibrium Potential Models for Ionic Flux Channel Gating The Hodgkin-Huxley Model A Model for Cardiac Cells Models for Ventricular Cells Second Generation Models Summary of the Mathematical Model Computational Models TheFiniteElementMethodfortheTorso A Simplified Model Problem A Dipole Model of the Heart KnownPotentialontheHeartSurface TheHeartEquations Operator Splitting Operator Splitting for the Monodomain Model Operator Splitting for the Bidomain Model CouplingtheHeartandtheTorso... 82

7 VIII Table of Contents 3.4 Numerical Experiments Convergence Tests Simulationona2DSlice Normal Propagation Ischemia Solving Linear Systems Overview Iterative Methods The Richardson Iteration TheFDMDiscretizationPoissonEquationin1D The Richardson Iteration Revisited Preconditioning The Jacobi Method The Relaxed Jacobi Method The Exact and the Inexact Block Jacobi Methods The Gauss Seidel Method The Relaxed Gauss Seidel Method The Symmetric Gauss Seidel Method The Exact and the Inexact Block Gauss Seidel Method TheConjugateGradientMethod TheCGAlgorithm Convergence Theory Numerical Experiments Multigrid Idea Theoretical Framework Convergence Theory Numerical Experiments Domain Decomposition Preconditioning Revisited Idea Spectral Equivalence The Richardson Iteration Re-Revisited Preconditioned Conjugate Gradient Method Convergence Analysis Revisited VariableCoefficients Numerical Experiments The Monodomain Model Multigrid Numerical Experiments Domain Decomposition The Bidomain Model

8 Table of Contents IX 5 Solving Systems of ODEs SimpleODESolvers The Euler Methods Stability Analysis for the Euler Methods Higher-Order Methods Multistep Methods Runge-Kutta Methods Solving Nonlinear Equations Newton smethod Newton s Method for Higher-Order Solvers AutomaticTimeStepControl The Cell Model Equations Explicit versus Implicit Methods SimulationResults Large-Scale Electrocardiac Simulations The Electrocardiac Simulator TheNumericalStrategy Software Components of the Electrocardiac Simulator Requirements for Large-Scale Simulations The Memory Requirement RealisticEstimatesforMemoryandTimeUsage Introduction to Parallel Computing Hardware and Programming Models Division of Work and the Resulting Overhead Speedup and Parallel Efficiency TwoSimpleExamples AddingTwoVectors Inner Product Domain-BasedParallelization DivisionofDataforFDM DivisionofDataforFEM SummaryofPrinciples ExplicitFDMinParallel Discretization by Finite Differences A Sequential Program Parallelization ParallelConjugateGradientIterations ConjugateGradientRevisited ParallelCGandFDM ParallelCGandFEM...203

9 X Table of Contents 6.8 Domain Decomposition as Parallel Preconditioners Additive Schwarz Preconditioner Parallel DD for the Monodomain Equation ParallelDDfortheBidomainEquations ExtensiontotheTorso Parallelizing Electrocardiac Simulations The Overall Simulation Process Partitioning the Domains StraightforwardParallelizationTasks Solving the Block Linear System in Parallel SimulationonaRealisticGeometry Summary Inverse Problems ASimpleExample ProblemFormulation FourierAnalysis Ill-Posedness Discretization and an Output Least Squares Formulation oftheproblem Regularization Techniques The Classical Inverse Problem of Electrocardiography MathematicalFormulation A Linear Problem Discretization The Time-Dependent Problem Numerical Experiments ComputingtheLocationandOrientationofaDipole Preliminaries TheInverseProblem Parameterizations Leading to Linear Problems ANumericalExample Parameterizations Leading to Nonlinear Problems A Numerical Experiment Computing the Size and Location of a Myocardial Infarction Modelling Infarctions, the Direct (Forward) Problem Modelling Infarctions, the Inverse Problem Differentiation of the Objective Function Numerical Experiments

10 Table of Contents XI A Color Figures B Rate Functions and Ionic Currents B.1 The Hodgkin-Huxley Model B.2 The Noble Model for Purkinje Cells B.3 The Beeler-Reuter Model C Coefficients for the Implicit RK Solvers Bibliography Index

Data Analysis Using the Method of Least Squares

Data Analysis Using the Method of Least Squares Data Analysis Using the Method of Least Squares J. Wolberg Data Analysis Using the Method of Least Squares Extracting the Most Information from Experiments With Figures and Tables 123 John Wolberg Technion-Israel

More information

Peter Orlik Volkmar Welker. Algebraic Combinatorics. Lectures at a Summer School in Nordfjordeid, Norway, June 2003 ABC

Peter Orlik Volkmar Welker. Algebraic Combinatorics. Lectures at a Summer School in Nordfjordeid, Norway, June 2003 ABC Peter Orlik Volkmar Welker Algebraic Combinatorics Lectures at a Summer School in Nordfjordeid, Norway, June 2003 ABC Authors Peter Orlik Department of Mathematics University of Wisconsin-Madison 480 Lincoln

More information

Bourbaki Elements of the History of Mathematics

Bourbaki Elements of the History of Mathematics Bourbaki Elements of the History of Mathematics Springer Berlin Heidelberg New York Barcelona Hong Kong London Milan Paris Singapore Tokyo Nicolas Bourbaki Elements of the History of Mathematics Translated

More information

Latif M. Jiji. Heat Convection. With 206 Figures and 16 Tables

Latif M. Jiji. Heat Convection. With 206 Figures and 16 Tables Heat Convection Latif M. Jiji Heat Convection With 206 Figures and 16 Tables Prof. Latif M. Jiji City University of New York School of Engineering Dept. of Mechanical Engineering Convent Avenue at 138th

More information

Karl-Rudolf Koch Introduction to Bayesian Statistics Second Edition

Karl-Rudolf Koch Introduction to Bayesian Statistics Second Edition Karl-Rudolf Koch Introduction to Bayesian Statistics Second Edition Karl-Rudolf Koch Introduction to Bayesian Statistics Second, updated and enlarged Edition With 17 Figures Professor Dr.-Ing., Dr.-Ing.

More information

Shijun Liao. Homotopy Analysis Method in Nonlinear Differential Equations

Shijun Liao. Homotopy Analysis Method in Nonlinear Differential Equations Shijun Liao Homotopy Analysis Method in Nonlinear Differential Equations Shijun Liao Homotopy Analysis Method in Nonlinear Differential Equations With 127 figures Author Shijun Liao Shanghai Jiao Tong

More information

Lauge Fuglsang Nielsen. Composite Materials. Properties as Influenced by Phase Geometry. With 241 Figures ABC

Lauge Fuglsang Nielsen. Composite Materials. Properties as Influenced by Phase Geometry. With 241 Figures ABC Composite Materials Lauge Fuglsang Nielsen Composite Materials Properties as Influenced by Phase Geometry With 241 Figures ABC Lauge Fuglsang Nielsen Technical University of Denmark Dept. Civil Engineering,

More information

Lecture Notes in Mathematics Editors: J.-M. Morel, Cachan F. Takens, Groningen B. Teissier, Paris

Lecture Notes in Mathematics Editors: J.-M. Morel, Cachan F. Takens, Groningen B. Teissier, Paris Lecture Notes in Mathematics 1915 Editors: J.-M. Morel, Cachan F. Takens, Groningen B. Teissier, Paris Türker Bıyıkoğlu Josef Leydold Peter F. Stadler Laplacian Eigenvectors of Graphs Perron-Frobenius

More information

Nuclear Magnetic Resonance Data

Nuclear Magnetic Resonance Data Landolt-Börnstein Numerical Data and Functional Relationships in Science and Technology New Series / Editor in Chief: W. Martienssen Group III: Condensed Matter Volume 35 Nuclear Magnetic Resonance Data

More information

Nuclear Fission and Cluster Radioactivity

Nuclear Fission and Cluster Radioactivity Nuclear Fission and Cluster Radioactivity M. A. Hooshyar I. Reichstein F. B. Malik Nuclear Fission and Cluster Radioactivity An Energy-Density Functional Approach With 82 Figures ABC Authors Professor

More information

Landolt-Börnstein Numerical Data and Functional Relationships in Science and Technology New Series / Editor in Chief: W.

Landolt-Börnstein Numerical Data and Functional Relationships in Science and Technology New Series / Editor in Chief: W. Landolt-Börnstein Numerical Data and Functional Relationships in Science and Technology New Series / Editor in Chief: W. Martienssen Group VIII: Advanced Materials and Technologies Volume 6 Polymers Subvolume

More information

Theory of Elasticity

Theory of Elasticity Theory of Elasticity Aldo Maceri Theory of Elasticity 123 Prof. Dr.-Ing. Aldo Maceri Universitá Roma Tre Departimento di Ingegneria Meccanica e Industriale Via della Vasca Navale, 79 00146 Roma Italy

More information

Nonlinear Dynamical Systems in Engineering

Nonlinear Dynamical Systems in Engineering Nonlinear Dynamical Systems in Engineering . Vasile Marinca Nicolae Herisanu Nonlinear Dynamical Systems in Engineering Some Approximate Approaches Vasile Marinca Politehnica University of Timisoara Department

More information

Feynman Integral Calculus

Feynman Integral Calculus Feynman Integral Calculus Vladimir A. Smirnov Feynman Integral Calculus ABC Vladimir A. Smirnov Lomonosov Moscow State University Skobeltsyn Institute of Nuclear Physics Moscow 119992, Russia E-mail: smirnov@theory.sinp.msu.ru

More information

Experimental Techniques in Nuclear and Particle Physics

Experimental Techniques in Nuclear and Particle Physics Experimental Techniques in Nuclear and Particle Physics Stefaan Tavernier Experimental Techniques in Nuclear and Particle Physics 123 Prof. Stefaan Tavernier Vrije Universiteit Brussel Fak. Wetenschappen

More information

Günter Zschornack Handbook of X-Ray Data

Günter Zschornack Handbook of X-Ray Data Günter Zschornack Handbook of X-Ray Data Günter Zschornack Handbook of X-Ray Data With 113 Figures and 161 Tables 123 Ass.-Prof. Dr. rer. nat. habil. Günter Zschornack Technische Universität Dresden Institut

More information

Nuclear Magnetic Resonance Data

Nuclear Magnetic Resonance Data Landolt-Börnstein Numerical Data and Functional Relationships in Science and Technology New Series / Editor in Chief: W. Martienssen Group III: Condensed Matter Volume 35 Nuclear Magnetic Resonance Data

More information

Fundamentals of Mass Determination

Fundamentals of Mass Determination Fundamentals of Mass Determination Michael Borys Roman Schwartz Arthur Reichmuth Roland Nater Fundamentals of Mass Determination 123 Michael Borys Fachlabor 1.41 Physikalisch-Technische Bundesanstalt Bundesallee

More information

Topics in Boundary Element

Topics in Boundary Element Topics in Boundary Element Research Edited by C. A. Brebbia Volume 7 Electrical Engineering Applications With 186 Figures and 11 Tables Springer-Verlag Berlin Heidelberg New York London Paris Tokyo Hong

More information

Landolt-Börnstein / New Series

Landolt-Börnstein / New Series Landolt-Börnstein / New Series Landolt-Börnstein Numerical Data and Functional Relationships in Science and Technology New Series Editor in Chief: W. Martienssen Units and Fundamental Constants in Physics

More information

Linear Programming and its Applications

Linear Programming and its Applications Linear Programming and its Applications H. A. Eiselt C.-L. Sandblom Linear Programming and its Applications With 71 Figures and 36 Tables 123 Prof. Dr. H. A. Eiselt University of New Brunswick Faculty

More information

A note on discontinuous rate functions for the gate variables in mathematical models of cardiac cells

A note on discontinuous rate functions for the gate variables in mathematical models of cardiac cells Procedia Computer Science (2) (22) 6 945 95 Procedia Computer Science www.elsevier.com/locate/procedia International Conference on Computational Science ICCS 2 A note on discontinuous rate functions for

More information

Semantics of the Probabilistic Typed Lambda Calculus

Semantics of the Probabilistic Typed Lambda Calculus Semantics of the Probabilistic Typed Lambda Calculus Dirk Draheim Semantics of the Probabilistic Typed Lambda Calculus Markov Chain Semantics, Termination Behavior, and Denotational Semantics Dirk Draheim

More information

SpringerBriefs in Statistics

SpringerBriefs in Statistics SpringerBriefs in Statistics For further volumes: http://www.springer.com/series/8921 Jeff Grover Strategic Economic Decision-Making Using Bayesian Belief Networks to Solve Complex Problems Jeff Grover

More information

1000 Solved Problems in Classical Physics

1000 Solved Problems in Classical Physics 1000 Solved Problems in Classical Physics Ahmad A. Kamal 1000 Solved Problems in Classical Physics An Exercise Book 123 Dr. Ahmad A. Kamal Silversprings Lane 425 75094 Murphy Texas USA anwarakamal@yahoo.com

More information

Metalliferous Sediments of the World Ocean. Metalliferous Sediments of the World Ocean

Metalliferous Sediments of the World Ocean. Metalliferous Sediments of the World Ocean Gurvich Evgeny Gurvich evgeny gurvich was born in 1947 in Moscow. He received his Ph.D. and D.Sc. degrees from the P. P. Shirshov Institute of Oceanology in Moscow where he remained for more than 25 years.

More information

ThiS is a FM Blank Page

ThiS is a FM Blank Page Acid-Base Diagrams ThiS is a FM Blank Page Heike Kahlert Fritz Scholz Acid-Base Diagrams Heike Kahlert Fritz Scholz Institute of Biochemistry University of Greifswald Greifswald Germany English edition

More information

Springer Berlin Heidelberg New York Barcelona Budapest Hong Kong London Milan Paris Santa Clara Singapore Tokyo

Springer Berlin Heidelberg New York Barcelona Budapest Hong Kong London Milan Paris Santa Clara Singapore Tokyo Springer Berlin Heidelberg New York Barcelona Budapest Hong Kong London Milan Paris Santa Clara Singapore Tokyo J. M. RUeger Electronic Distance Measurement An Introduction Fourth Edition With 56 Figures

More information

Numerical Treatment of Partial Differential Equations

Numerical Treatment of Partial Differential Equations Christian Grossmann Hans-Görg Roos Numerical Treatment of Partial Differential Equations Translated and revised by Martin Stynes Prof. Dr. Christian Grossmann Prof. Dr. Hans-Görg Roos Institute of Numerical

More information

Petroleum Geoscience: From Sedimentary Environments to Rock Physics

Petroleum Geoscience: From Sedimentary Environments to Rock Physics Petroleum Geoscience: From Sedimentary Environments to Rock Physics Petroleum Geoscience: From Sedimentary Environments to Rock Physics With contributions from Per Avseth, Jan Inge Faleide, Roy H. Gabrielsen,

More information

Ambrosio Dancer Calculus of Variations and Partial Differential Equations

Ambrosio Dancer Calculus of Variations and Partial Differential Equations Ambrosio Dancer Calculus of Variations and Partial Differential Equations Springer-Verlag Berlin Heidelberg GmbH L. Ambrosio N. Dancer Calculus of Variations and Partial Differential Equations Topics on

More information

Egon Krause. Fluid Mechanics

Egon Krause. Fluid Mechanics Egon Krause Fluid Mechanics Egon Krause Fluid Mechanics With Problems and Solutions, and an Aerodynamic Laboratory With 607 Figures Prof. Dr. Egon Krause RWTH Aachen Aerodynamisches Institut Wüllnerstr.5-7

More information

Peter E. Kloeden Eckhard Platen. Numerical Solution of Stochastic Differential Equations

Peter E. Kloeden Eckhard Platen. Numerical Solution of Stochastic Differential Equations Peter E. Kloeden Eckhard Platen Numerical Solution of Stochastic Differential Equations Peter E. Kloeden School of Computing and Mathematics, Deakin Universit y Geelong 3217, Victoria, Australia Eckhard

More information

Ahsan Habib Khandoker Chandan Karmakar Michael Brennan Andreas Voss Marimuthu Palaniswami. Poincaré Plot Methods for Heart Rate Variability Analysis

Ahsan Habib Khandoker Chandan Karmakar Michael Brennan Andreas Voss Marimuthu Palaniswami. Poincaré Plot Methods for Heart Rate Variability Analysis Ahsan Habib Khandoker Chandan Karmakar Michael Brennan Andreas Voss Marimuthu Palaniswami Poincaré Plot Methods for Heart Rate Variability Analysis Poincaré Plot Methods for Heart Rate Variability Analysis

More information

Stochastic Optimization Methods

Stochastic Optimization Methods Stochastic Optimization Methods Kurt Marti Stochastic Optimization Methods With 14 Figures 4y Springer Univ. Professor Dr. sc. math. Kurt Marti Federal Armed Forces University Munich Aero-Space Engineering

More information

Classics in Mathematics Andre Weil Elliptic Functions according to Eisenstein and Kronecker

Classics in Mathematics Andre Weil Elliptic Functions according to Eisenstein and Kronecker Classics in Mathematics Andre Weil Elliptic Functions according to Eisenstein and Kronecker Andre Weil was horn on May 6, 1906 in Paris. After studying mathematics at the Ecole Normale Superieure and receiving

More information

Tianyou Fan. Mathematical Theory of Elasticity of Quasicrystals and Its Applications

Tianyou Fan. Mathematical Theory of Elasticity of Quasicrystals and Its Applications Tianyou Fan Mathematical Theory of Elasticity of Quasicrystals and Its Applications Tianyou Fan Mathematical Theory of Elasticity of Quasicrystals and Its Applications With 82 figures Author Tianyou Fan

More information

Texts in Computational Science and Engineering 10

Texts in Computational Science and Engineering 10 Texts in Computational Science and Engineering 10 Editors Timothy J. Barth Michael Griebel David E. Keyes Risto M. Nieminen Dirk Roose Tamar Schlick For further volumes: http://www.springer.com/series/5151

More information

A. Kovacevic N. Stosic I. Smith. Screw Compressors. Three Dimensional Computational Fluid Dynamics and Solid Fluid Interaction.

A. Kovacevic N. Stosic I. Smith. Screw Compressors. Three Dimensional Computational Fluid Dynamics and Solid Fluid Interaction. Screw Compressors A. Kovacevic N. Stosic I. Smith Screw Compressors Three Dimensional Computational Fluid Dynamics and Solid Fluid Interaction With 83 Figures Ahmed Kovacevic Nikola Stosic Ian Smith School

More information

Non-Instantaneous Impulses in Differential Equations

Non-Instantaneous Impulses in Differential Equations Non-Instantaneous Impulses in Differential Equations Ravi Agarwal Snezhana Hristova Donal O Regan Non-Instantaneous Impulses in Differential Equations 123 Ravi Agarwal Department of Mathematics Texas A&M

More information

Walter R. Johnson Atomic Structure Theory

Walter R. Johnson Atomic Structure Theory Walter R. Johnson Atomic Structure Theory Walter R. Johnson Atomic Structure Theory Lectures on Atomic Physics With 21 Figures and 45 Tables 123 Professor Dr. Walter R. Johnson University of Notre Dame

More information

Latif M. Jiji. Heat Conduction. Third Edition ABC

Latif M. Jiji. Heat Conduction. Third Edition ABC Heat Conduction Latif M. Jiji Heat Conduction Third Edition ABC Professor Latif M. Jiji Department of Mechanical Engineering Grove School of Engineering The City College of The City University of New York

More information

UV-VIS Spectroscopy and Its Applications

UV-VIS Spectroscopy and Its Applications SPRINGER LABORATORY Heinz-Helmut Perkampus UV-VIS Spectroscopy and Its Applications Translated by H. Charlotte Grinter and Dr. T. L. Threlfall With 78 Figures and 21 Tables Springer -Ver lag Berlin Heidelberg

More information

Mathematical Formulas for Economists

Mathematical Formulas for Economists Mathematical Formulas for Economists Springer-Verlag Berlin Heidelberg GmbH Bernd Luderer. Volker Nollau Klaus Vetters Mathematical Formulas for Economists With 58 Figures and 6 Tables, Springer Professor

More information

Statistics of Random Processes

Statistics of Random Processes Robert S. Liptser Albert N. Shiryaev Statistics of Random Processes II. Applications Translated by A. B. Aries Translation Editor: Stephen S. Wilson Second, Revised and Expanded Edition Springer Authors

More information

Lecture Notes in Economics and Mathematical Systems

Lecture Notes in Economics and Mathematical Systems Lecture Notes in Economics and Mathematical Systems 524 Founding Editors: M. Beckmann H. P. Ktinzi Managing Editors: Prof. Dr. G. Fandel Fachbereich Wirtschaftswissenschaften Femuniversitiit Hagen Feithstr.

More information

SpringerBriefs in Mathematics

SpringerBriefs in Mathematics SpringerBriefs in Mathematics Series Editors Nicola Bellomo Michele Benzi Palle E.T. Jorgensen Tatsien Li Roderick Melnik Otmar Scherzer Benjamin Steinberg Lothar Reichel Yuri Tschinkel G. George Yin Ping

More information

Differential-Algebraic Equations Forum

Differential-Algebraic Equations Forum Differential-Algebraic Equations Forum Editors-in-Chief Achim Ilchmann (TU Ilmenau, Ilmenau, Germany) Timo Reis (Universität Hamburg, Hamburg, Germany) Editorial Board Larry Biegler (Carnegie Mellon University,

More information

Differential Scanning Calorimetry

Differential Scanning Calorimetry Differential Scanning Calorimetry Springer-Verlag Berlin Heidelberg GmbH G. W. H. H6hne. W. F. Hemminger H.-J. Flammersheim Differential Scanning Ca lori metry 2nd revised and enlarged edition With 130

More information

Topics in Algebra and Analysis

Topics in Algebra and Analysis Radmila Bulajich Manfrino José Antonio Gómez Ortega Rogelio Valdez Delgado Topics in Algebra and Analysis Preparing for the Mathematical Olympiad Radmila Bulajich Manfrino Facultad de Ciencias Universidad

More information

German Annual of Spatial Research and Policy

German Annual of Spatial Research and Policy German Annual of Spatial Research and Policy Editors: ARL Academy of Regional Sciences and Regional Planning in Hanover BBR Federal Office for Building and Regional Planning in Bonn IfL Leibniz Institute

More information

Igor Emri Arkady Voloshin. Statics. Learning from Engineering Examples

Igor Emri Arkady Voloshin. Statics. Learning from Engineering Examples Statics Igor Emri Arkady Voloshin Statics Learning from Engineering Examples Igor Emri University of Ljubljana Ljubljana, Slovenia Arkady Voloshin Lehigh University Bethlehem, PA, USA ISBN 978-1-4939-2100-3

More information

Parameter Estimation and Hypothesis Testing in Linear Models

Parameter Estimation and Hypothesis Testing in Linear Models Parameter Estimation and Hypothesis Testing in Linear Models Springer-Verlag Berlin Heidelberg GmbH Karl-Rudolf Koch Parameter Estimation and Hypothesis Testing in Linear Models Second, updated and enlarged

More information

Lecture Notes Electrical Engineering Volume 18

Lecture Notes Electrical Engineering Volume 18 Lecture Notes Electrical Engineering Volume 18 Stanisław Rosłoniec Fundamental Numerical Methods for Electrical Engineering 123 Prof. Dr. Hab. Ing. Stanisław Rosłoniec Institute of Radioelectronics Warsaw

More information

Statistics and Measurement Concepts with OpenStat

Statistics and Measurement Concepts with OpenStat Statistics and Measurement Concepts with OpenStat William Miller Statistics and Measurement Concepts with OpenStat William Miller Urbandale, Iowa USA ISBN 978-1-4614-5742-8 ISBN 978-1-4614-5743-5 (ebook)

More information

Magnetic Properties of Non-Metallic Inorganic Compounds Based on Transition Elements

Magnetic Properties of Non-Metallic Inorganic Compounds Based on Transition Elements Landolt-Börnstein Numerical Data and Functional Relationships in Science and Technology New Series / Editor in Chief: W. Martienssen Group III: Condensed Matter Volume 27 Magnetic Properties of Non-Metallic

More information

UNITEXT La Matematica per il 3+2. Volume 87

UNITEXT La Matematica per il 3+2. Volume 87 UNITEXT La Matematica per il 3+2 Volume 87 More information about this series at http://www.springer.com/series/5418 Sandro Salsa Gianmaria Verzini Partial Differential Equations in Action Complements

More information

NUMERICAL METHODS FOR ENGINEERING APPLICATION

NUMERICAL METHODS FOR ENGINEERING APPLICATION NUMERICAL METHODS FOR ENGINEERING APPLICATION Second Edition JOEL H. FERZIGER A Wiley-Interscience Publication JOHN WILEY & SONS, INC. New York / Chichester / Weinheim / Brisbane / Singapore / Toronto

More information

Publication of the Museum of Nature South Tyrol Nr. 11

Publication of the Museum of Nature South Tyrol Nr. 11 Publication of the Museum of Nature South Tyrol Nr. 11 ThiS is a FM Blank Page Erika Pignatti Sandro Pignatti Plant Life of the Dolomites Vegetation Tables Erika Pignatti Sandro Pignatti Rome Italy Publication

More information

Statics and Mechanics of Structures

Statics and Mechanics of Structures Statics and Mechanics of Structures Steen Krenk Jan Høgsberg Statics and Mechanics of Structures Prof. Steen Krenk Department of Mechanical Engineering Technical University of Denmark Kongens Lyngby,

More information

Texts in Applied Mathematics

Texts in Applied Mathematics Texts in Applied Mathematics Ay Editors J.E. Marsden L. Sirovich M. Golubitsky W. Jager Advisors G. Iooss P. Holmes Texts in Applied Mathematics 1. Sirovich: Introduction to Applied Mathematics. 2. Wiggins:

More information

Reactivity and Structure Concepts in Organic Chemistry

Reactivity and Structure Concepts in Organic Chemistry Reactivity and Structure Concepts in Organic Chemistry Volume T1 Editors: Klaus Hafner Charles W Rees Barry M. Trost Jean-Marie Lehn P. von Rague Schleyer Rudolf Zahradnik Steven V. Ley Caroline M. R.

More information

Classics in Mathematics Lars Hormander. The Analysis of Linear Partial Differential Operators I

Classics in Mathematics Lars Hormander. The Analysis of Linear Partial Differential Operators I Classics in Mathematics Lars Hormander The Analysis of Linear Partial Differential Operators I Born on January 24,1931, on the southern coast of Sweden, Lars Hormander did his secondary schooling as well..

More information

Lecture Notes in Artificial Intelligence

Lecture Notes in Artificial Intelligence Lecture Notes in Artificial Intelligence Subseries of Lecture Notes in Computer Science Edited by J.G. Carbonell and J. Siekmann 1047 Lecture Notes in Computer Science Edited by G. Goos, J. Hartmanis and

More information

Qing-Hua Qin. Advanced Mechanics of Piezoelectricity

Qing-Hua Qin. Advanced Mechanics of Piezoelectricity Qing-Hua Qin Advanced Mechanics of Piezoelectricity Qing-Hua Qin Advanced Mechanics of Piezoelectricity With 77 figures Author Prof. Qing-Hua Qin Research School of Engineering Australian National University

More information

Jager Rannacher Warnatz (Eds.) Reactive Flows, Diffusion and Transport

Jager Rannacher Warnatz (Eds.) Reactive Flows, Diffusion and Transport Jager Rannacher Warnatz (Eds.) Reactive Flows, Diffusion and Transport Willi Jager Rolf Rannacher Jiirgen Warnatz Editors Reactive Flows, Diffusion and Transport From Experiments via Mathematical Modeling

More information

Doubt-Free Uncertainty In Measurement

Doubt-Free Uncertainty In Measurement Doubt-Free Uncertainty In Measurement Colin Ratcliffe Bridget Ratcliffe Doubt-Free Uncertainty In Measurement An Introduction for Engineers and Students Colin Ratcliffe United States Naval Academy Annapolis

More information

Ergebnisse der Mathematik und ihrer Grenzgebiete

Ergebnisse der Mathematik und ihrer Grenzgebiete Ergebnisse der Mathematik und ihrer Grenzgebiete 3. Foige. Band 16 A Series of Modern Surveys in Mathematics Editorial Board E. Bombieri, Princeton S. Feferman, Stanford N. H. Kuiper, Bures-sur-Yvette

More information

Jack Steinberger Learning About Particles 50 Privileged Years

Jack Steinberger Learning About Particles 50 Privileged Years Jack Steinberger Learning About Particles 50 Privileged Years Jack Steinberger LearningAboutParticles 50 Privileged Years With 117 Figures 123 Dr. Jack Steinberger CERN LEP 1211 Geneve Switzerland Library

More information

Landolt-Börnstein / New Series

Landolt-Börnstein / New Series Landolt-Börnstein / New Series Landolt-Börnstein Numerical Data and Functional Relationships in Science and Technology New Series Editor in Chief: W. Martienssen Units and Fundamental Constants in Physics

More information

Dynamics and Control of Lorentz-Augmented Spacecraft Relative Motion

Dynamics and Control of Lorentz-Augmented Spacecraft Relative Motion Dynamics and Control of Lorentz-Augmented Spacecraft Relative Motion Ye Yan Xu Huang Yueneng Yang Dynamics and Control of Lorentz-Augmented Spacecraft Relative Motion 123 Ye Yan College of Aerospace Science

More information

Lecture Notes in Chemistry

Lecture Notes in Chemistry Lecture Notes in Chemistry 59 Edited by: Prof. Dr. Gaston Berthier Universite de Paris Prof. Dr. Michael J. S. Dewar The University of Texas Prof. Dr. Hanns Fischer Universitat Ziirich Prof. Dr. Kenichi

More information

Advanced Calculus of a Single Variable

Advanced Calculus of a Single Variable Advanced Calculus of a Single Variable Tunc Geveci Advanced Calculus of a Single Variable 123 Tunc Geveci Department of Mathematics and Statistics San Diego State University San Diego, CA, USA ISBN 978-3-319-27806-3

More information

Dynamics Formulas and Problems

Dynamics Formulas and Problems Dynamics Formulas and Problems Dietmar Gross Wolfgang Ehlers Peter Wriggers Jörg Schröder Ralf Müller Dynamics Formulas and Problems Engineering Mechanics 3 123 Dietmar Gross Division of Solid Mechanics

More information

Lecture Notes in Computer Science

Lecture Notes in Computer Science Lecture Notes in Computer Science Edited by G. Goos and J. Hartmanis 413 Reiner Lenz Group Theoretical Methods in Image Processing II III II II II Springer-Verlag Berlin Heidelberg NewYork London Paris

More information

Springer-Verlag Berlin Heidelberg GmbH

Springer-Verlag Berlin Heidelberg GmbH Springer-Verlag Berlin Heidelberg GmbH Kazuhiro Arai The Economics of Education An Analysis of College-Going Behavior With 18 Figures Springer Kazuhiro Arai Professor of Economics Hitotsubashi University

More information

Two -Dimensional Digital Signal Processing II

Two -Dimensional Digital Signal Processing II Two -Dimensional Digital Signal Processing II Transforms and Median Filters Edited by T. S. Huang With Contributions by J.-O. Eklundh T.S. Huang B.I. Justusson H. J. Nussbaumer S.G. Tyan S. Zohar With

More information

Minoru Ozima. Geohistory. Global Evolution of the Earth. English by Judy Wakabayashi. Springer-Verlag Berlin Heidelberg New York London Paris Tokyo

Minoru Ozima. Geohistory. Global Evolution of the Earth. English by Judy Wakabayashi. Springer-Verlag Berlin Heidelberg New York London Paris Tokyo Minoru Ozima Geohistory Global Evolution of the Earth English by Judy Wakabayashi Springer-Verlag Berlin Heidelberg New York London Paris Tokyo Professor Dr. MINORU OZIMA Geophysical Institute University

More information

Classics in Mathematics

Classics in Mathematics Classics in Mathematics Friedrich Hirzebruch Topological Methods in Algebraic Geometry Friedrich Hirzebruch Topological Methods in Algebraic Geometry Reprint of the 1978 Edition Springer Friedrich Hirzebruch

More information

Frank Bothmann Rudolf Kerndlmaier Albert Koffeman Klaus Mandel Sarah Wallbank A Guidebook for Riverside Regeneration Artery - Transforming Riversides

Frank Bothmann Rudolf Kerndlmaier Albert Koffeman Klaus Mandel Sarah Wallbank A Guidebook for Riverside Regeneration Artery - Transforming Riversides Frank Bothmann Rudolf Kerndlmaier Albert Koffeman Klaus Mandel Sarah Wallbank A Guidebook for Riverside Regeneration Artery - Transforming Riversides for the Future This publication has received European

More information

Numerical Methods for the Solution of Ill-Posed Problems

Numerical Methods for the Solution of Ill-Posed Problems Numerical Methods for the Solution of Ill-Posed Problems Mathematics and Its Applications Managing Editor: M.HAZEWINKEL Centre for Mathematics and Computer Science, Amsterdam, The Netherlands Volume 328

More information

Quantum Biological Information Theory

Quantum Biological Information Theory Quantum Biological Information Theory Ivan B. Djordjevic Quantum Biological Information Theory Ivan B. Djordjevic Department of Electrical and Computer Engineering University of Arizona Tucson, AZ, USA

More information

Studies in Systems, Decision and Control. Series editor Janusz Kacprzyk, Polish Academy of Sciences, Warsaw, Poland

Studies in Systems, Decision and Control. Series editor Janusz Kacprzyk, Polish Academy of Sciences, Warsaw, Poland Studies in Systems, Decision and Control Volume 13 Series editor Janusz Kacprzyk, Polish Academy of Sciences, Warsaw, Poland e-mail: kacprzyk@ibspan.waw.pl About this Series The series "Studies in Systems,

More information

Springer Series in 36 Computational Mathematics

Springer Series in 36 Computational Mathematics Springer Series in 36 Computational Mathematics Editorial Board R. Bank, La Jolla, CA R.L. Graham, La Jolla, CA J. Stoer, Würzburg R. Varga, Kent, Ohio H. Yserentant, Berlin Richard S. Varga Geršgorin

More information

PHASE PORTRAITS OF PLANAR QUADRATIC SYSTEMS

PHASE PORTRAITS OF PLANAR QUADRATIC SYSTEMS PHASE PORTRAITS OF PLANAR QUADRATIC SYSTEMS Mathematics and Its Applications Managing Editor: M. HAZEWINKEL Centre for Mathematics and Computer Science, Amsterdam, The Netherlands Volume 583 PHASE PORTRAITS

More information

Regional Economic Development

Regional Economic Development Regional Economic Development Robert J. Stimson Roger R. Stough Brian H. Roberts Regional Economic Development Analysis and Planning Strategy Second Edition 123 Robert J. Stimson Professor of Geographical

More information

Sputtering by Particle Bombardment I

Sputtering by Particle Bombardment I Sputtering by Particle Bombardment I Physical Sputtering of Single-Element Solids Edited by R. Behrisch With Contributions by H. H. Andersen H.L. Bay R. Behrisch M. T. Robinson H.E. Roosendaal R Sigmund

More information

Editors,: P. Diehl E. Fluck H. Gunther R. Kosfeld J. Seelig

Editors,: P. Diehl E. Fluck H. Gunther R. Kosfeld J. Seelig NMR Basic Principles and Progress 34 Editors,: P. Diehl E. Fluck H. Gunther R. Kosfeld J. Seelig Guest-Editors: E. Fluck, H. Gunther Advisory Board: G. Bodenhausen S. Forsen R. K. Harris C. L. Khetrapal

More information

Statistical Physics of Polymers

Statistical Physics of Polymers Statistical Physics of Polymers Advanced Texts in Physics This program of advanced texts covers a broad spectrum of topics which are of current and emerging interest in physics. Each book provides a comprehensive

More information

Nonlinear Optics. D.L.Mills. Basic Concepts. Springer-Verlag. With 32 Figures

Nonlinear Optics. D.L.Mills. Basic Concepts. Springer-Verlag. With 32 Figures Nonlinear Optics D.L.Mills Nonlinear Optics Basic Concepts With 32 Figures Springer-Verlag Berlin Heidelberg New York London Paris Tokyo HongKong Barcelona Budapest Professor D. L. Mills, Ph.D. Department

More information

Springer Series on Atomic, Optical, and Plasma Physics

Springer Series on Atomic, Optical, and Plasma Physics Springer Series on Atomic, Optical, and Plasma Physics Volume 51 Editor-in-chief Gordon W. F. Drake, Department of Physics, University of Windsor, Windsor, ON, Canada Series editors James Babb, Harvard-Smithsonian

More information

Semiconductor-Laser Fundamentals

Semiconductor-Laser Fundamentals Semiconductor-Laser Fundamentals Springer-Verlag Berlin Heidelberg GmbH Weng W. Chow Stephan W. Koch Semiconductor-laser Fundamentals Physics of the Gain Materials With 132 Figures and 3 Tables Springer

More information

Geir Evensen Data Assimilation

Geir Evensen Data Assimilation Geir Evensen Data Assimilation Geir Evensen Data Assimilation The Ensemble Kalman Filter With 63 Figures PROF.GEIR EVENSEN Hydro Research Centre, Bergen PO Box 7190 N 5020 Bergen Norway and Mohn-Sverdrup

More information

Extended Irreversible Thermodynamics

Extended Irreversible Thermodynamics Extended Irreversible Thermodynamics D. Jou 1. Casas-Vazquez G.Lebon Extended Irreversible Thermodynamics With 19 Figures Springer-Verlag Berlin Heidelberg New York London Paris Tokyo Hong Kong Barcelona

More information

Lecture Notes in Mathematics

Lecture Notes in Mathematics Lecture Notes in Mathematics A collection of informal reports and seminars Edited by A. Dold, Heidelberg and B. Eckmann, Zorich 309 David H. Sattinger University of Minnesota, Minneapolis, MN/USA Topics

More information

Boundary Control and Boundary Variation

Boundary Control and Boundary Variation J.R Zol6sio (Ed.) Boundary Control and Boundary Variation Proceedings ofifip WG 7.2 Conference Sophia Antipolis, France, October 15-17, 1990 Springer-Verlag Berlin Heidelberg NewYork London Paris Tokyo

More information

CISM Courses and Lectures

CISM Courses and Lectures CISM Courses and Lectures Series Editors: The Rectors Friedrich Pfeiffer - Munich Franz G. Rammerstorfer - Wien Elisabeth Guazzelli - Marseille The Secretary General Bernhard Schrefler - Padua Executive

More information

Elasto-Plastic and Damage Analysis of Plates and Shells

Elasto-Plastic and Damage Analysis of Plates and Shells Elasto-Plastic and Damage Analysis of Plates and Shells George Z. Voyiadjis Pawel Woelke Elasto-Plastic and Damage Analysis of Plates and Shells With 82 Figures and 14 Tables 123 Dr. George Z. Voyiadjis

More information

Lecture Notes of 12 the Unione Matematica Italiana

Lecture Notes of 12 the Unione Matematica Italiana Lecture Notes of 12 the Unione Matematica Italiana For further volumes: http://www.springer.com/series/7172 Editorial Board Franco Brezzi (Editor in Chief) IMATI-CNR Via Ferrata 5a 27100 Pavia, Italy e-mail:

More information

Lecture Notes in Physics

Lecture Notes in Physics Lecture Notes in Physics Edited by H. Araki, Kyoto, J. Ehlers, MLinchen, K. Hepp, ZSrich R. Kippenhahn, MLinchen, D. Ruelle, Bures-sur-Yvette H.A. WeidenmSIler, Heidelberg, J. Wess, Karlsruhe and J. Zittartz,

More information