Artículos relacionados a Matrices, Moments and Quadrature with Applications:...

Matrices, Moments and Quadrature with Applications: 30 (Princeton Series in Applied Mathematics) - Tapa dura

 
9780691143415: Matrices, Moments and Quadrature with Applications: 30 (Princeton Series in Applied Mathematics)

Sinopsis

This computationally oriented book describes and explains the mathematical relationships among matrices, moments, orthogonal polynomials, quadrature rules, and the Lanczos and conjugate gradient algorithms. The book bridges different mathematical areas to obtain algorithms to estimate bilinear forms involving two vectors and a function of the matrix. The first part of the book provides the necessary mathematical background and explains the theory. The second part describes the applications and gives numerical examples of the algorithms and techniques developed in the first part. Applications addressed in the book include computing elements of functions of matrices; obtaining estimates of the error norm in iterative methods for solving linear systems and computing parameters in least squares and total least squares; and solving ill-posed problems using Tikhonov regularization. This book will interest researchers in numerical linear algebra and matrix computations, as well as scientists and engineers working on problems involving computation of bilinear forms.

"Sinopsis" puede pertenecer a otra edición de este libro.

Acerca del autor

Gene H. Golub (1932-2007) was the Fletcher Jones Professor of Computer Science at Stanford University and the coauthor of "Matrix Computations". Gerard Meurant, the author of three books on numerical linear algebra, has worked in scientific computing for almost four decades. He is retired from France's Commissariat a l'Energie Atomique.

Fragmento. © Reproducción autorizada. Todos los derechos reservados.

Matrices, Moments and Quadrature with Applications

By Gene H. Golub Gérard Meurant

PRINCETON UNIVERSITY PRESS

Copyright © 2010 Princeton University Press
All right reserved.

ISBN: 978-0-691-14341-5

Contents

Preface..........................................................................................xiPART 1. THEORY...................................................................................1Chapter 1. Introduction..........................................................................3Chapter 2. Orthogonal Polynomials................................................................8Chapter 3. Properties of Tridiagonal Matrices....................................................24Chapter 4. The Lanczos and Conjugate Gradient Algorithms.........................................39Chapter 5. Computation of the Jacobi Matrices....................................................55Chapter 6. Gauss Quadrature......................................................................84Chapter 7. Bounds for Bilinear Forms uT f(A)v.........................................112Chapter 8. Extensions to Nonsymmetric Matrices...................................................117Chapter 9. Solving Secular Equations.............................................................122PART 2. APPLICATIONS.............................................................................137Chapter 10. Examples of Gauss Quadrature Rules...................................................139Chapter 11. Bounds and Estimates for Elements of Functions of Matrices...........................162Chapter 12. Estimates of Norms of Errors in the Conjugate Gradient Algorithm.....................200Chapter 13. Least Squares Problems...............................................................227Chapter 14. Total Least Squares..................................................................256Chapter 15. Discrete Ill-Posed Problems..........................................................280Bibliography.....................................................................................335Index............................................................................................361

Chapter One

Introduction

The aim of this book is to describe and explain the beautiful mathematical relationships between matrices, moments, orthogonal polynomials, quadrature rules and the Lanczos and conjugate gradient algorithms. Even though we recall the mathematical basis of the algorithms, this book is computationally oriented. The main goal is to obtain efficient numerical methods to estimate or in some cases to bound quantities like I[f] = uT f(A)v where u and v are given vectors, A is a symmetric nonsingular matrix and f is a smooth function. The main idea developed in this book is to write I[f] as a Riemann–Stieltjes integral and then to apply Gauss quadrature rules to compute estimates or bounds of the integral. The nodes and weights of these quadrature rules are given by the eigenvalues and eigenvectors of tridiagonal matrices whose nonzero coefficients describe the three-term recurrences satisfied by the orthogonal polynomials associated with the measure of the Riemann–Stieltjes integral. Beautifully, these orthogonal polynomials can be generated by the Lanczos algorithm when u = v or by its variants otherwise. All these topics have a long and rich history starting in the nineteenth century. Our aim is to bring together results and algorithms from different areas. Results about orthogonal polynomials and quadrature rules may not be so well known in the matrix computation community, and conversely the applications in matrix computations that can be done with orthogonal polynomials and quadrature rules may be not too familiar to the community of researchers working on these topics. We will see that it can be very fruitful to mix techniques coming from different areas.

There are many instances in which one would like to compute bilinear forms like uT f(A)v. A first obvious application is the computation of some elements of the matrix f(A) when it is not desired or feasible to compute all of f(A). Computation of quadratic forms rT A-ir for i = 1, 2 is interesting to obtain estimates of error norms when one has an approximate solution [??] of a linear system Ax = b and r is the residual vector b - A]??]. Bilinear or quadratic forms also arise naturally for the computation of parameters in some numerical methods for solving least squares or total least squares problems and also in Tikhonov regularization for solving ill-posed problems.

The first part of the book provides the necessary mathematical background and explains the theory while the second part describes applications of these results, gives implementation details and studies improvements of some of the algorithms reviewed in the first part. Let us briefly describe the contents of the next chapters.

The second chapter is devoted to orthogonal polynomials, whose history started in the nineteenth century from the study of continued fractions. There are many excellent books on this topic, so we just recall the properties that will be useful in the other chapters. The important point for our purposes is that orthogonal polynomials satisfy three-term recurrences. We are also interested in some properties of the zeros of these polynomials. We give some examples of classical orthogonal polynomials like the Legendre, Chebyshev and Laguerre polynomials. Some of them will be used later in several algorithms and in numerical experiments. We also introduce a less classical topic, matrix orthogonal polynomials, that is, polynomials whose coefficients are square matrices. These polynomials satisfy block three-term recurrences and lead to consideration of block tridiagonal matrices. They will be useful for computing estimates of off-diagonal elements of functions of matrices.

Since tridiagonal matrices will play a prominent role in the algorithms described in this book, chapter 3 recalls properties of these matrices. We consider Choleskylike factorizations of symmetric tridiagonal matrices and properties of the eigenvalues and eigenvectors. We will see that some elements of the inverse of tridiagonal matrices (particularly the (1, 1) element) come into play for estimating bilinear forms involving the inverse of A. Hence, we give expressions of elements of the inverse obtained from Cholesky factorizations and algorithms to cheaply compute elements of the inverse. Finally, we describe the QD algorithm which was introduced by H. Rutishauser to compute eigenvalues of tridiagonal matrices and some of its variants. This algorithm will be used to solve inverse problems, namely reconstruction of symmetric tridiagonal matrices from their spectral properties.

Chapter 4 briefly describes the well-known Lanczos and conjugate gradient (CG) algorithms. The Lanczos algorithm will be used to generate the recurrence coefficients of orthogonal polynomials related to our problem. The conjugate gradient algorithm is closely linked to Gauss quadrature and we will see that quadrature rules can be used to obtain bounds or estimates of norms of the error during CG iterations when solving symmetric positive definite linear systems. We also describe the nonsymmetric Lanczos and the block Lanczos algorithms which will be useful to compute estimates of bilinear forms uT f(A)v when u [not equal to] v. Another topic of interest in this chapter is the Golub–Kahan bidiagonalization algorithms that are useful when solving least squares problems.

Chapter 5 deals with the computation of the tridiagonal matrices containing the coefficients of the three-term recurrences satisfied by orthogonal polynomials. These matrices are called Jacobi matrices. There are many circumstances in which we have to compute the Jacobi matrices either from knowledge of the measure of a Riemann–Stieltjes integral or from the moments related to the measure. It is also important to be able to solve the inverse problem of reconstructing the Jacobi matrices from the nodes and weights of a quadrature formula which defines a discrete measure. We first describe the Stieltjes procedure, which dates back to the nineteenth century. It computes the coefficients from the measure which, in most cases, has to be approximated by a discrete measure. This algorithm can be considered as a predecessor of the Lanczos algorithm although it was not constructed to compute eigenvalues. Unfortunately there are cases for which the Stieltjes algorithm gives poor results due to a sensitivity to roundoff errors. Then we show how the nonzero entries of the Jacobi matrices are related to determinants of Hankel matrices constructed from the moments. These formulas are of little computational interest even though they have been used in some algorithms. More interesting is the modified Chebyshev algorithm, which uses so-called modified moments to compute the Jacobi matrix. These modified moments are obtained from some known auxiliary orthogonal polynomials. The next section consider several algorithms for solving the problem of constructing the Jacobi matrix from the nodes and weights of a discrete measure. They are the eigenvalues and squares of the first elements of the eigenvectors. Hence, this is in fact an inverse eigenvalue problem of reconstructing a tridiagonal matrix from spectral information. Finally, we describe modification algorithms which compute the Jacobi matrices for measures that are given by a measure for which we know the coefficients of the three-term recurrence multiplied or divided by a polynomial.

The subject of chapter 6 is Gauss quadrature rules to obtain approximations or bounds for Riemann–Stieltjes integrals. The nodes and weights of these rules are related to the orthogonal polynomials associated with the measure and they can be computed using the eigenvalues and eigenvectors of the Jacobi matrix describing the three-term recurrence. With N nodes, the Gauss rule is exact for polynomials of order 2N - 1. The Jacobi matrix has to be modified if one wants to fix a node at one end or at both ends of the integration interval. This gives respectively the Gauss–Radau and Gauss–Lobatto quadrature rules. We also consider the anti-Gauss quadrature rule devised by D. P. Laurie to obtain a rule whose error is the opposite of the error of the Gauss rule. This is useful to estimate the error of the Gauss quadrature rule. The Gauss–Kronrod quadrature rule uses 2N + 1 nodes of which N are the Gauss rule nodes to obtain a rule that is exact for polynomials of degree 3N + 1. It can also be used to estimate errors in Gauss rules. Then we turn to topics that may be less familiar to the reader. The first one is the nonsymmetric Gauss quadrature rule which uses two sets of orthogonal polynomials. The second one is block Gauss quadrature rules to handle the case where the measure is a symmetric matrix. This involves the matrix orthogonal polynomials that were studied in chapter 2.

Chapter 7 is, in a sense, a summary of the previous chapters. It shows how the theoretical results and the techniques presented before allow one to obtain bounds and estimates of bilinear forms uT f(A)v when A is a symmetric matrix and f a smooth function. First, we consider the case of a quadratic form with u = v. To solve this problem we use the Lanczos algorithm which provides a Jacobi matrix. Using the eigenvalues and eigenvectors of this matrix (eventually suitably modified) we can compute the nodes and weights of Gauss quadrature rules. This gives estimates or bounds (if the signs of the derivatives of f are constant over the interval of integration) of the quadratic form. When u [not equal to] v we use either the nonsymmetric Lanczos algorithm or the block Lanczos algorithm. With the former we can in some cases obtain bounds for the bilinear form whereas with the latter we obtain only estimates. However, the block Lanczos algorithm has the advantage of delivering estimates of several elements of f(A) instead of just one for the nonsymmetric Lanczos algorithm.

Chapter 8 briefly describes extensions of the techniques summarized in chapter 7 to the case of a nonsymmetric matrix A. The biconjugate gradient and the Arnoldi algorithms have been used to compute estimates of uT f(A)v or uH f(A)v in the complex case. Some justifications of this can be obtained through the use of Gauss quadrature in the complex plane or, more interestingly, the Vorobyev moment problem.

The first part of the book is ended by chapter 9 which is devoted to solving secular equations. We give some examples of problems for which it is useful to solve such equations. One example is computing the eigenvalues of a matrix A perturbed by a rank-one matrix ccT where c is a given vector. To compute the eigenvalues µ we have to solve the equation 1 + cT (A - µI)-1 c = 0. Note that this equation involves a quadratic form. Using the spectral decomposition of A, this problem can be reduced to solving a secular equation. We review different numerical techniques to solve such equations. Most of them are based on use of rational interpolants.

The second part of the book describes applications and gives numerical examples of the algorithms and techniques developed in the first nine chapters.

Even though this is not the main topic of the book, chapter 10 gives examples of computation of Gauss quadrature rules. It amounts to computing eigenvalues and the first components of the eigenvectors. We compare the Golub and Welsch algorithm with other implementations of the QR or the QL algorithms. We also show some examples of computation of integrals and describe experiments with modification algorithms where one computes the Jacobi matrix associated with a known measure multiplied or divided by a polynomial.

Chapter 11 is concerned with the computation of bounds for elements of f(A). The functions f we are interested in as examples are A-1, exp(A) and vA. We start by giving analytical lower and upper bounds for elements of the inverse. This is obtained by doing "by hand" one or two iterations of the Lanczos algorithm. These results are then extended to any function f. We also show how to compute estimates of the trace of the inverse and of the determinant of A, a problem which does not exactly fit in the same framework. These algorithms are important for some applications in physics. Several numerical examples are provided to show the efficiency of our techniques for computing bounds and to analyze their accuracy.

Chapter 12 studies the close relationships of the conjugate gradient algorithm with Gauss quadrature. In fact, the square of the A-norm of the error at iteration k is the remainder of a k-point Gauss quadrature rule for computing (r0)T A-1 r0 where r0 is the initial residual. Bounds of the A-norm of the error can be computed during CG iterations by exploiting this relationship. If one is interested in the l2 norm of the error, it can also be estimated during the CG iterations. This leads to the definition of reliable stopping criteria for the CG algorithm. These estimates have been used when solving finite element problems. One can define a stopping criterion such that the norm of the error with the solution of the continuous problem is at the level one can expect for a given mesh size. Numerous examples of computation of bounds of error norms are provided.

In chapter 13 we consider the least squares fit of some given data by polynomials. The solution to this problem can be expressed using the orthogonal polynomials related to the discrete inner product defined by the data. We are particularly interested in the updating and downdating operations where one adds or deletes data from the sample. This amounts to computing new Jacobi matrices from known ones. We review algorithms using orthogonal transformations to solve these problems, which are also linked to inverse eigenvalue problems. We also consider the problem of computing the backward error of a least squares solution. Use of the exact expression of the backward error is difficult because it amounts to computing the smallest eigenvalue of a rank-one modification of a singular matrix. However one can compute an approximation of the backward error with Gauss quadrature.

Given a matrix A and a right-hand side c, the method of Total Least Squares (TLS) looks for the solution of (A + E)x = c + r where E and r are the smallest perturbations in the Frobenius norm such that c + r is in the range of A + E. To compute the solution we need the smallest singular value of the matrix (A c). It is given as the solution of a secular equation. In chapter 14, approximations of this solution are obtained by using the Golub–Kahan bidiagonalization algorithm and Gauss quadrature.

Finally, chapter 15 considers the determination of the Tikhonov regularization parameter for discrete ill-posed problems. There are many criteria which have been devised to define good parameters. We mainly study generalized cross-validation (GCV) and the L-curve criteria. The computations of the "optimal" parameters for these methods involve the computation of quadratic forms which can be approximated using Gauss quadrature rules. We describe improvements of algorithms which have been proposed in the literature and we provide numerical experiments to compare the different criteria and the algorithms implementing them.

This book should be useful to researchers in numerical linear algebra and more generally to people interested in matrix computations. It can be of interest too to scientists and engineers solving problems in which computation of bilinear forms arises naturally.

Chapter Two

Orthogonal Polynomials

In this chapter, we briefly recall the properties of orthogonal polynomials which will be needed in the next chapters. We are mainly interested in polynomials of a real variable defined in an interval of the real line. For more details, see the book by Szegö or the book by Chihara, and also the paper for theoretical results on classical orthogonal polynomials and the nice book by Gautschi for the computational aspects.

2.1 Definition of Orthogonal Polynomials

We will define orthogonal polynomials in either a finite or an infinite interval [a, b] of the real line. We first have to define orthogonality. For our purposes this is done through the definition of an inner product for functions of a real variable by using Riemann–Stieltjes integrals.

Definition 2.1 A Riemann–Stieltjes integral of a real valued continuous function f of a real variable with respect to a real function is denoted by

[MATHEMATICAL EXPRESSION NOT REPRODUCIBLE IN ASCII] (2.1)

and is defined to be the limit (if it exists), as the mesh size of the partition of the interval [a, b] goes to zero, of the sums

[MATHEMATICAL EXPRESSION NOT REPRODUCIBLE IN ASCII]

where ci [member of] [?i, ? i+1].

Note that we obtain a Riemann integral if da(?) = d?. If a is continuously differentiable, the integral (2.1) is equal to

[MATHEMATICAL EXPRESSION NOT REPRODUCIBLE IN ASCII]

See for instance Riesz and Nagy. But this is not always the case since a may have jumps or may have a zero derivative almost everywhere. Then the Riemann–Stieltjes integral (2.1) cannot be reduced to a Riemann integral. However, in many cases Riemann–Stieltjes integrals are directly written as

[MATHEMATICAL EXPRESSION NOT REPRODUCIBLE IN ASCII]

where w is called the weight function.

(Continues...)


Excerpted from Matrices, Moments and Quadrature with Applicationsby Gene H. Golub Gérard Meurant Copyright © 2010 by Princeton University Press. Excerpted by permission of PRINCETON UNIVERSITY PRESS. All rights reserved. No part of this excerpt may be reproduced or reprinted without permission in writing from the publisher.
Excerpts are provided by Dial-A-Book Inc. solely for the personal use of visitors to this web site.

"Sobre este título" puede pertenecer a otra edición de este libro.

Comprar usado

Condición: Bueno
Your purchase helps support Sri...
Ver este artículo

EUR 4,54 gastos de envío desde Reino Unido a España

Destinos, gastos y plazos de envío

Comprar nuevo

Ver este artículo

EUR 7,51 gastos de envío desde Reino Unido a España

Destinos, gastos y plazos de envío

Resultados de la búsqueda para Matrices, Moments and Quadrature with Applications:...

Imagen de archivo

Golub, Gene H.
Publicado por Princeton University Press, 2009
ISBN 10: 0691143412 ISBN 13: 9780691143415
Antiguo o usado Tapa dura

Librería: Phatpocket Limited, Waltham Abbey, HERTS, Reino Unido

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Condición: Very Good. Your purchase helps support Sri Lankan Children's Charity 'The Rainbow Centre'. Shows some signs of wear but in good overall condition. Our donations to The Rainbow Centre have helped provide an education and a safe haven to hundreds of children who live in appalling conditions. Nº de ref. del artículo: Z1-U-033-01642

Contactar al vendedor

Comprar usado

EUR 50,51
Convertir moneda
Gastos de envío: EUR 4,54
De Reino Unido a España
Destinos, gastos y plazos de envío

Cantidad disponible: 1 disponibles

Añadir al carrito

Imagen de archivo

Golub, Gene & Meurant, Gerard
Publicado por Princeton University Press, 2010
ISBN 10: 0691143412 ISBN 13: 9780691143415
Nuevo Tapa dura

Librería: PsychoBabel & Skoob Books, Didcot, Reino Unido

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Hardcover. Condición: New. New hardcover. Unread shop stock. Nº de ref. del artículo: 608990

Contactar al vendedor

Comprar nuevo

EUR 53,57
Convertir moneda
Gastos de envío: EUR 7,51
De Reino Unido a España
Destinos, gastos y plazos de envío

Cantidad disponible: 1 disponibles

Añadir al carrito

Imagen de archivo

Golub, Gene H., Meurant, G�rard
Publicado por Princeton University Press, 2009
ISBN 10: 0691143412 ISBN 13: 9780691143415
Nuevo Tapa dura

Librería: Labyrinth Books, Princeton, NJ, Estados Unidos de America

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Condición: New. Nº de ref. del artículo: 127277

Contactar al vendedor

Comprar nuevo

EUR 49,49
Convertir moneda
Gastos de envío: EUR 18,88
De Estados Unidos de America a España
Destinos, gastos y plazos de envío

Cantidad disponible: 7 disponibles

Añadir al carrito

Imagen del vendedor

Golub, Gene H.; Meurant, Gerard
Publicado por Princeton University Press, 2009
ISBN 10: 0691143412 ISBN 13: 9780691143415
Nuevo Tapa dura

Librería: GreatBookPrices, Columbia, MD, Estados Unidos de America

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Condición: New. Nº de ref. del artículo: 6127925-n

Contactar al vendedor

Comprar nuevo

EUR 64,24
Convertir moneda
Gastos de envío: EUR 17,16
De Estados Unidos de America a España
Destinos, gastos y plazos de envío

Cantidad disponible: 5 disponibles

Añadir al carrito

Imagen de archivo

Gene H. Golub
Publicado por Princeton University Press, 2009
ISBN 10: 0691143412 ISBN 13: 9780691143415
Nuevo Tapa dura

Librería: PBShop.store UK, Fairford, GLOS, Reino Unido

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

HRD. Condición: New. New Book. Shipped from UK. Established seller since 2000. Nº de ref. del artículo: WP-9780691143415

Contactar al vendedor

Comprar nuevo

EUR 81,32
Convertir moneda
Gastos de envío: EUR 4,28
De Reino Unido a España
Destinos, gastos y plazos de envío

Cantidad disponible: 2 disponibles

Añadir al carrito

Imagen de archivo

Gene H. Golub
Publicado por Princeton University Press, 2010
ISBN 10: 0691143412 ISBN 13: 9780691143415
Nuevo Tapa dura

Librería: PBShop.store US, Wood Dale, IL, Estados Unidos de America

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

HRD. Condición: New. New Book. Shipped from UK. Established seller since 2000. Nº de ref. del artículo: WP-9780691143415

Contactar al vendedor

Comprar nuevo

EUR 86,67
Convertir moneda
Gastos de envío: EUR 1,03
De Estados Unidos de America a España
Destinos, gastos y plazos de envío

Cantidad disponible: 2 disponibles

Añadir al carrito

Imagen de archivo

Golub, Gene H.,Meurant, GÃ rard
Publicado por Princeton University Press, 2009
ISBN 10: 0691143412 ISBN 13: 9780691143415
Antiguo o usado Tapa dura

Librería: PlumCircle, West Mifflin, PA, Estados Unidos de America

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

hardcover. Condición: Very Good. Publisher overstock. May have remainder mark / minor shelfwear. 99% of orders arrive in 4-10 days. Discounted shipping on multiple books. Nº de ref. del artículo: mon0001333399

Contactar al vendedor

Comprar usado

EUR 25,28
Convertir moneda
Gastos de envío: EUR 64,37
De Estados Unidos de America a España
Destinos, gastos y plazos de envío

Cantidad disponible: 1 disponibles

Añadir al carrito

Imagen de archivo

Gene H. Golub
Publicado por Princeton University Press, 2010
ISBN 10: 0691143412 ISBN 13: 9780691143415
Nuevo Tapa dura

Librería: Kennys Bookshop and Art Galleries Ltd., Galway, GY, Irlanda

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Condición: New. Describes and explains the mathematical relationships among matrices, moments, orthogonal polynomials, quadrature rules, and the Lanczos and conjugate gradient algorithms. This book provides the mathematical background and explains the theory. Series: Princeton Series in Applied Mathematics. Num Pages: 376 pages, 88 line illus. 135 tables. BIC Classification: PB. Category: (P) Professional & Vocational; (U) Tertiary Education (US: College). Dimension: 241 x 155 x 28. Weight in Grams: 670. . 2009. Hardcover. . . . . Nº de ref. del artículo: V9780691143415

Contactar al vendedor

Comprar nuevo

EUR 91,36
Convertir moneda
Gastos de envío: EUR 2,00
De Irlanda a España
Destinos, gastos y plazos de envío

Cantidad disponible: 1 disponibles

Añadir al carrito

Imagen del vendedor

Golub, Gene H.; Meurant, Gerard
Publicado por Princeton University Press, 2009
ISBN 10: 0691143412 ISBN 13: 9780691143415
Nuevo Tapa dura

Librería: GreatBookPricesUK, Woodford Green, Reino Unido

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Condición: New. Nº de ref. del artículo: 6127925-n

Contactar al vendedor

Comprar nuevo

EUR 81,31
Convertir moneda
Gastos de envío: EUR 17,34
De Reino Unido a España
Destinos, gastos y plazos de envío

Cantidad disponible: 4 disponibles

Añadir al carrito

Imagen de archivo

Golub, Gene H.; Meurant, Gérard
Publicado por Princeton University Press, 2009
ISBN 10: 0691143412 ISBN 13: 9780691143415
Nuevo Tapa dura

Librería: Ria Christie Collections, Uxbridge, Reino Unido

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Condición: New. In. Nº de ref. del artículo: ria9780691143415_new

Contactar al vendedor

Comprar nuevo

EUR 100,76
Convertir moneda
Gastos de envío: EUR 5,19
De Reino Unido a España
Destinos, gastos y plazos de envío

Cantidad disponible: 2 disponibles

Añadir al carrito

Existen otras 14 copia(s) de este libro

Ver todos los resultados de su búsqueda