Numerical Methods in Computational Finance. Daniel J. Duffy

Читать онлайн книгу.

Numerical Methods in Computational Finance - Daniel J. Duffy


Скачать книгу
matrix (also known as generator matrix), while the Kolmogorov backward equation is:

      (3.33)StartFraction partial-differential upper P Subscript italic i j Baseline Over partial-differential t EndFraction left-parenthesis s semicolon t right-parenthesis equals sigma-summation Underscript k Endscripts upper Q Subscript italic i k Baseline left-parenthesis s right-parenthesis upper P Subscript italic k j Baseline left-parenthesis s semicolon t right-parenthesis period

      This chapter took over where Chapter 2 left off. We have tried to give a self-contained overview of the analytic properties of scalar ODEs and systems of ODEs as well as their numerical approximation. The topics are important in their own right, and an understanding of them is important in finance applications. We also gave a short introduction to stochastic differential equations (SDEs) in Section 3.4. We discuss SDEs and their relationship with PDEs in Chapter 13.

      There's no sense in being precise when you don't even know what you're talking about.

      John von Neumann

      This chapter introduces vector spaces of finite dimension. They can be seen as the n-dimensional generalisation of the two- and three-dimensional vectors that we have become accustomed to. In three dimensions, for example, a vector is a 3-tuple x equals left-parenthesis x 1 comma x 2 comma x 3 right-parenthesis identical-to left-parenthesis x comma y comma z right-parenthesis consisting of three components (elements), and it can be visualised as a directed line from the point (0, 0, 0) to the point left-parenthesis x 1 comma x 2 comma x 3 right-parenthesis. In higher dimensions this geometric analogy is lost (unless you are Albert Einstein), and we model vectors as an n-tuple left-parenthesis x 1 comma x 2 comma ellipsis comma x Subscript n Baseline right-parenthesis of homogeneous components of a certain type (in most cases real or complex variables). In particular, we discuss the following use cases as we progress:

       U1: Addition of vectors.

       U2: Premultiplication of a vector by a scalar (an element of a field).

       U3: Inner products in vector spaces.

       U4: Vector space norms.

       U5: The distance between two vectors in some norm.

      4.1.1 Notation

      This chapter attempts to present a self-contained and focused introduction to the essential concepts and methods for vector spaces of finite dimension. The applications are numerous, for example numerical linear algebra, finite Markov chains, multivariate optimisation, machine and statistical learning, graph theory and finite difference methods, to name just a few. To this end, we summarise the most important syntax and notation that we use throughout the book:

       F or K : a field

        : set of real and complex numbers, respectively

       α, β, a, b : scalars

       x, y, z : elements of a vector space

       V, W : vector spaces

       A, B, M : matrices

        : norm in a vector space

        : transpose of a vector, matrix

        : inverse of a matrix

       λ : eigenvalue of a matrix

       d(x, y) : distance between vectors x and y

       (x, y) : inner product of vectors x and y

        : n-dimensional real and complex spaces, respectively

        : set of real matrices with m rows and n columns

        : a vector space V over a field K (see also )

       dim V : dimension of a vector space

        : linear transformation between two vector spaces and over the same field K

       L(V; W) : the set of linear transformations from vector space V to vector space W

        : null space (kernel) of a linear transformation whose dimension is n(T)

        : the dimension of the range TV of a linear transformation

      We use the following important syntax to denote matrices:

      (4.1)upper A equals left-parenthesis a Subscript italic i j Baseline right-parenthesis comma 1 less-than-or-equal-to i less-than-or-equal-to m comma 1 less-than-or-equal-to j less-than-or-equal-to n colon matrix with m rows and n columns period

      These symbols are used in definitions, theorems and algorithms. A good way to learn is to take (simpler) concrete examples before moving to more complex cases and applications.

      From Wikipedia:

      In mathematics, a field is a set in which addition, subtraction, multiplication, and division are defined and these operators behave as the corresponding operations on rational and real numbers do. A field is thus a fundamental algebraic structure which is widely used in algebra, number theory, and many other areas of mathematics.

       The best known fields are the field of rational numbers, the field of real numbers and the field of complex numbers.

      In general, we use the symbol K to denote a generic field, but in most cases we work with real numbers as the underlying field in vector spaces. In some cases, complex numbers are used.

      A vector space V over a field K (denoted by V(K)) is a collection of objects (called vectors) together with operations of vector addition and multiplication by elements of K (called scalars) satisfying the following axioms for addition of vectors:

      (4.2)StartLayout 1st Row 1st Column Blank 2nd Column upper A 1 colon left-parenthesis x plus y right-parenthesis plus z equals x plus left-parenthesis y plus z right-parenthesis comma left-parenthesis x comma y comma z element-of <hr><noindex><a href=Скачать книгу