Average customer rating:
|
Bezier and B-Spline Techniques
Hartmut Prautzsch , Wolfgang Boehm , and Marco Paluszny Manufacturer: Springer ProductGroup: Book Binding: Hardcover Similar Items: Accessories: ASIN: 3540437614 |
Book Description
This book provides a solid and uniform derivation of the various properties Bézier and B-spline representations have, and shows the beauty of the underlying rich mathematical structure. The book focuses on the core concepts of Computer Aided Geometric Design with the intension to give a clear and illustrative presentation of the basic principles, as well as a treatment of advanced material including multivariate splines, some subdivision techniques and constructions of free form surfaces with arbitrary smoothness.Customer Reviews:
Good reference maybe.......2006-08-09
Average customer rating: |
Spectral Methods: Fundamentals in Single Domains (Scientific Computation)
C. Canuto , M.Y. Hussaini , A. Quarteroni , and T.A. Zang Manufacturer: Springer ProductGroup: Book Binding: Hardcover Similar Items:
Accessories:
ASIN: 3540307257 |
Book Description
Since the publication of "Spectral Methods in Fluid Dynamics", spectral methods, particularly in their multidomain version, have become firmly established as a mainstream tool for scientific and engineering computation. While retaining the tight integration between the theoretical and practical aspects of spectral methods that was the hallmark of the earlier book, Canuto et al. now incorporate the many improvements in the algorithms and the theory of spectral methods that have been made since 1988. The initial treatment Fundamentals in Single Domains discusses the fundamentals of the approximation of solutions to ordinary and partial differential equations on single domains by expansions in smooth, global basis functions. The first half of the book provides the algorithmic details of orthogonal expansions, transform methods, spectral discretization of differential equations plus their boundary conditions, and solution of the discretized equations by direct and iterative methods. The second half furnishes a comprehensive discussion of the mathematical theory of spectral methods on single domains, including approximation theory, stability and convergence, and illustrative applications of the theory to model boundary-value problems. Both the algorithmic and theoretical discussions cover spectral methods on tensor-product domains, triangles and tetrahedra. All chapters are enhanced with material on the Galerkin with numerical integration version of spectral methods. The discussion of direct and iterative solution methods is greatly expanded as are the set of numerical examples that illustrate the key properties of the various types of spectral approximations and the solution algorithms.
A companion book "Evolution to Complex Geometries and Applications to Fluid Dynamics" contains an extensive survey of the essential algorithmic and theoretical aspects of spectral methods for complex geometries and provides detailed discussions of spectral algorithms for fluid dynamics in simple and complex geometries.
Average customer rating: |
Electronic Structure Calculations for Solids and Molecules: Theory and Computational Methods
Jorge Kohanoff Manufacturer: Cambridge University Press ProductGroup: Book Binding: Hardcover Similar Items:
ASIN: 0521815916 |
Book Description
Electronic structure problems are studied in condensed matter physics and theoretical chemistry to provide important insights into the properties of matter. This graduate textbook describes the main theoretical approaches and computational techniques, from the simplest approximations to the most sophisticated methods. It starts with a detailed description of the various theoretical approaches to calculating the electronic structure of solids and molecules, including density-functional theory and chemical methods based on Hartree-Fock theory. The basic approximations are thoroughly discussed, and an in-depth overview of recent advances and alternative approaches in DFT is given. The second part discusses the different practical methods used to solve the electronic structure problem computationally, for both DFT and Hartree-Fock approaches. Adopting a unique and open approach, this textbook is aimed at graduate students in physics and chemistry, and is intended to improve communication between these communities. It also serves as a reference for researchers entering the field.
Average customer rating: |
Finite Elements and Approximation (Dover Books on Engineering)
O. C. Zienkiewicz , and K. Morgan Manufacturer: Dover Publications ProductGroup: Book Binding: Paperback Similar Items:
ASIN: 0486453014 |
Book Description
Average customer rating:
|
Asymptotic Methods in Analysis
N. G. de Bruijn Manufacturer: Dover Publications ProductGroup: Book Binding: Paperback Similar Items:
ASIN: 0486642216 |
Book Description
Customer Reviews:
a small tree bearing so many fruits.......2007-01-14
A novice review.......2001-03-18
This is simply an elegantly written book in terms of language use. The book is designed with a language use; the way i prefer to write swedish text, no matter the subject at hand.
Also parsing arbitrarly there are some references to other russians work. As far as I can evaluate by glimpse and rudimentary mathematical knowledge there is proof and definition driven reasoning which is a must in mathematics in order to be of great use for the reader at hand.
Also for a novice like myself the extensive and clear, instant writing about necessary mathematical methods, functions and so on to solve the problems developed, functions in use give back great insight value; The art of thinking of how go about solving the issues at hand.
I think one would feel confident in reading this as one go by reading mathematical/Physics courses at University (if you do/did). This mean that for me the reading would be limited to pieces of reading as one grow with required knowledge.
10-20 points in mathematical analysis and additional introduction course in functions of complex variables would suffice (of course this is an estimation).
A Classic.......2000-10-09
To study this book you should be comfortable with:
a) Undergraduate Level Real Analysis. b) Elementary Notions from Complex Variable Theory including Complex Integration, Calculus of Residues, Power Series Expansions and related ideas.
Knuth calls this a beautiful book........1998-11-28
Average customer rating:
|
Algorithms on Trees and Graphs
Gabriel Valiente Manufacturer: Springer ProductGroup: Book Binding: Hardcover Similar Items: Accessories:
ASIN: 3540435506 |
Book Description
Graph algorithms is a well-established subject in mathematics and computer science. Beyond classical application fields, like approximation, combinatorial optimization, graphics, and operations research, graph algorithms have recently attracted increased attention from computational molecular biology and computational chemistry. Centered around the fundamental issue of graph isomorphism, this text goes beyond classical graph problems of shortest paths, spanning trees, flows in networks, and matchings in bipartite graphs. Advanced algorithmic results and techniques of practical relevance are presented in a coherent and consolidated way. This book introduces graph algorithms on an intuitive basis followed by a detailed exposition in a literate programming style, with correctness proofs as well as worst-case analyses. Furthermore, full C++ implementations of all algorithms presented are given using the LEDA library of efficient data structures and algorithms. Numerous illustrations, examples, and exercises, and a comprehensive bibliography support students and professionals in using the book as a text and source of reference
Customer Reviews:
Intersting Studies Hampered by LEDA and LP Dependencies.......2003-12-24
These topics alone made the book worth its to me. A deep academic book that costs less than $50 is nearly unheared-of.
Unfortunately, there are two flaws that make the book hard to use. In a nutshell, the author expects the reader to buy into a couple of pretty invasive and expensive propositions.
First, the author decided to use literate programming for all of his presented algorithms and code fragments. This isn't so bad, since literate programming is about documenting code. If you suppose that the author wrote the code, then documented it, then calld it a book, using a tool like literate programming seems like a natural choice.
But if you're not familiar with literate programming, it's a bit of a chore. The author's introduction to literate programming doesn't help with some of the questions even an experienced programmer might have wend reading the text. More practically, literate programming enforces operators that are different than most C/C++ developers are familiar with, and can cause confusion when reading the text. ^ is used, for example, to indicate a logical and, where C/C++ developers expect it to indicate a bitwise-exclusive or.
While it's esay to eventually overcome such tricks of memory, I've been finding it hard to scan literate programs to find definitions and declarations. The author doesn't include a CD (and at this cover price, that is hard to fault) but also doesn't make his code available for download. His website includes a LEDA-based program that interactively demonstrates some algorithms, but doesn't include code for the algorithm his own books develops and discusses.
The other decision made by the author, to the overwhelming inconvenience of this reader, is the reliance on the LEDA library for his samples and programs. The algorithms are understandable without the library, but a reader without access to LEDA doesn't benefit from any of the visualizations the author provides. , and several include
In fact, the author spends about 40 pages discussing LEDA and the characteristics of its implementation. Maybe researchers working on tree and graph algorithms all use LEDA and have ready access to it, but the literate programming code provided to for some of the algorithms isn't useful to readers who aren't familiar with LEDA, as researching the definitions and declarations themsleves becomes arduous.
The bibliography is very diverse, with more than 380 entries and is well-cited throughout the book. Unfortunately, the author sometimes relies on the bibliography too much. On page 392, the author brings up "the so-called graph isopomorphism disease" without defining it himself; he instead relies on his bibliography entries to give the user any definition or background on the "disease".
Unfortunately, the index received not nearly as much attention as the bibliography; neglecting whitespace, it's scarcely more than a single page long!
The book appears to be something more than a research paper, but is written much like a research apper would be. The book probably also serves well for a class that teaches this subject, and assumes LEDA and literate programming as prerequisites. But as a commercial developer who's interested in applying advanced graph and tree algorithms to the work I'm doing, I found the book has limited its value by relying on LEDA and applying literate programming.
All this said, I still feel it's appropriate to give the book four stars. The material covered is hard to find elsewhere, and with some effort I can overcome the LEDA and literate programming hurdles. Since I don't use LEDA or literate programming day-to-day, I'll have to overcome that unfamiliarity every time I pick up the book as a reference.
Average customer rating: |
Information-Theoretic Methods for Estimating of Complicated Probability Distributions, Volume 207 (Mathematics in Science and Engineering)
Zhi Zong Manufacturer: Elsevier Science ProductGroup: Book Binding: Hardcover ASIN: 0444527966 |
Book Description
Mixing up various disciplines frequently produces something that are profound and far-reaching. Cybernetics is such an often-quoted example. Mix of information theory, statistics and computing technology proves to be very useful, which leads to the recent development of information-theory based methods for estimating complicated probability distributions.
Key Features:
- Density functions automatically determined from samples
- Free of assuming density forms
- Computation-effective methods suitable for PC
- density functions automatically determined from samples
- Free of assuming density forms
- Computation-effective methods suitable for PC
Average customer rating: |
Approximation Theory and Methods
M. J. D. Powell Manufacturer: Cambridge University Press ProductGroup: Book Binding: Paperback Similar Items:
ASIN: 0521295149 |
Book Description
Most functions that occur in mathematics cannot be used directly in computer calculations. Instead they are approximated by manageable functions such as polynomials and piecewise polynomials. The general theory of the subject and its application to polynomial approximation are classical, but piecewise polynomials have become far more useful during the last twenty years. Thus many important theoretical properties have been found recently and many new techniques for the automatic calculation of approximations to prescribed accuracy have been developed. This book gives a thorough and coherent introduction to the theory that is the basis of current approximation methods. Professor Powell describes and analyses the main techniques of calculation supplying sufficient motivation throughout the book to make it accessible to scientists and engineers who require approximation methods for practical needs. Because the book is based on a course of lectures to third-year undergraduates in mathematics at Cambridge University, sufficient attention is given to theory to make it highly suitable as a mathematical textbook at undergraduate or postgraduate level.
Average customer rating:
|
Approximating Integrals Via Monte Carlo and Deterministic Methods
Michael Evans , and Tim Swartz Manufacturer: Oxford University Press, USA ProductGroup: Book Binding: Hardcover ASIN: 0198502788 |
Book Description
This book is designed to introduce graduate students and researchers to the primary methods useful for approximating integrals. The emphasis is on those methods that have been found to be of practical use, and although the focus is on approximating higher- dimensional integrals the lower-dimensional case is also covered. Included in the book are asymptotic techniques, multiple quadrature and quasi-random techniques as well as a complete development of Monte Carlo algorithms. For the Monte Carlo section importance sampling methods, variance reduction techniques and the primary Markov Chain Monte Carlo algorithms are covered. This book brings these various techniques together for the first time, and hence provides an accessible textbook and reference for researchers in a wide variety of disciplines.Customer Reviews:
Everything in one place.......2000-11-16
Average customer rating: |
An Introduction to Stein's Method (Lecture Notes Series, Institute for Mathematical Sciences, Vol. 4) (Lecture Notes Series, Institute for Mathematical Sciences, National University of Singapore)
A. D. Barbour , and Louis H. Y. Chen Manufacturer: World Scientific Publishing Company ProductGroup: Book Binding: Paperback Similar Items:
ASIN: 981256330X |
Book Description
A common theme in probability theory is the approximation of complicated probability distributions by simpler ones, the central limit theorem being a classical example. Stein's method is a tool which makes this possible in a wide variety of situations. Traditional approaches, for example using Fourier analysis, become awkward to carry through in situations in which dependence plays an important part, whereas Stein's method can often still be applied to great effect. In addition, the method delivers estimates for the error in the approximation, and not just a proof of convergence. Nor is there in principle any restriction on the distribution to be approximated; it can equally well be normal, or Poisson, or that of the whole path of a random process, though the techniques have so far been worked out in much more detail for the classical approximation theorems.This volume of lecture notes provides a detailed introduction to the theory and application of Stein's method, in a form suitable for graduate students who want to acquaint themselves with the method. It includes chapters treating normal, Poisson and compound Poisson approximation, approximation by Poisson processes, and approximation by an arbitrary distribution, written by experts in the different fields. The lectures take the reader from the very basics of Stein's method to the limits of current knowledge.
Books:
Recommended Books