Springer-Verlag Berlin Heidelberg GmbH

Size: px
Start display at page:

Download "Springer-Verlag Berlin Heidelberg GmbH"

Transcription

1 Universitext

2 Springer-Verlag Berlin Heidelberg GmbH

3 Peter E. Kloeden Henri Schurz Eckhard Platen Numerical Solution of SDE Through Computer Experiments With 55 Figures Springer

4 Peter E. Kloeden Fachbereich Mathematik Johann Wolfgang Goethe-Universitiit Frankfurt am Main, Germany Eckhard Platen Department of Mathematical Sciences University of Technology Broadway, NSW 2007, Australia Henri Schurz Department of Mathematics Southern Illinois University Carbondale, IL , USA Corrected Third Printing 2003 Cataloging-in-Publication Data applied for Bibliographic information published by Die Deutsche Bibliothek Die Deutsche Bibliothek lists this publication in the Deutsche Nationalbibliografie; detailed bibliographic data is available in the Internet at< Mathematics Subject Classification (2000): 60HlO, 93E30, 93Ell, 90A09, 93D05 ISBN ISBN (ebook) DOI / This work is subject to copyright. AII 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-Verlag. Violations are liable for prosecution under the German Copyright Law. Springer-Verlag Berlin Heidelberg 1994 Originally published by Springer-Verlag Berlin Heidelberg New York in 1994 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. Cover design: design & production GmbH, Heidelberg Typeset by the authors Printed on acid-free paper SPIN /3111LK

5 Contents Preface... VII Legal Matters... XI Introduction... XIII Chapter 1: Background on Probability and Statistics Probability and Distributions Random Number Generators Moments and Conditional Expectations Random Sequences Testing Random Numbers Markov Chains as Basic Stochastic Processes Wiener Processes Chapter 2: Stochastic Differential Equations Stochastic Integration Stochastic Differential Equations Stochastic Taylor Expansions... '" Chapter 3: Introduction to Discrete Time Approximation Numerical Methods for Ordinary Differential Equations A Stochastic Discrete Time Simulation Pathwise Approximation and Strong Convergence Approximation of Moments and Weak Convergence Numerical Stability..., Chapter 4: Strong Approximations Strong Taylor Schemes Explicit Strong Schemes Implicit Strong Approximations Simulation Studies Chapter 5: Weak Approximations Weak Taylor Schemes Explicit Weak Schemes and Extrapolation Methods Implicit Weak Approximations

6 VI CONTENTS 5.4 Simulation Studies Variance Reducing Approximations Chapter 6: Applications Visualization of Stochastic Dynamics Testing Parametric Estimators Filtering Functional Integrals and Invariant Measures Stochastic Stability and Bifurcation Simulation in Finance References Subject Index List of PC-Exercises Frequently Used Notations

7 Preface The numerical solution of stochastic differential equations is becoming an indispensible worktool in a multitude of disciplines, bridging a long-standing gap between the well advanced theory of stochastic differential equations and its application to specific examples. This has been made possible by the much greater accessibility to high-powered computers at low-cost combined with the availability of new, effective higher order numerical schemes for stochastic differential equations. Many hitherto intractable problems can now be tackled successfully and more realistic modelling with stochastic differential equations undertaken. The aim of this book is to provide a computationally oriented introduction to the numerical solution of stochastic differential equations, using computer experiments to develop in the readers an ability to undertake numerical studies of stochastic differential equations that arise in their own disciplines and an understanding, intuitive at least, of the necessary theoretical background. It is related to, but can also be used independently of the monograph P.E. Kloeden and E. Platen, Numerical Solution of Stochastic Differential Equations, Applications of Mathematics Series Vol. 23, Springer-Verlag, Heidelberg, 1992, which is more theoretical, presenting a systematic treatment of time-discretized numerical schemes for stochastic differential equations along with background material on probability and stochastic calculus. To facilitate the parallel use of both books, the presentation of material in this book follows that in the monograph closely. The results of over one hundred personal computer exercises were used in the monograph to illustrate many of the concepts and theoretical matters under discussion. An immediate objective of the present book is to provide the solutions for these PC-Exercises in the form of Borland TURBO PASCAL programs on a floppy diskette together with commentaries on the structure of the programs and hints on their use. The book is directed at beginners to stochastic differential equations and their numerical solution. Readers will typically be upper level undergraduates or graduates in diverse disciplines with several semesters background in deterministic calculus and basic mathematical methods together with an exposure to probability and statistics. A familiarity with elementary programming and the ability to interact with IBM compatible PCs using MS-DOS and Borland TURBO PASCAL are also assumed (see the end of the preface for other languages and other computing environments). The emphasis is quite practical

8 VIII PREFACE and mathematical proofs are avoided, but, as with all meaningful numerical work, an understanding of the underlying theoretical issues is as important for the numerical solution of stochastic differential equations as are hands-on computational skills. While non-mathematicians amongst the readers may not aspire to a mastery of the stochastic calculus on which the numerical schemes for stochastic differential equations are based, they should be aware that it has some peculiar features which are quite different from those of the familiar deterministic calculus and may lead to serious errors if disregarded. Readers are urged to delve more deeply into these important theoretical matters if they have plans for specific, nontrivial numerical investigations. The organisation and contents of the book are based on courses that the co-authors have taught at the Australian National University, the Humboldt University in Berlin, the University of Hamburg and the University of Technology in Sydney. The PC-Exercises from the above monograph, which are called Problems here, form the backbone of the book. Background material on probability, random number generation, stochastic processes and statistics are reviewed in Chapter 1 by means of a large number of these Problems. The programs, in particular the key computational and graphics subroutines that reappear repeatedly in the sequel, are explained in some detail in this chapter, which should be read if only for this reason. Chapter 2 provides a descriptive introduction to stochastic calculus and stochastic differential equations, including stochastic Taylor expansions and their constituent multiple stochastic integrals from which the higher order numerical schemes for stochastic differential equations are derived. The numerical solution of initial value problems for differential equations via time-discretized numerical schemes is surveyed in Chapter 3, first for deterministic ordinary differential equations and then for stochastic differential equations. Computing exercises for differential equations with known explicit solutions are used to illustrate theoretical convergence rates and the effects of round-off error and numerical instability. For stochastic differential equations a fundamental distinction is made between strong, pathwise approximations and weak, distributional approximations. Different requirements for each are discussed in the context of the Euler scheme applied to a simple linear stochastic differential equation. Chapters 4 and 5 are devoted to higher order schemes for strong and weak approximations, respectively. Comparative numerical studies are presented there, along with many practical hints based on the experience of the co-authors and their co-workers over the past 15 years. The final chapter, Chapter 6, introduces the reader to the vast range of situations in which the numerical simulation of stochastic differential equations can playa useful role, including stability and bifurcation in stochastic dynamical systems, filtering, testing parametric estimators, calculating invariant measures, and finance modelling. In each case several applied simulation projects are formulated as Exercises for the reader. The diskette contains Borland TURBO PASCAL programs for all of the Problems in Chapters 1 to 5. They are based on programs and subroutines prepared by the co-authors and their co-workers, who are not professional programmers, over the past five years and are made available here solely for the

9 PREFACE IX convenience of the readers, to spare them the tedium of preparing their own programs and to enable them to adapt or modify the programs to their own problems. The PASCAL language was chosen because of its universality and to highlight the transparency of the structure and the adaptability of the programs, which usually took priority over computational efficiency in their preparation. Preliminary instructions on their use are given in the 'README' file on the diskette. The programs typically require at most a few minutes running time on a 386 PC with numerics processor, though some of those in the later chapters may need an hour or two to give acceptable accuracy in terms of small confidence intervals. In most cases the equations and parameters in the programs can be easily changed. Readers are encouraged to do so in a copy of the original program and to experiment as much as possible. The authors would like to thank Katrin Platen who word-processed the manuscript and Steven Dutch, David Heath, John van der Hoek, Norbert Hofmann, Ivan Huerta, Igor Shkurko, Robert Stine and Raymond Webster who developed some of the programs, tested many of the others, and carefully read the manuscript. In addition they would like to thank Ludwig Arnold, Daryl Daley and Chris Heyde and their respective institutions for support and encouragement. Canberra, June 1993 Peter E. Kloeden Eckhard Platen Henri Schurz Authors' Comments on the Reprinting We are delighted by the overwhelming response to this book from readers in all areas of applications, in particular in finance, that has led to its being sold out within a few years of its first appearance at the end of This reprinting has provided us with the opportunity to correct some minor misprints and to update the status of some papers previously listed in the References as to appear. Unfortunately other commitments have prevented us from developing versions of the software in other programming languages as we had hoped to do and had mentioned in a now deleted paragraph in the original version of the above Preface. We thank all readers for their helpful feedback and welcome further comments from readers. May 1997

10 x PREFACE Authors' Comments on the Third Printing Earlier printings of this book included a diskette containing the TURBO PAS CAL programs that are used. The rapid developments of the Internet in recent years now make it both cheaper and more convenient to make these programs available on each of our homepages staff/ eckhard.html Readers can also find other useful software and information about stochastic differential equations, their applications and the methods for their numerical solution on these homepages. Note that wherever "diskette" is used in the book, it should be interpreted as "downloadable software". There are too many occurrences of this, naturally, too numerous to make a correction of each and everyone possible in practical term. We hope that this will not be too bothersome for the reader. August 2002

11 Legal Matters We make no warranties, expressed or implied, that the programs contained in this book and the downloadable software are free of error, or are consistent with any particular standard of merchantability, or that they will meet your requirements for any particular application. They should not be relied on for solving a problem that could result in injury to a person or loss of property. If you do use the programs in such a manner, it is at your own risk. The authors and publisher disclaim all liability for direct or consequential damages resulting from your use of the programs. Several registered trademarks appear in the book: IBM is a trademark of International Business Machines Corporation, MS-DOS and Microsoft C are trademarks of Microsoft Corporation, THINK PASCAL is a trademark of Symantec Corporation, TURBO PASCAL and TURBO C are trademarks of Borland International, Inc., UNIX is a trademark of AT&T Bell Laboratories, Macintosh is a trademark of Apple Computing, Inc. and MATHEMATICA is a trademark of Wolfram Research, Inc. Computer programs can be protected by copyright like artistic and literary compositions. Generally it is an infringement for you to copy into your computer a program from a copyrighted source. Although this book and its programs and their future versions in other programming languages are copyrighted, we specifically authorize you, a reader of the book, to make one machine-readable copy of the programs for your own use. We have been careful and have tried to avoid mistakes, but if you find any errors or bugs, please document them and tell us. The downloadable software requires the user to have installed Borland TURBO PASCAL 5.0 or later versions. Comments on how to run the programs can be found in the 'README' file.

12 Introd uction The theory of stochastic differential equations (SDEs) has been in existence for nearly fifty years now. Complicated finite dimensional stochastic dynamics can now be modelled and understood theoretically through the Ito stochastic calculus and the more general theory of semimartingales. SDEs now find application as a matter of course in diverse disciplines such as in civil and mechanical engineering, economics and finance, environmental science, signal processing and filtering, chemistry and physics, population dynamics and psychology, pharmacology and medicine, to mention just a few. Their role in modelling continuous time stochastic dynamics is comparable to that of deterministic ordinary differential equations (ODEs) in nonrandom differentiable dynamics. In some applications, such as to stock market prices, the deterministic component in the dynamics is often only of secondary interest. Other fields, such as random vibrations in mechanical systems, require stochastic models more sophisticated than earlier, purely deterministic ones for an adequate description of the noise effects. Very few specific SDEs have explicitly known solutions, these being mainly reducible by appropriate transformation to the solution of linear SDEs. The computation of important characteristics such as moments or sample paths for a given SDE is thus crucial for the effective practical application of SDEs. This requires methods that are specific not only to SDEs but also for the desired task. The visualization of sample paths of SDEs, as in stochastic flows or phase portraits of noisy oscillators can be achieved by use of quite natural discrete time strong approximation methods. These provide algorithms in which the SDE is discretized in time and approximations to its solution at the discretization instants are computed recursively, with values at intermediate times being obtained through interpolation. An approximate sample path of the SDE is thus obtained for a given sample path of the driving Wiener process, which is usually simulated with an appropriately chosen pseudo random number generator. In filtering the observation process is playing the role of the driving Wiener process in the Zakai equation. Higher order methods can be derived from stochastic Taylor expansions which involves multiple stochastic integrals of the driving Wiener process in the SDEs. Such schemes are, however, only useful when they are stable numerically, an issue that attracts much attention. Many applications require the computation of a functional of a solution of an SDE such as a moment or the expectation of a terminal pay-off. Numerically this is easier because only a probability measure of the solution has to

13 XIV INTRODUCTION be approximated rather than its highly irregular sample paths, but there are nevertheless still many practical complications. Higher order schemes for this weak kind of convergence can also be constructed systematically from stochastic Taylor expansions, but now the driving noise integrals can be approximated by simpler, more easily generated random variables depending on the desired order of the scheme. Other numerical methods are also available for the computation of such functionals, which are often the solution of a partial differential equation (PDE) related to the Kolmogorov backward or Fokker-Planck equation. In principle, standard finite-difference or finite-element methods could be used, but these require both spatial and temporal discretization and their complexity increases exponentially in the spatial dimension. Such an approach remains intractable even with present day supercomputers for most higher dimensional SDEs. A more probabilistic method based on Markov chains acting at discrete time instants on a discretized state space has been developed, but this is also limited in higher dimensions and it is difficult to derive higher order schemes and to undertake a stability analysis. In principle, the binomial and trinomial tree methods in finance modelling have much in common with this Markov chain approach. The classical Monte-Carlo methods may seem more attractive in comparsion since their complexity increases only polynomially with the spatial dimension, but accuracy of statistical estimates of the simulated functionals is still only inversely proportional to the square root of the number of samples used and a huge number of sample paths may be required when large variances are involved. Higher order methods and a stability analysis also do not fit well within the framework of such Monte-Carlo methods even though variance reduction techniques are available. The emphasis in this book will focus on strong and weak numerical schemes that are based on discrete time approximations of SDEs. Unlike the PDE and Markov chain approaches, they involve the whole state space since only the time variable is discretized. While the complexity of weak schemes also increases polynomially in the state space dimension like that of the Monte-Carlo methods, the direct use of the specific structure of the given SDE greatly facilitates the derivation of more efficient higher order schemes and numerically stable algorithms. This approach allows to use much from the internal structur of the problem at hand by exploiting specific properties and tools based on stochastic analytic ideas as martingales and corresponding measure transformations. Thus modern stochastic analysis allows maximal use of the information in a given SDE to be incorporated in such weak time discretized methods, in particular with control over variances considerably superior to those of Monte Carlo methods.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Rade Westergren Mathematics Handbook

Rade Westergren Mathematics Handbook Rade Westergren Mathematics Handbook Springer-Verlag Berlin Heidelberg GmbH Lennart Rade Bertil Westergren Mathematics Handbook for Science and Engineering Fourth Edition Springer ~ Studentlitteratur Lennart

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

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

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

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

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

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

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

Springer-Verlag Berlin Heidelberg GmbH

Springer-Verlag Berlin Heidelberg GmbH Statistical Physics Springer-Verlag Berlin Heidelberg GmbH Josef Honerkarnp Statistical Physics An Advanced Approach with Applications With 82 Figures, 7 Tables and 57 Problems with Solutions Springer

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

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

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

Mathematics for Physicists and Engineers

Mathematics for Physicists and Engineers Mathematics for Physicists and Engineers Klaus Weltner Sebastian John Wolfgang J. Weber Peter Schuster Jean Grosjean Mathematics for Physicists and Engineers Fundamentals and Interactive Study Guide 2nd

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

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

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

Multivariable Calculus with MATLAB

Multivariable Calculus with MATLAB Multivariable Calculus with MATLAB Ronald L. Lipsman Jonathan M. Rosenberg Multivariable Calculus with MATLAB With Applications to Geometry and Physics Ronald L. Lipsman Department of Mathematics University

More information

STOCHASTIC PROCESSES FOR PHYSICISTS. Understanding Noisy Systems

STOCHASTIC PROCESSES FOR PHYSICISTS. Understanding Noisy Systems STOCHASTIC PROCESSES FOR PHYSICISTS Understanding Noisy Systems Stochastic processes are an essential part of numerous branches of physics, as well as biology, chemistry, and finance. This textbook provides

More information

Sampling Theory for Forest Inventory

Sampling Theory for Forest Inventory Pieter G. de Vries Sampling Theory for Forest Inventory A Teach-Yourself Course With 20 Figures Springer-Verlag Berlin Heidelberg New York London Paris Tokyo PIETER G. DE VRIES Dept. of Forest Management

More information

Econometric Analysis of Count Data

Econometric Analysis of Count Data Econometric Analysis of Count Data Springer-Verlag Berlin Heidelberg GmbH Rainer Winkelmann Econometric Analysis of Count Data Third, Revised and Enlarged Edition With l3 Figures and 20 Tables, Springer

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

Statistical Methods. for Forecasting

Statistical Methods. for Forecasting Statistical Methods for Forecasting Statistical Methods for Forecasting BOVAS ABRAHAM JOHANNES LEDOLTER WILEY- INTERSCI ENCE A JOHN WILEY & SONS, INC., PUBLICA'TION Copyright 0 1983.2005 by John Wiley

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

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

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

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

MATLAB Differential Equations. César Pérez López

MATLAB Differential Equations. César Pérez López MATLAB Differential Equations César Pérez López MATLAB Differential Equations Copyright 2014 by César Pérez López This work is subject to copyright. All rights are reserved by the Publisher, whether the

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

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

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

Introduction to Computational Stochastic Differential Equations

Introduction to Computational Stochastic Differential Equations Introduction to Computational Stochastic Differential Equations Gabriel J. Lord Catherine E. Powell Tony Shardlow Preface Techniques for solving many of the differential equations traditionally used by

More information

Monte-Carlo Methods and Stochastic Processes

Monte-Carlo Methods and Stochastic Processes Monte-Carlo Methods and Stochastic Processes From Linear to Non-Linear EMMANUEL GOBET ECOLE POLYTECHNIQUE - UNIVERSITY PARIS-SACLAY CMAP, PALAISEAU CEDEX, FRANCE CRC Press Taylor & Francis Group 6000 Broken

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

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

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

Springer Texts in Electrical Engineering. Consulting Editor: John B. Thomas

Springer Texts in Electrical Engineering. Consulting Editor: John B. Thomas Springer Texts in Electrical Engineering Consulting Editor: John B. Thomas Springer Texts in Electrical Engineering Multivariable Feedback Systems P.M. Callier/C.A. Desoer Linear Programming M. Sakarovitch

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

Particle Acceleration and Detection

Particle Acceleration and Detection Particle Acceleration and Detection Series Editors Alexander Chao SLAC Menlo Park, CA USA Frank Zimmermann CERN SL-Division AP Group Genève Switzerland Katsunobu Oide KEK High Energy Accelerator Research

More information

Fuzzy Randomness. Bernd Moller Michael Beer

Fuzzy Randomness. Bernd Moller Michael Beer Fuzzy Randomness Bernd Moller Michael Beer Springer-Verlag Berlin Heidelberg GmbH Engineering ONLINE LIBRARY springeronline.com Bernd Moller Michael Beer Fuzzy Randomne Uncertainty in Civil Engineering

More information

Geometrical Properties of Differential Equations Downloaded from by on 05/09/18. For personal use only.

Geometrical Properties of Differential Equations Downloaded from  by on 05/09/18. For personal use only. This page intentionally left blank Applications of Lie Group Analysis in Financial Mathematics Ljudmila A. Bordag University of Applied Sciences Zittau/Görlitz, Germany World Scientific NEW JERSEY LONDON

More information

Mechanics of Materials

Mechanics of Materials Mechanics of Materials Parviz Ghavami Mechanics of Materials An Introduction to Engineering Technology Parviz Ghavami Harlingen, TX, USA ISBN 978-3-319-07571-6 ISBN 978-3-319-07572-3 (ebook) DOI 10.1007/978-3-319-07572-3

More information

Theoretical Physics 4

Theoretical Physics 4 Theoretical Physics 4 Wolfgang Nolting Theoretical Physics 4 Special Theory of Relativity 123 Wolfgang Nolting Inst. Physik Humboldt-UniversitRat zu Berlin Berlin, Germany ISBN 978-3-319-44370-6 ISBN 978-3-319-44371-3

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

Reliability Evaluation of Engineering Systems:

Reliability Evaluation of Engineering Systems: Reliability Evaluation of Engineering Systems: Concepts and Techniques Roy Billinton PhD, DSc, FEIC, FRSC, FIEEE, PE c. J. MacKenzie Professor of Electrical Engineering University of Saskatchewan and Ronald

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

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

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

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

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

A Natural Introduction to Probability Theory

A Natural Introduction to Probability Theory Ronald Meester A Natural Introduction to Probability Theory Second Edition Birkhäuser Basel Boston Berlin Author: Ronald Meester Faculteit der Exacte Wetenschappen Vrije Universiteit De Boelelaan 1081a

More information

Theory of Nonparametric Tests

Theory of Nonparametric Tests Theory of Nonparametric Tests Thorsten Dickhaus Theory of Nonparametric Tests 123 Thorsten Dickhaus Institute for Statistics University of Bremen Bremen, Germany ISBN 978-3-319-76314-9 ISBN 978-3-319-76315-6

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

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

Strong Predictor-Corrector Euler Methods for Stochastic Differential Equations

Strong Predictor-Corrector Euler Methods for Stochastic Differential Equations Strong Predictor-Corrector Euler Methods for Stochastic Differential Equations Nicola Bruti-Liberati 1 and Eckhard Platen July 14, 8 Dedicated to the 7th Birthday of Ludwig Arnold. Abstract. This paper

More information

Controlled Markov Processes and Viscosity Solutions

Controlled Markov Processes and Viscosity Solutions Controlled Markov Processes and Viscosity Solutions Wendell H. Fleming, H. Mete Soner Controlled Markov Processes and Viscosity Solutions Second Edition Wendell H. Fleming H.M. Soner Div. Applied Mathematics

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

Introduction to the Theory and Application of the Laplace Transformation

Introduction to the Theory and Application of the Laplace Transformation Gustav Doetsch Introduction to the Theory and Application of the Laplace Transformation With 51 Figures and a Table of Laplace Transforms Translation by Walter Nader Springer-Verlag Berlin Heidelberg New

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

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

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

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

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

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

Springer Series in Solid-State Sciences. Edited by Peter Fulde

Springer Series in Solid-State Sciences. Edited by Peter Fulde 7 Springer Series in Solid-State Sciences Edited by Peter Fulde Springer Series in Solid-State Sciences Editors: M. Cardona P. Fulde H.-J. Queisser Volume 1 Principles of Magnetic Resonance By C. P. Slichter

More information

Graduate Texts in Mathematics 22

Graduate Texts in Mathematics 22 Graduate Texts in Mathematics 22 Managing Editors: P. R. Halmos C. C. Moore Donald W. Barnes lohn M. Mack An Aigebraic Introduction to Mathematical Logic Springer Science+Business Media, LLC Donald W.

More information

Applied Regression Modeling

Applied Regression Modeling Applied Regression Modeling Applied Regression Modeling A Business Approach Iain Pardoe University of Oregon Charles H. Lundquist College of Business Eugene, Oregon WILEY- INTERSCIENCE A JOHN WILEY &

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 Series in Information Sciences 32 Editor: Thomas S. Huang Springer Berlin Heidelberg New York Barcelona Budapest Hong Kong London Milan Paris Santa Clara Singapore Tokyo Springer Series in Information

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

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

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

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

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