Solving Algebraic Computational Problems in Geodesy and Geoinformatics

Size: px
Start display at page:

Download "Solving Algebraic Computational Problems in Geodesy and Geoinformatics"

Transcription

1 Solving Algebraic Computational Problems in Geodesy and Geoinformatics The Answer to Modern Challenges Bearbeitet von Joseph L Awange, Erik W Grafarend 1. Auflage Buch. XVII, 333 S. Hardcover ISBN Format (B x L): 15,5 x 23,5 cm Gewicht: 1480 g Weitere Fachgebiete > Physik, Astronomie > Angewandte Physik > Geophysik Zu Inhaltsverzeichnis schnell und portofrei erhältlich bei Die Online-Fachbuchhandlung beck-shop.de ist spezialisiert auf Fachbücher, insbesondere Recht, Steuern und Wirtschaft. Im Sortiment finden Sie alle Medien (Bücher, Zeitschriften, CDs, ebooks, etc.) aller Verlage. Ergänzt wird das Programm durch Services wie Neuerscheinungsdienst oder Zusammenstellungen von Büchern zu Sonderpreisen. Der Shop führt mehr als 8 Millionen Produkte.

2 3 Basics of Polynomial Theory 3.1 Polynomial Equations In geodesy and geoinformatics, most observations are related to unknowns parameters through equations of algebraic (polynomial) type. In cases where the observations are not of polynomial type, as exemplified by the GPS meteorology problem of Chap. 13, they are converted via Theorem 3.1 on p. 20 into polynomials. The unknown parameters are then be obtained by solving the resulting polynomial equations. Such solutions are only possible through application of operations addition and multiplication on polynomials which form elements of polynomial rings. This chapter discusses polynomials and the properties that characterize them. Starting from the definitions of monomials, basic polynomial aspects that are relevant for daily operations are presented. A monomial is defined as Definition 3.1 (Monomial). A monomial is a multivariate product of the form x α 1 1 xα xαn n, (α 1,..., α n ) Z n + in the variables x 1,..., x n. In Definition 3.1 above, the set Z n + comprises positive elements of the set of integers (2.2) that we saw in Chap. 2, p. 8. Example 3.1 (Monomial). Consider the system of equations for solving distances in the three-dimensional resection problem given as (see e.g., (11.44) on p. 180) x a 12x 1 x 2 + x a o = 0 x b 23x 2 x 3 + x b o = 0 x c 31x 3 x 1 + x c o = 0 where x 1 R +, x 2 R +, x 3 R +.

3 18 3 Basics of Polynomial Theory The variables {x 1, x 2, x 3 } are unknowns while the other terms are known constants. The products of variables { x 2 1, x 1x 2, x 2 2, x 2x 3, x 2 3, x 3x 1 } are monomials in {x 1, x 2, x 3 }. Summation of monomials form polynomials defined as Definition 3.2 (Polynomial). A polynomial f k [x 1,...,x n ] in variables x 1,...,x n with coefficients in the field k is a finite linear combination of monomials with pairwise different terms expressed as f = α a α x α, a α k, x α = (x α 1,..., x αn ), α = (α 1,..., α n ), (3.1) where a α are coefficients in the field k, e.g., R or C and x α the monomials. Example 3.2 (Polynomials). Equations x a 12x 1 x 2 + x a o = 0 x b 23x 2 x 3 + x b o = 0 x c 31x 3 x 1 + x c o = 0, in Example 3.1 are multivariate polynomials. The first expression is a multivariate polynomial in two variables {x 1, x 2 } and a linear combination of monomials { x 2 1, x 1x 2, x 2 2}. The second expression is a multivariate polynomial in two variables {x 2, x 3 } and a linear combination of the monomials { x 2 2, x 2x 3, x 2 3}, while the third expression is a multivariate polynomial in two variables {x 3, x 1 } and a linear combination of the monomials { x 2 3, x 3x 1, x 2 1}. In Example 3.2, the coefficients of the polynomials are elements of the set Z. In general, the coefficients can take on any sets Q, R, C of number rings or other rings such as modular arithmetic rings. These coefficients can be added, subtracted, multiplied or divided, and as such play a key role in determining the solutions of polynomial equations. The definition of the set to which the coefficients belong determines whether a polynomial equation is solvable or not. Consider the following example: Example 3.3. Given an equation 9w 2 1 = 0 with the coefficients in the integral domain, obtain the integer solutions. Since the coefficient 9 Z, the equation does not have a solution. If instead the coefficient 9 Q, then the solution w = ± 1 3 exist.

4 3.2 Polynomial Rings 19 From Definition 2.1 of algebraic, polynomials become algebraic once (3.1) is equated to 0. The fundamental problem of algebra can thus be stated as the solution of equations of form (3.1) equated to Polynomial Rings In Sect. 2.3 of Chap. 2, the theory of rings was introduced with respect to numbers. Apart from the number rings, polynomials are objects that also satisfy ring axioms leading to polynomial rings upon which operations addition and multiplication are implemented Polynomial Objects as Rings Polynomial rings are defined as Definition 3.3 (Polynomial ring). Consider a ring R say of real numbers R. Given a variable x / R, a univariate polynomial f(x) is formed (see Definition 3.2 on p. 18) by assigning coefficients a i R to the variable and obtaining summation over finite number of distinct integers. Thus f(x) = c α x α, c α R, α 0 α is said to be a univariate polynomial over R. If two polynomials are given such that f 1 (x) = c i x i and f 2 (x) = d j x j, then two binary i j operations addition and multiplication can be defined on these polynomials such that: (a) Addition: f 1 (x) + f 2 (x) = e k x k, e k = c k + d k, e k R k (b) Multiplication: f 1 (x).f 2 (x) = g k x k, g k = c i d j, g k R. k i+j=k A collection of polynomials with these additive and multiplicative rules form a commutative ring with zero element and identity 1. A univariate polynomial f(x) obtained by assigning elements c i belonging to the ring R to the variable x is called a polynomial ring and is expressed as f(x) = R[x]. In general the entire collection of all polynomials in x 1,...,x n, with coefficients in the field k that satisfy the definition of a ring above are called a polynomial rings. Designated P, polynomial rings are represented by n unknown variables x i over k expressed as P := k [x 1,..., x n ]. Its elements are polynomials

5 20 3 Basics of Polynomial Theory known as univariate when n = 1 and multivariate otherwise. The distinction between a polynomial ring and a polynomial is that the latter is the sum of a finite set of monomials (see e.g., Definition 3.1 on p. 17) and is an element of the former. Example 3.4. Equations x a 12x 1 x 2 + x a o = 0 x b 23x 2 x 3 + x b o = 0 x c 31x 3 x 1 + x c o = 0 of Example 3.1 are said to be polynomials in three variables [x 1, x 2, x 3 ] forming elements of the polynomial ring P over the field of real numbers R expressed as P := R [x 1, x 2, x 3 ]. Polynomials that we use in solving unknown parameters in various problems, as we shall see later, form elements of polynomial rings. Polynomial rings provide means and tools upon which to manipulate the polynomial equations. They can either be added, subtracted, multiplied or divided. These operations on polynomial rings form the basis of solving systems of equations algebraically as will be made clear in the chapters ahead. Next, we state the theorem that enables the solution of nonlinear systems of equations in geodesy and geoinformatics. Theorem 3.1. Given n algebraic (polynomial) observational equations, where n is the dimension of the observation space Y of order l in m unknown variables, and m is the dimension of the parameter space X, the application of least squares solution (LESS) to the algebraic observation equations gives (2l 1) as the order of the set of nonlinear algebraic normal equations. There exists m normal equations of the polynomial order (2l 1) to be solved. Proof. Given nonlinear algebraic equations f i k{ξ 1,..., ξ m } expressed as f 1 k{ξ 1,..., ξ m } f 2 k{ξ 1,..., ξ m }. (3.2).. f n k{ξ 1,..., ξ m }, with the order considered as l, we write the objective function to be minimized as

6 3.2 Polynomial Rings 21 f 2 = f f 2 n f i k{ξ 1,..., ξ m }, (3.3) and obtain the partial derivatives (first derivatives of 3.3) with respect to the unknown variables {ξ 1,..., ξ m }. The order of (3.3) which is l 2 then reduces to (2l 1) upon differentiating the objective function with respect to the variables ξ 1,..., ξ m. Thus resulting in m normal equations of the polynomial order (2l 1). Example 3.5 (Pseudo-ranging problem). For pseudo-ranging or distance equations, the order of the polynomials in the algebraic observational equations is l = 2. If we take the pseudo-ranges squared or distances squared, a necessary procedure in-order to make the observation equations algebraic or polynomial, and implement least squares solution (LESS), the objective function which is of order l = 4 reduces by one to order l = 3 upon differentiating once. The normal equations are of order l = 3 as expected. The significance of Theorem 3.1 is that all observational equations of interest are successfully converted to algebraic or polynomial equations. This implies that problems requiring exact algebraic solutions must first have their equations converted into algebraic. This will be made clear in Chap. 13 where trigonometric nonlinear system on equations are first converted into algebraic Operations Addition and Multiplication Definition 3.3 implies that a polynomial ring qualifies as a ring based on the applications of operations addition and multiplication on its coefficients. In this case, the axioms that follow the Abelian group with respect to addition and the semi group with respect to multiplication readily follow. Of importance in manipulating polynomial rings using operations addition and multiplication is the concept of division of polynomials defined as Definition 3.4 (Polynomial division). Consider the polynomial ring k[x] whose elements are polynomials f(x) and g(x). There exists unique polynomials p(x) and r(x) also elements of polynomial ring k[x] such that f(x) = g(x)p(x) + r(x), with either r(x) = 0 or degree of r(x) is less than the degree of g(x).

7 22 3 Basics of Polynomial Theory For univariate polynomials, as in Definition 3.4, the Euclidean algorithm employs operations addition and multiplication to factor polynomials in-order to reduce them to satisfy the definition of division algorithm. 3.3 Factoring Polynomials In-order to understand the factorization of polynomials, it is essential to revisit some of the properties of prime numbers of integers. This is due to the fact that polynomials behave much like integers. Whereas for integers, any integer n > 1 is either prime (i.e., can only be factored by 1 and n itself) or a product of prime numbers, a polynomial f(x) k[x] is either irreducible in k[x] or factors as a product of irreducible polynomials in the field k[x]. The polynomial f(x) has to be of positive degree. Factorization of polynomials play an important role as it enables solution of polynomial roots as will be seen in the next section. Indeed, the Groebner basis algorithm presented in Chap. 4 makes use of the factorization of polynomials. In general, computer algebra systems discussed in Chap. 16 offers possibilities of factoring polynomials. 3.4 Polynomial Roots More often than not, the most encountered interaction with polynomials is perhaps the solution of its roots. Finding the roots of polynomials is essential for most computations that we undertake in practice. As an example, consider a simple planar ranging case where distances have been measured from two known stations to an unknown station (see e.g, Fig. 4.1 on p. 30). In such a case, the measured distances are normally related to the coordinates of the unknown station by multivariate polynomial equations. If for instance a station P 1, whose coordinates are {x 1, y 1 } is occupied, the distance s 1 can be measured to an unknown station P 0. The coordinates {x 0, y 0 } of this unknown station are desired and have to be determined from distance measurements. The relationship between the measured distance and the coordinates is given by s 1 = (x 1 x 0 ) 2 + (y 1 y 0 ) 2. (3.4) Applying Theorem 3.1, a necessary step to convert (3.4) into polynomial, (3.4) is squared to give a multivariate quadratic polynomial

8 3.4 Polynomial Roots 23 s 2 1 = (x 1 x 0 ) 2 + (y 1 y 0 ) 2. (3.5) Equation (3.5) has two unknowns thus necessitating a second distance measurement to be taken. Measuring this second distance s 2 from station P 2, whose coordinates {x 2, y 2 } are known, to the unknown station P 0 leads to a second multivariate quadratic polynomial equation s 2 2 = (x 2 x 0 ) 2 + (y 2 y 0 ) 2. (3.6) The intersection of the two equations (3.5) and (3.6) results in two quadratic equations ax bx 0 + c = 0 and dy ey 0 + f = 0 whose roots give the desired coordinates x 0, y 0 of the unknown station P 0. In Sect. 4.1, we will expound further on the derivation of these multivariate quadratic polynomial equations. In Sect. 3.6, we will discuss the types of polynomials with real coefficients. Suffice to mention at this point that polynomials, as defined in Definition 3.2 with the coefficients in the field k, has a solution ξ such that on replacing the variable x α, one obtains a n ξ n + a n 1 ξ n a 1 ξ + a 0 = 0. (3.7) From high school algebra, we learnt that if ξ is a solution of a polynomial f(x), also called the root of f(x), then (x ξ) divides the polynomial f(x). This fact enables the solution of the remaining roots of the polynomial as we already know. The division of f(x) by (x ξ) obeys the division rule discussed in Sect In a case where f(x) = 0 has many solutions (i.e., multiple roots ξ 1, ξ 2,..., ξ m ), then (x ξ 1 ), (x ξ 2 ),...,(x ξ m ) all divide f(x) in the field k. In general, a polynomial of degree n will have n roots that are either real or complex. If one is operating in the real domain, i.e., the polynomial coefficients are real, the complex roots normally results in a pair of conjugate roots. Polynomial coefficients play a significant role in the determination of the roots. A slight change in the coefficients would significantly alter the solutions. For ill-conditioned polynomials, such a change in the coefficients can lead to disastrous results. Methods of determining polynomial roots have been elaborately presented by [269]. We should point out that for polynomials of degree n in the field of real numbers R however, the solutions exist only for polynomials up to degree 4. Above this, Niels Henrick Abel ( ) proved through his impossibility theorem that the roots are insolvable, while Evariste Galois ( ) gave a more concrete proof that for every integer n greater than 4, there can not be a formula for the roots of a general n t h degree polynomial in terms of coefficients.

Quantum Mechanics of Molecular Structures

Quantum Mechanics of Molecular Structures Quantum Mechanics of Molecular Structures Bearbeitet von Kaoru Yamanouchi 1. Auflage 2013. Buch. xiv, 267 S. Hardcover ISBN 978 3 642 32380 5 Format (B x L): 15,5 x 23,5 cm Gewicht: 590 g Weitere Fachgebiete

More information

Schrödinger Equations and Diffusion Theory

Schrödinger Equations and Diffusion Theory Modern Birkhäuser Classics Schrödinger Equations and Diffusion Theory Bearbeitet von Masao Nagasawa 1993 2012. Taschenbuch. xii, 319 S. Paperback ISBN 978 3 0348 0559 9 Format (B x L): 15,5 x 23,5 cm Gewicht:

More information

The Mathematics of Minkowski Space-Time

The Mathematics of Minkowski Space-Time Frontiers in Mathematics The Mathematics of Minkowski Space-Time With an Introduction to Commutative Hypercomplex Numbers Bearbeitet von Francesco Catoni, Dino Boccaletti, Roberto Cannata, Vincenzo Catoni,

More information

Reflecting Telescope Optics II

Reflecting Telescope Optics II Reflecting Telescope Optics II Manufacture, Testing, Alignment, Modern Techniques Bearbeitet von Raymond N Wilson überarbeitet 2001. Buch. xviii, 557 S. Hardcover ISBN 978 3 540 60356 6 Format (B x L):

More information

Superlinear Parabolic Problems

Superlinear Parabolic Problems Birkhäuser Advanced Texts Basler Lehrbücher Superlinear Parabolic Problems Blow-up, Global Existence and Steady States Bearbeitet von Pavol Quittner, Philippe Souplet 1. Auflage 2007. Buch. xii, 584 S.

More information

Perspectives on Projective Geometry

Perspectives on Projective Geometry Perspectives on Projective Geometry A Guided Tour Through Real and Complex Geometry Bearbeitet von Jürgen Richter-Gebert 1. Auflage 2011. Buch. xxii, 571 S. Hardcover ISBN 978 3 642 17285 4 Format (B x

More information

An Introduction to Kinetic Monte Carlo Simulations of Surface Reactions

An Introduction to Kinetic Monte Carlo Simulations of Surface Reactions Lecture Notes in Physics 856 An Introduction to Kinetic Monte Carlo Simulations of Surface Reactions Bearbeitet von A.P.J. Jansen 1. Auflage 2012. Taschenbuch. xvii, 254 S. Paperback ISBN 978 3 642 29487

More information

Supersymmetry and Equivariant de Rham Theory

Supersymmetry and Equivariant de Rham Theory Supersymmetry and Equivariant de Rham Theory Bearbeitet von Victor W Guillemin, Shlomo Sternberg, Jochen Brüning 1. Auflage 1999. Buch. xxiii, 232 S. Hardcover ISBN 978 3 540 64797 3 Format (B x L): 15,5

More information

Size Exclusion Chromatography

Size Exclusion Chromatography Springer Laboratory Size Exclusion Chromatography Bearbeitet von Sadao Mori, Howard G Barth 1. Auflage 1999. Buch. xiv, 234 S. Hardcover ISBN 978 3 540 65635 7 Format (B x L): 15,5 x 23,5 cm Gewicht: 1170

More information

Analysis II. Bearbeitet von Herbert Amann, Joachim Escher

Analysis II. Bearbeitet von Herbert Amann, Joachim Escher Analysis II Bearbeitet von Herbert Amann, Joachim Escher 1. Auflage 2008. Taschenbuch. xii, 400 S. Paperback ISBN 978 3 7643 7472 3 Format (B x L): 17 x 24,4 cm Gewicht: 702 g Weitere Fachgebiete > Mathematik

More information

International Steam Tables - Properties of Water and Steam based on

International Steam Tables - Properties of Water and Steam based on International Steam Tables - Properties of Water and Steam based on the Industrial Formulation IAPWS-IF97 Tables, Algorithms, Diagrams, and CD-ROM Electronic Steam Tables - All of the equations of IAPWS-IF97

More information

Geometry by Its History

Geometry by Its History Undergraduate Texts in Mathematics Geometry by Its History Bearbeitet von Alexander Ostermann, Gerhard Wanner 1. Auflage 2012. Buch. xii, 440 S. Hardcover ISBN 978 3 642 29162 3 Format (B x L): 15,5 x

More information

An Introduction to the Theory of Functional Equations and Inequalities

An Introduction to the Theory of Functional Equations and Inequalities An Introduction to the Theory of Functional Equations and Inequalities Cauchy's Equation and Jensen's Inequality Bearbeitet von Marek Kuczma, Attila Gilányi Neuausgabe 2008. Taschenbuch. xiv, 595 S. Paperback

More information

Controlled Diffusion Processes

Controlled Diffusion Processes Stochastic Modelling and Applied Probability 14 Controlled Diffusion Processes Translation by A.B. Aries Bearbeitet von N. V. Krylov, A. B. Aries 1. Auflage 2008. Taschenbuch. xii, 310 S. Paperback ISBN

More information

Observation and Control for Operator Semigroups

Observation and Control for Operator Semigroups Birkhäuser Advanced Texts Basler Lehrbücher Observation and Control for Operator Semigroups Bearbeitet von Marius Tucsnak, George Weiss Approx. 496 p. 2009. Buch. xi, 483 S. Hardcover ISBN 978 3 7643 8993

More information

Differential Scanning Calorimetry

Differential Scanning Calorimetry Differential Scanning Calorimetry An Introduction for Practitioners Bearbeitet von Günther Höhne, Wolfgang F Hemminger, H.-J Flammersheim erweitert, überarbeitet 2003. Buch. xii, 298 S. Hardcover ISBN

More information

Geological Methods in Mineral Exploration and Mining

Geological Methods in Mineral Exploration and Mining Geological Methods in Mineral Exploration and Mining Bearbeitet von Roger Marjoribanks 2nd ed. 2010. Buch. xv, 238 S. Hardcover ISBN 978 3 540 74370 5 Format (B x L): 15,5 x 23,5 cm Gewicht: 596 g Weitere

More information

The Beauty of Everyday Mathematics

The Beauty of Everyday Mathematics The Beauty of Everyday Mathematics Bearbeitet von Norbert Herrmann 1. Auflage 2011. Taschenbuch. xiii, 138 S. Paperback ISBN 978 3 642 22103 3 Format (B x L): 15,5 x 23,5 cm Gewicht: 240 g Weitere Fachgebiete

More information

Full-Potential Electronic Structure Method

Full-Potential Electronic Structure Method Springer Series in Solid-State Sciences 167 Full-Potential Electronic Structure Method Energy and Force Calculations with Density Functional and Dynamical Mean Field Theory Bearbeitet von John M. Wills,

More information

Scanning Probe Microscopy

Scanning Probe Microscopy Scanning Probe Microscopy The Lab on a Tip Bearbeitet von Ernst Meyer, Hans J. Hug, Roland Bennewitz 1. Auflage 2003. Buch. x, 210 S. Hardcover ISBN 978 3 540 43180 0 Format (B x L): 15,5 x 23,5 cm Gewicht:

More information

Design and Construction of Tunnels

Design and Construction of Tunnels Design and Construction of Tunnels Analysis of Controlled Deformations in Rock and Soils (ADECO-RS) Bearbeitet von Pietro Lunardi 1. Auflage 2008. Buch. xvii, 576 S. Hardcover ISBN 978 3 540 73874 9 Format

More information

Seismic Wave Propagation and Scattering in the Heterogeneous Earth : Second Edition

Seismic Wave Propagation and Scattering in the Heterogeneous Earth : Second Edition Seismic Wave Propagation and Scattering in the Heterogeneous Earth : Second Edition Bearbeitet von Haruo Sato, Michael C. Fehler, Takuto Maeda 1. Auflage 2012. Buch. xvi, 496 S. Hardcover ISBN 978 3 642

More information

Feynman-Kac-Type Theorems and Gibbs Measures on Path Space

Feynman-Kac-Type Theorems and Gibbs Measures on Path Space de Gruyter Studies in Mathematics 34 Feynman-Kac-Type Theorems and Gibbs Measures on Path Space With Applications to Rigorous Quantum Field Theory Bearbeitet von József Lörinczi, Fumio Hiroshima, Volker

More information

The Quantum Mechanics Solver

The Quantum Mechanics Solver The Quantum Mechanics Solver How to Apply Quantum Theory to Modern Physics Bearbeitet von Jean-Louis Basdevant, Jean Dalibard Neuausgabe 2005. Buch. xiv, 292 S. Hardcover ISBN 978 3 540 27721 7 Format

More information

Computational Chemistry Workbook

Computational Chemistry Workbook Computational Chemistry Workbook Learning Through Examples Bearbeitet von Thomas Heine, Jan-Ole Joswig, Achim Gelessus 1. Auflage 2009. Taschenbuch. XVI, 234 S. Paperback ISBN 978 3 527 32442 2 Format

More information

Arc-Continent Collision

Arc-Continent Collision Frontiers in Earth Sciences Arc-Continent Collision Bearbeitet von Dennis Brown, Paul D Ryan 1. Auflage 2011. Buch. xiii, 495 S. Hardcover ISBN 978 3 540 88557 3 Format (B x L): 19,3 x 26 cm Weitere Fachgebiete

More information

Ultrafast Spectroscopy of Semiconductors and Semiconductor Nanostructures

Ultrafast Spectroscopy of Semiconductors and Semiconductor Nanostructures Springer Series in Solid-State Sciences 115 Ultrafast Spectroscopy of Semiconductors and Semiconductor Nanostructures Bearbeitet von Jagdeep Shah erweitert 1999. Buch. xvi, 522 S. Hardcover ISBN 978 3

More information

de Gruyter Textbook Distributions Generalized Functions with Applications in Sobolev Spaces Bearbeitet von Pulin Kumar Bhattacharyya

de Gruyter Textbook Distributions Generalized Functions with Applications in Sobolev Spaces Bearbeitet von Pulin Kumar Bhattacharyya de Gruyter Textbook Distributions Generalized Functions with Applications in Sobolev Spaces Bearbeitet von Pulin Kumar Bhattacharyya 1. Auflage 2012. Taschenbuch. XXXVIII, 872 S. Paperback ISBN 978 3 11

More information

Symmetries and Group Theory in Particle Physics

Symmetries and Group Theory in Particle Physics Lecture Notes in Physics 823 Symmetries and Group Theory in Particle Physics An Introduction to Space-Time and Internal Symmetries Bearbeitet von Giovanni Costa, Gianluigi Fogli 1. Auflage 2012. Taschenbuch.

More information

Introduction to Wave Scattering, Localization and Mesoscopic Phenomena

Introduction to Wave Scattering, Localization and Mesoscopic Phenomena Springer Series in Materials Science 88 Introduction to Wave Scattering, Localization and Mesoscopic Phenomena Bearbeitet von Ping Sheng Neuausgabe 2006. Buch. xv, 329 S. Hardcover ISBN 978 3 540 29155

More information

The Ecozones of the World

The Ecozones of the World The Ecozones of the World The Ecological Divisions of the Geosphere Bearbeitet von Jürgen Schultz, B Ahnert Neuausgabe 2005. Buch. xii, 252 S. Hardcover ISBN 978 3 540 20014 7 Format (B x L): 15,5 x 23,5

More information

Beam-Wave Interaction in Periodic and Quasi-Periodic Structures

Beam-Wave Interaction in Periodic and Quasi-Periodic Structures Particle Acceleration and Detection Beam-Wave Interaction in Periodic and Quasi-Periodic Structures Bearbeitet von Levi Schächter 1. Auflage 2011. Buch. xvi, 441 S. Hardcover ISBN 978 3 642 19847 2 Format

More information

The Geology of Stratigraphic Sequences

The Geology of Stratigraphic Sequences The Geology of Stratigraphic Sequences Bearbeitet von Andrew Miall 2nd ed. 2010. Buch. xvii, 522 S. Hardcover ISBN 978 3 642 05026 8 Format (B x L): 19,5 x 26 cm Gewicht: 1337 g Weitere Fachgebiete > Geologie,

More information

Waves Called Solitons

Waves Called Solitons Waves Called Solitons Concepts and Experiments Bearbeitet von Michel Remoissenet überarbeitet 2003. Buch. XXIII, 328 S. Hardcover ISBN 978 3 540 65919 8 Format (B x L): 15,5 x 23,5 cm Gewicht: 1510 g Weitere

More information

Fiber Optics. Physics and Technology. Bearbeitet von Fedor Mitschke

Fiber Optics. Physics and Technology. Bearbeitet von Fedor Mitschke Fiber Optics Physics and Technology Bearbeitet von Fedor Mitschke 1. Auflage 2010. Buch. x, 288 S. Hardcover ISBN 978 3 642 03702 3 Format (B x L): 15,5 x 23,5 cm Gewicht: 1370 g Weitere Fachgebiete >

More information

Laser Processing of Materials

Laser Processing of Materials Springer Series in Materials Science 139 Laser Processing of Materials Fundamentals, Applications and Developments Bearbeitet von Peter Schaaf 1st Edition. 2010. Buch. XIV, 234 S. Hardcover ISBN 978 3

More information

Quantum Kinetics in Transport and Optics of Semiconductors

Quantum Kinetics in Transport and Optics of Semiconductors Springer Series in Solid-State Sciences 123 Quantum Kinetics in Transport and Optics of Semiconductors Bearbeitet von Hartmut Haug, Antti-Pekka Jauho Neuausgabe 2007. Buch. xix, 362 S. Hardcover ISBN 978

More information

Space-Time Reference Systems

Space-Time Reference Systems Space-Time Reference Systems Bearbeitet von Michael Soffel, Ralf Langhans 1. Auflage 2012. Buch. xiv, 314 S. Hardcover ISBN 978 3 642 30225 1 Format (B x L): 15,5 x 23,5 cm Gewicht: 654 g Weitere Fachgebiete

More information

Turbomachinery Flow Physics and Dynamic Performance

Turbomachinery Flow Physics and Dynamic Performance Turbomachinery Flow Physics and Dynamic Performance Bearbeitet von Meinhard T Schobeiri 1. Auflage 2004. Buch. XXI, 522 S. Hardcover ISBN 978 3 540 22368 9 Format (B x L): 15,5 x 23,5 cm Gewicht: 2070

More information

Piezoelectric Multilayer Beam Bending Actuators

Piezoelectric Multilayer Beam Bending Actuators Microtechnology and MEMS Piezoelectric Multilayer Beam Bending Actuators Static and Dynamic Behavior and Aspects of Sensor Integration Bearbeitet von Rüdiger G Ballas 1. Auflage 7. Buch. XXIII, 358 S.

More information

Gas Cyclones and Swirl Tubes

Gas Cyclones and Swirl Tubes Gas Cyclones and Swirl Tubes Principles, Design, and Operation Bearbeitet von Alex C Hoffmann, Louis E Stein Neuausgabe 2007. Buch. xxvi, 422 S. Hardcover ISBN 978 3 540 74694 2 Format (B x L): 15,5 x

More information

Stochastic Variational Approach to Quantum-Mechanical Few-Body Problems

Stochastic Variational Approach to Quantum-Mechanical Few-Body Problems Lecture Notes in Physics Monographs 54 Stochastic Variational Approach to Quantum-Mechanical Few-Body Problems Bearbeitet von Yasuyuki Suzuki, Kalman Varga 1. Auflage 1998. Buch. xiv, 314 S. Hardcover

More information

Computational Acoustics of Noise Propagation in Fluids - Finite and Boundary Element Methods

Computational Acoustics of Noise Propagation in Fluids - Finite and Boundary Element Methods Computational Acoustics of Noise Propagation in Fluids - Finite and Boundary Element Methods Bearbeitet von Steffen Marburg, Bodo Nolte 1. Auflage 2008. Buch. xiii, 578 S. Hardcover ISBN 978 3 540 77447

More information

Satellite Orbits. Models, Methods and Applications. Bearbeitet von Oliver Montenbruck, Eberhard Gill

Satellite Orbits. Models, Methods and Applications. Bearbeitet von Oliver Montenbruck, Eberhard Gill Satellite Orbits Models, Methods and Applications Bearbeitet von Oliver Montenbruck, Eberhard Gill 1st ed. 2000. Corr. 3rd printing 2011. Buch. xi, 369 S. ISBN 978 3 540 67280 7 Format (B x L): 15,5 x

More information

Dynamics of Fibre Formation and Processing

Dynamics of Fibre Formation and Processing Dynamics of Fibre Formation and Processing Modelling and Application in Fibre and Textile Industry Bearbeitet von Roland Beyreuther, Harald Brünig 1. Auflage 2006. Buch. xiii, 365 S. Hardcover ISBN 978

More information

Mass Extinction. Bearbeitet von Ashraf M.T Elewa

Mass Extinction. Bearbeitet von Ashraf M.T Elewa Mass Extinction Bearbeitet von Ashraf M.T Elewa 1. Auflage 2008. Buch. XIV, 252 S. Hardcover ISBN 978 3 540 75915 7 Format (B x L): 15,5 x 23,5 cm Gewicht: 567 g Weitere Fachgebiete > Geologie, Geographie,

More information

The BCS-BEC Crossover and the Unitary Fermi Gas

The BCS-BEC Crossover and the Unitary Fermi Gas Lecture Notes in Physics 836 The BCS-BEC Crossover and the Unitary Fermi Gas Bearbeitet von Wilhelm Zwerger 1. Auflage 2011. Taschenbuch. xvi, 532 S. Paperback ISBN 978 3 642 21977 1 Format (B x L): 15,5

More information

The k p Method. Electronic Properties of Semiconductors. Bearbeitet von Lok C Lew Yan Voon, Morten Willatzen

The k p Method. Electronic Properties of Semiconductors. Bearbeitet von Lok C Lew Yan Voon, Morten Willatzen The k p Method Electronic Properties of Semiconductors Bearbeitet von Lok C Lew Yan Voon, Morten Willatzen 1. Auflage 2009. Buch. xi, 445 S. Hardcover ISBN 978 3 540 92871 3 Format (B x L): 15,5 x 23,5

More information

Ray Optics, Fermat s Principle, and Applications to General Relativity

Ray Optics, Fermat s Principle, and Applications to General Relativity Lecture Notes in Physics Monographs 61 Ray Optics, Fermat s Principle, and Applications to General Relativity Bearbeitet von Volker Perlick 1. Auflage 2000. Buch. x, 222 S. Hardcover ISBN 978 3 540 66898

More information

Impacts of Global Change on the Hydrological Cycle in West and Northwest Africa

Impacts of Global Change on the Hydrological Cycle in West and Northwest Africa Impacts of Global Change on the Hydrological Cycle in West and Northwest Africa Bearbeitet von Peter Speth, Michael Christoph, Bernd Diekkrüger 1st Edition. 2010. Buch. XVI, 675 S. Hardcover ISBN 978 3

More information

Modern Developments in X-Ray and Neutron Optics

Modern Developments in X-Ray and Neutron Optics Springer Series in Optical Sciences 137 Modern Developments in X-Ray and Neutron Optics Bearbeitet von Alexei Erko, Mourad Idir, Thomas Krist, Alan G Michette 1. Auflage 2008. Buch. xxiv, 534 S. Hardcover

More information

Apartness and Uniformity

Apartness and Uniformity Theory and Applications of Computability Apartness and Uniformity A Constructive Development Bearbeitet von Douglas S. Bridges, Luminita Simona Vîta 1. Auflage 2011. Buch. XIV, 198 S. Hardcover ISBN 978

More information

Adsorbed Species on Surfaces and Adsorbate-Induced Surface Core Level Shifts

Adsorbed Species on Surfaces and Adsorbate-Induced Surface Core Level Shifts Landolt-Börnstein: Numerical Data and Functional Relationships in Science and Technology - New Series 42A4 Adsorbed Species on Surfaces and Adsorbate-Induced Surface Core Level Shifts Subvol. A: Adsorbed

More information

Exploration Geophysics

Exploration Geophysics Exploration Geophysics Bearbeitet von Mamdouh R. Gadallah, Ray Fisher. Auflage 2008. Buch. xxii, 266 S. Hardcover ISBN 978 3 540 8559 2 Format (B x L): 5,5 x 23,5 cm Gewicht: 649 g Weitere Fachgebiete

More information

Groundwater in Ethiopia

Groundwater in Ethiopia Springer Hydrogeology Groundwater in Ethiopia Features, Numbers and Opportunities Bearbeitet von Seifu Kebede 1. Auflage 2012. Buch. xiv, 283 S. Hardcover ISBN 978 3 642 30390 6 Format (B x L): 15,5 x

More information

The Middle Paraná River

The Middle Paraná River The Middle Paraná River Limnology of a Subtropical Wetland Bearbeitet von Martin H Iriondo, Juan César Paggi, María Julieta Parma 1. Auflage 2007. Buch. xii, 382 S. Hardcover ISBN 978 3 540 70623 6 Format

More information

Plant Cell Monographs 13. The Chloroplast. Interactions with the Environment. Bearbeitet von Anna Stina Sandelius, Henrik Aronsson

Plant Cell Monographs 13. The Chloroplast. Interactions with the Environment. Bearbeitet von Anna Stina Sandelius, Henrik Aronsson Plant Cell Monographs 13 The Chloroplast Interactions with the Environment Bearbeitet von Anna Stina Sandelius, Henrik Aronsson 1. Auflage 2008. Buch. xiv, 300 S. Hardcover ISB 978 3 540 68692 7 Format

More information

Dynamical Systems, Ergodic Theory and Applications

Dynamical Systems, Ergodic Theory and Applications Encyclopaedia of Mathematical Sciences 100 Dynamical Systems, Ergodic Theory and Applications Bearbeitet von L.A. Bunimovich, S.G. Dani, R.L. Dobrushin, M.V. Jakobson, I.P. Kornfeld, N.B. Maslova, Ya.B.

More information

Study and Design of Differential Microphone Arrays

Study and Design of Differential Microphone Arrays Springer Topics in Signal Processing 6 Study and Design of Differential Microphone Arrays Bearbeitet von Jacob Benesty, Chen Jingdong. Auflage 2. Buch. viii, 84 S. Hardcover ISBN 978 3 642 33752 9 Format

More information

Three-Dimensional Free-Radical Polymerization

Three-Dimensional Free-Radical Polymerization Three-Dimensional Free-Radical Polymerization Cross-Linked and Hyper-Branched Polymers Bearbeitet von Gennady V Korolyov, Michael Mogilevich 1. Auflage 2009. Buch. xvi, 272 S. Hardcover ISBN 978 3 540

More information

Particle Accelerators, Colliders, and the Story of High Energy Physics

Particle Accelerators, Colliders, and the Story of High Energy Physics Particle Accelerators, Colliders, and the Story of High Energy Physics Charming the Cosmic Snake Bearbeitet von Raghavan Jayakumar 1. Auflage 2013. Taschenbuch. xii, 224 S. Paperback ISBN 978 3 642 44562

More information

Interfacial Electrochemistry

Interfacial Electrochemistry Interfacial Electrochemistry Bearbeitet von Wolfgang Schmickler, Elizabeth Santos 2nd ed. 2010. Buch. xii, 270 S. Hardcover ISBN 978 3 642 04936 1 Format (B x L): 15,5 x 23,5 cm Gewicht: 596 g Weitere

More information

Differential Geometry of Lightlike Submanifolds

Differential Geometry of Lightlike Submanifolds Frontiers in Mathematics Differential Geometry of Lightlike Submanifolds Bearbeitet von Krishan L. Duggal, Bayram Sahin 1st Edition. 2010. Taschenbuch. 488 S. Paperback ISBN 978 3 0346 0250 1 Format (B

More information

Organic Semiconductors in Sensor Applications

Organic Semiconductors in Sensor Applications Springer Series in Materials Science 107 Organic Semiconductors in Sensor Applications Bearbeitet von Daniel A Bernards, Róisín M Owens, George G Malliaras 1. Auflage 2008. Buch. xvi, 290 S. Hardcover

More information

Thermal Stress Resistance of Materials

Thermal Stress Resistance of Materials Thermal Stress Resistance of Materials Bearbeitet von Anatoly Lanin, Ivan Fedik 1. Auflage 2008. Buch. x, 240 S. Hardcover ISBN 978 3 540 71399 9 Format (B x L): 15,5 x 23,5 cm Gewicht: 1170 g Weitere

More information

Quartz: Deposits, Mineralogy and Analytics

Quartz: Deposits, Mineralogy and Analytics Springer Geology Quartz: Deposits, Mineralogy and Analytics Bearbeitet von Jens Götze, Robert Möckel 1. Auflage 2012. Buch. xvi, 360 S. Hardcover ISBN 978 3 642 22160 6 Format (B x L): 15,5 x 23,5 cm Gewicht:

More information

Turbomachinery Flow Physics and Dynamic Performance

Turbomachinery Flow Physics and Dynamic Performance Turbomachinery Flow Physics and Dynamic Performance Bearbeitet von Meinhard T Schobeiri 1. Auflage 2004. Buch. XXI, 522 S. Hardcover ISBN 978 3 540 22368 9 Format (B x L): 15,5 x 23,5 cm Gewicht: 2070

More information

Quantum Field Theory

Quantum Field Theory Quantum Field Theory Competitive Models Bearbeitet von Bertfried Fauser, Jürgen Tolksdorf, Eberhard Zeidler 1. Auflage 2008. Buch. xix, 436 S. Hardcover ISBN 978 3 7643 8735 8 Format (B x L): 16,5 x 23,5

More information

A Comprehensive Treatment of q-calculus

A Comprehensive Treatment of q-calculus A Comprehensive Treatment of q-calculus Bearbeitet von Thomas Ernst 1. Auflage 2012. Buch. xvi, 492 S. Hardcover ISBN 978 3 0348 0430 1 Format (B x L): 15,5 x 23,5 cm Gewicht: 919 g Weitere Fachgebiete

More information

Flow and Transport in Porous Media and Fractured Rock

Flow and Transport in Porous Media and Fractured Rock Flow and Transport in Porous Media and Fractured Rock From Classical Methods to Modern Approaches Bearbeitet von Muhammad Sahimi 2., überarb. u. erw. Aufl. 2011. Buch. XXIV, 709 S. Hardcover ISBN 978 3

More information

Mathematical Methods for Mechanics

Mathematical Methods for Mechanics Mathematical Methods for Mechanics A Handbook with MATLAB Experiments Bearbeitet von Eckart W Gekeler 1. Auflage 2008. Buch. xvi, 624 S. Hardcover ISBN 978 3 540 69278 2 Format (B x L): 15,5 x 23,5 cm

More information

Physics, Formation and Evolution of Rotating Stars

Physics, Formation and Evolution of Rotating Stars Physics, Formation and Evolution of Rotating Stars From the First Stars to the Sun Bearbeitet von Andre Maeder 1. Auflage 2009. Buch. xxi, 832 S. Hardcover ISBN 978 3 540 76948 4 Format (B x L): 15,5 x

More information

Groundwater Geophysics

Groundwater Geophysics Groundwater Geophysics A Tool for Hydrogeology Bearbeitet von 2nd ed. 2008. Buch. xx, 548 S. Hardcover ISBN 978 3 540 88404 0 Format (B x L): 15,5 x 23,5 cm Gewicht: 1094 g Weitere Fachgebiete > Physik,

More information

Tropical Rainforest Responses to Climatic Change

Tropical Rainforest Responses to Climatic Change Springer Praxis Books Tropical Rainforest Responses to Climatic Change Bearbeitet von Mark Bush, John Flenley, William Gosling 1. Auflage 2011. Buch. xxxiv, 454 S. Hardcover ISBN 978 3 642 05382 5 Format

More information

Experimental and Computational Solutions of Hydraulic Problems

Experimental and Computational Solutions of Hydraulic Problems Geoplanet: Earth and Planetary Sciences Experimental and Computational Solutions of Hydraulic Problems 32nd International School of Hydraulics Bearbeitet von Pawel Rowinski 1. Auflage 2013. Buch. xvi,

More information

LEP - The Lord of the Collider Rings at CERN

LEP - The Lord of the Collider Rings at CERN LEP - The Lord of the Collider Rings at CERN 1980-2000 The Making, Operation and Legacy of the World's Largest Scientific Instrument Bearbeitet von Rolf-Dieter Heuer, H. Schopper 1. Auflage 2009. Buch.

More information

Springer Monographs in Mathematics. Algebraic Cobordism. Bearbeitet von Marc Levine, Fabien Morel

Springer Monographs in Mathematics. Algebraic Cobordism. Bearbeitet von Marc Levine, Fabien Morel Springer Monographs in Mathematics Algebraic Cobordism Bearbeitet von Marc Levine, Fabien Morel 1. Auflage 2007. Buch. xii, 246 S. Hardcover ISBN 978 3 540 36822 9 Format (B x L): 15,5 x 23,5 cm Gewicht:

More information

Mycorrhiza. State of the Art, Genetics and Molecular Biology, Eco-Function, Biotechnology, Eco-Physiology, Structure and Systematics

Mycorrhiza. State of the Art, Genetics and Molecular Biology, Eco-Function, Biotechnology, Eco-Physiology, Structure and Systematics Mycorrhiza State of the Art, Genetics and Molecular Biology, Eco-Function, Biotechnology, Eco-Physiology, Structure and Systematics Bearbeitet von Ajit Varma Neuausgabe 2008. Buch. xxxi, 797 S. Hardcover

More information

Particle Accelerators, Colliders, and the Story of High Energy Physics

Particle Accelerators, Colliders, and the Story of High Energy Physics Particle Accelerators, Colliders, and the Story of High Energy Physics Charming the Cosmic Snake Bearbeitet von Raghavan Jayakumar 1. Auflage 2013. Taschenbuch. xii, 224 S. Paperback ISBN 978 3 642 44562

More information

Introduction to Modern Number Theory

Introduction to Modern Number Theory Encyclopaedia of Mathematical Sciences 49 Introduction to Modern Number Theory Fundamental Problems, Ideas and Theories Bearbeitet von Yu. I Manin, Alexei A Panchishkin Neuausgabe 2007. Buch. xvi, 514

More information

Intraseasonal Variability in the Atmosphere-Ocean Climate System

Intraseasonal Variability in the Atmosphere-Ocean Climate System Springer Praxis Books Intraseasonal Variability in the Atmosphere-Ocean Climate System Bearbeitet von William K.-M Lau, Duane E Waliser 1. Auflage 2012. Buch. xxxiv, 614 S. Hardcover ISBN 978 3 642 13913

More information

Structured Population Models in Biology and Epidemiology

Structured Population Models in Biology and Epidemiology Lecture Notes in Mathematics 1936 Structured Population Models in Biology and Epidemiology Bearbeitet von P. Auger, M. Ballyk, R. Bravo de la Parra, W.-E. Fitzgibbon, S.A. Gourley, D. Jones, M. Langlais,

More information

Principles of Sedimentary Basin Analysis

Principles of Sedimentary Basin Analysis Principles of Sedimentary Basin Analysis Bearbeitet von Andrew Miall erweitert, überarbeitet 1999. Buch. xxi, 616 S. Hardcover ISBN 978 3 540 65790 3 Format (B x L): 21 x 27,9 cm Gewicht: 1799 g Weitere

More information

Matrix Information Geometry

Matrix Information Geometry Matrix Information Geometry Bearbeitet von Frank Nielsen, Rajendra Bhatia 1. Auflage 2012. Buch. xii, 456 S. Hardcover ISBN 978 3 642 30231 2 Format (B x L): 15,5 x 23,5 cm Gewicht: 859 g Weitere Fachgebiete

More information

Satellite Altimetry for Geodesy, Geophysics and Oceanography

Satellite Altimetry for Geodesy, Geophysics and Oceanography International Association of Geodesy Symposia 1 Satellite Altimetry for Geodesy, Geophysics and Oceanography Proceedings of the International Workshop on Satellite Altimetry, a joint workshop of IAG Section

More information

Plane Algebraic Curves

Plane Algebraic Curves Modern Birkhäuser Classics Plane Algebraic Curves Translated by John Stillwell Bearbeitet von Egbert Brieskorn, Horst Knörrer, John Stillwell 1. Auflage 2012. Taschenbuch. x, 721 S. Paperback ISBN 978

More information

Natural Time Analysis: The New View of Time

Natural Time Analysis: The New View of Time Springer Praxis Books Natural Time Analysis: The New View of Time Precursory Seismic Electric Signals, Earthquakes and other Complex Time Series Bearbeitet von Panayiotis Varotsos, Nicholas V. Sarlis,

More information

Spider Ecophysiology

Spider Ecophysiology Spider Ecophysiology Bearbeitet von Wolfgang Nentwig 1. Auflage 2013. Buch. x, 529 S. Hardcover ISBN 978 3 642 33988 2 Format (B x L): 15,5 x 23,5 cm Gewicht: 967 g Weitere Fachgebiete > Chemie, Biowissenschaften,

More information

Numerical Regularization for Atmospheric Inverse Problems

Numerical Regularization for Atmospheric Inverse Problems Springer Praxis Books Numerical Regularization for Atmospheric Inverse Problems Bearbeitet von Adrian Doicu, homas rautmann, Franz Schreier st Edition. 2. Buch. xiii, 426 S. Hardcover ISBN 978 3 642 5438

More information

Gravity Interpretation

Gravity Interpretation Gravity Interpretation Fundamentals and Application of Gravity Inversion and Geological Interpretation Bearbeitet von Wolfgang Jacoby, Peter L Smilde 1. Auflage 2009. Buch. xx, 395 S. ISBN 978 3 540 85328

More information

Transport in Metal-Oxide-Semiconductor Structures

Transport in Metal-Oxide-Semiconductor Structures Engineering Materials Transport in MetalOxideSemiconductor Structures Mobile Ions Effects on the Oxide Properties Bearbeitet von Hamid Bentarzi 1. Auflage 2011. Buch. xiv, 106 S. Hardcover ISBN 978 3 642

More information

Solving Differential Equations in R

Solving Differential Equations in R Use R! Solving Differential Equations in R Bearbeitet von Karline Soetaert, Jeff Cash, Francesca Mazzia 1. Auflage 2012. Taschenbuch. xvi, 248 S. Paperback ISBN 978 3 642 28069 6 Format (B x L): 15,5 x

More information

Sand Control in Well Construction and Operation

Sand Control in Well Construction and Operation Springer Environmental Science and Engineering Sand Control in Well Construction and Operation Bearbeitet von Davorin Matanovic, Marin Cikes, Bojan Moslavac 1. Auflage 2012. Buch. vii, 200 S. Hardcover

More information

Quantum Thermodynamics

Quantum Thermodynamics Lecture Notes in Physics 784 Quantum Thermodynamics Emergence of Thermodynamic Behavior Within Composite Quantum Systems Bearbeitet von Jochen Gemmer, M Michel, Günter Mahler 1. Auflage 2009. Buch. xiv,

More information

Optimal Time-Domain Noise Reduction Filters

Optimal Time-Domain Noise Reduction Filters SpringerBriefs in Electrical and Computer Engineering Optimal Time-Domain Noise Reduction Filters A Theoretical Study Bearbeitet von Jacob Benesty, Jingdong Chen 1. Auflage 2011. Taschenbuch. vii, 79 S.

More information

Comets and the Origin and Evolution of Life

Comets and the Origin and Evolution of Life Comets and the Origin and Evolution of Life Bearbeitet von Paul J Thomas, Roland D Hicks, Christopher F Chyba, Christopher P McKay Neuausgabe 2006. Buch. xvii, 346 S. Hardcover ISBN 978 3 540 33086 8 Format

More information

Symplectic Invariants and Hamiltonian Dynamics

Symplectic Invariants and Hamiltonian Dynamics Modern Birkhäuser Classics Symplectic Invariants and Hamiltonian Dynamics Bearbeitet von Helmut Hofer, Eduard Zehnder Reprint 2011. Taschenbuch. xiv, 341 S. Paperback ISBN 978 3 0348 0103 4 Format (B x

More information

Statistical Modelling of Molecular Descriptors in QSAR/QSPR

Statistical Modelling of Molecular Descriptors in QSAR/QSPR Quantitative and Network Biology Statistical Modelling of Molecular Descriptors in QSAR/QSPR Bearbeitet von Matthias Dehmer, Kurt Varmuza, Danail Bonchev, Frank Emmert-Streib 1. Auflage 2012. Buch. XX,

More information

Süßwasserflora von Mitteleuropa, Bd. 7 / Freshwater Flora of Central Europe, Vol. 7: Rhodophyta and Phaeophyceae

Süßwasserflora von Mitteleuropa, Bd. 7 / Freshwater Flora of Central Europe, Vol. 7: Rhodophyta and Phaeophyceae Süßwasserflora von Mitteleuropa 7 Süßwasserflora von Mitteleuropa, Bd. 7 / Freshwater Flora of Central Europe, Vol. 7: Rhodophyta and Phaeophyceae Bearbeitet von Pertti Eloranta, Janina Kwandrans, Elsalore

More information

Industrial Applications

Industrial Applications The Mycota 10 Industrial Applications Bearbeitet von.d siewacz 1. Auflage 2001. Buch. XVII, 414 S. ardcover ISB 978 3 540 41583 1 Format (B x L): 19,3 x 27 cm Gewicht: 2300 g Weitere Fachgebiete > Technik

More information