Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

The Art of Differentiating Computer Programs: An Introduction to Algorithmic Differentiation

Posted By: ksveta6
The Art of Differentiating Computer Programs: An Introduction to Algorithmic Differentiation

The Art of Differentiating Computer Programs: An Introduction to Algorithmic Differentiation (Software, Environments and Tools) by Uwe Naumann
2012 | ISBN: 161197206X | English | 358 pages | PDF | 1 MB

This is the first entry-level book on algorithmic (also known as automatic) differentiation (AD), providing fundamental rules for the generation of first- and higher-order tangent-linear and adjoint code. The author covers the mathematical underpinnings as well as how to apply these observations to real-world numerical simulation programs.
Readers will find many examples and exercises, including hints to solutions. Also included are the prototype AD tools dco and dcc for use with the examples and exercises. The derivative code compiler dcc provides first- and higher-order tangent-linear and adjoint modes for a limited subset of C/C++. In addition, readers will have access to a supplementary website containing sources of all software discussed in the book, additional exercises and comments on their solutions (growing over the coming years), links to other sites on AD, and errata.

Audience: This book is intended for undergraduate and graduate students in computational science, engineering, and finance as well as applied mathematics and computer science. It will provide researchers and developers at all levels with an intuitive introduction to AD.

Contents: Preface; Acknowledgments; Optimality; Chapter 1: Motivation and Introduction; Chapter 2: First Derivative Code; Chapter 3: Higher Derivative Code; Chapter 4: Derivative Code Compilers An Introductory Tutorial; Chapter 5: dcc A Prototype Derivative Code Compiler; Appendix A: Derivative Code by Overloading; Appendix B: Syntax of dcc Input; Appendix C: (Hints on) Solutions; Bibliography; Index.