0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R250 - R500 (4)
  • R500 - R1,000 (6)
  • R1,000 - R2,500 (2)
  • -
Status
Brand

Showing 1 - 12 of 12 matches in All Departments

Jacobi's Method Is More Accurate Than Qr... (Paperback): James W. Demmel Jacobi's Method Is More Accurate Than Qr... (Paperback)
James W. Demmel
R354 Discovery Miles 3 540 Ships in 12 - 17 working days

Unlike some other reproductions of classic texts (1) We have not used OCR(Optical Character Recognition), as this leads to bad quality books with introduced typos. (2) In books where there are images such as portraits, maps, sketches etc We have endeavoured to keep the quality of these images, so they represent accurately the original artefact. Although occasionally there may be certain imperfections with these old texts, we feel they deserve to be made available for future generations to enjoy.

Jacobi's Method is More Accurate Than QR (Paperback): James W. Demmel, Kresimir Veselic Jacobi's Method is More Accurate Than QR (Paperback)
James W. Demmel, Kresimir Veselic
R453 Discovery Miles 4 530 Ships in 10 - 15 working days
Computing Stable Eigendecompositions of Matrix Pencils (Paperback): James W. Demmel, Bo Kagstrom Computing Stable Eigendecompositions of Matrix Pencils (Paperback)
James W. Demmel, Bo Kagstrom
R392 Discovery Miles 3 920 Ships in 10 - 15 working days
The Probability That a Numerical Analysis Problem is Difficult (Paperback): James W. Demmel The Probability That a Numerical Analysis Problem is Difficult (Paperback)
James W. Demmel
R391 Discovery Miles 3 910 Ships in 10 - 15 working days
Applied Numerical Linear Algebra (Paperback, New): James W. Demmel Applied Numerical Linear Algebra (Paperback, New)
James W. Demmel
R2,614 R2,396 Discovery Miles 23 960 Save R218 (8%) Ships in 12 - 17 working days

Designed for use by first-year graduate students from a variety of engineering and scientific disciplines, this comprehensive textbook covers the solution of linear systems, least squares problems, eigenvalue problems, and the singular value decomposition. The author, who helped design the widely-used LAPACK and ScaLAPACK linear algebra libraries, draws on this experience to present state-of-the-art techniques for these problems, including recommendations of which algorithms to use in a variety of practical situations. This is the book for you if you are looking for a textbook that:* Teaches state-of-the-art techniques for solving linear algebra problems. * Covers the most important methods for dense and sparse problems.* Presents both the mathematical background and good software techniques. * Is self-contained, assuming only a good undergraduate background in linear algebra. Algorithms are derived in a mathematically illuminating way, including condition numbers and error bounds. Direct and iterative algorithms, suitable for dense and sparse matrices, are discussed. Algorithm design for modern computer architectures, where moving data is often more expensive than arithmetic operations, is discussed in detail, using LAPACK as an illustration. There are many numerical examples throughout the text and in the problems at the ends of chapters, most of which are written in Matlab and are freely available on the Web. Material either not available elsewhere, or presented quite differently in other textbooks, includes:* A discussion of the impact of modern cache-based computer memories on algorithm design.* Frequent recommendations and pointers in the text to the best software currently available, including a detailed performance comparison of state-of-the-art software for eigenvalue and least squares problems, and a description of sparse direct solvers for serial and parallel machines. * A discussion of iterative methods ranging from Jacobi's method to multigrid and domain decomposition, with performance comparisons on a model problem.* A great deal of Matlab-based software, available on the Web, which either implements algorithms presented in the book, produces the figures in the book, or is used in homework problems.* Numerical examples drawn from fields ranging from mechanical vibrations to computational geometry.* High-accuracy algorithms for solving linear systems and eigenvalue problems, along with tighter "relative" error bounds. * Dynamical systems interpretations of some eigenvalue algorithms. Demmel discusses several current research topics, making students aware of both the lively research taking place and connections to other parts of numerical analysis, mathematics, and computer science. Some of this material is developed in questions at the end of each chapter, which are marked Easy, Medium, or Hard according to their difficulty. Some questions are straightforward, supplying proofs of lemmas used in the text. Others are more difficult theoretical or computing problems. Questions involving significant amounts of programming are marked Programming. The computing questions mainly involve Matlab programming, and others involve retrieving, using, and perhaps modifying LAPACK code from NETLIB.

Optimal Three Finger Grasps (Hardcover): James W. Demmel, G Lafferriere Optimal Three Finger Grasps (Hardcover)
James W. Demmel, G Lafferriere
R730 Discovery Miles 7 300 Ships in 10 - 15 working days
Control of Multifinger Manipulation - Theoretical and Experimental Studies Using a Planar Manipulator (Hardcover): James W.... Control of Multifinger Manipulation - Theoretical and Experimental Studies Using a Planar Manipulator (Hardcover)
James W. Demmel, G Lafferriere, J. Schwartz
R733 Discovery Miles 7 330 Ships in 10 - 15 working days
Jacobi's Method is More Accurate Than QR (Hardcover): James W. Demmel, Kresimir Veselic Jacobi's Method is More Accurate Than QR (Hardcover)
James W. Demmel, Kresimir Veselic
R806 Discovery Miles 8 060 Ships in 10 - 15 working days
On Condition Numbers and the Distance to the Nearest Ill-posed Problem (Hardcover): James W. Demmel On Condition Numbers and the Distance to the Nearest Ill-posed Problem (Hardcover)
James W. Demmel
R805 Discovery Miles 8 050 Ships in 10 - 15 working days
On the Conditioning of the Nonsymmetric Eigenproblem - Theory and Software (Hardcover): Z Bai, James W. Demmel, A Mckenney On the Conditioning of the Nonsymmetric Eigenproblem - Theory and Software (Hardcover)
Z Bai, James W. Demmel, A Mckenney
R732 Discovery Miles 7 320 Ships in 10 - 15 working days
The Probability That a Numerical Analysis Problem is Difficult (Hardcover): James W. Demmel The Probability That a Numerical Analysis Problem is Difficult (Hardcover)
James W. Demmel
R731 Discovery Miles 7 310 Ships in 10 - 15 working days
Templates for the Solution of Linear Systems - Building Blocks for Iterative Methods (Paperback): Richard Barrett, Michael W.... Templates for the Solution of Linear Systems - Building Blocks for Iterative Methods (Paperback)
Richard Barrett, Michael W. Berry, Tony F. Chan, James W. Demmel, June Donato, …
R1,406 Discovery Miles 14 060 Ships in 12 - 17 working days

In this book, which focuses on the use of iterative methods for solving large sparse systems of linear equations, templates are introduced to meet the needs of both the traditional user and the high performance specialist. Templates, a description of a general algorithm rather than the executable object or source code more commonly found in a conventional software library, offer whatever degree of customization the user may desire. Templates have three distinct advantages: they are general and reusable, they are not language specific, and they exploit the expertise of both the numerical analyst, who creates a template reflecting in depth knowledge of a specific numerical technique, and the computational scientist, who then provides "value added" capability to the general template description, customizing it for specific needs. For each template that is presented, the authors provide a mathematical description of the flow of the algorithm, discussion of convergence and stopping criteria to use in the iteration, suggestions for applying a method to special matrix types, advice for tuning the template, tips on parallel implementations, and hints as to when and why a method is useful.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Beauty And The Beast - Blu-Ray + DVD
Emma Watson, Dan Stevens, … Blu-ray disc R347 Discovery Miles 3 470
Efekto 77300-G Nitrile Gloves (S)(Green)
R63 Discovery Miles 630
Moon Bag (Black)
R63 Discovery Miles 630
Loot
Nadine Gordimer Paperback  (2)
R389 R360 Discovery Miles 3 600
Fidget Toy Creation Lab
Kit R199 R181 Discovery Miles 1 810
ZA Tummy Control, Bust Enhancing…
R570 R399 Discovery Miles 3 990
Not available
Casio LW-200-7AV Watch with 10-Year…
R999 R899 Discovery Miles 8 990
Home Classix Silicone Flower Design Mat…
R49 R40 Discovery Miles 400
Zap! Kawaii Rock Painting Kit
Kit R250 R227 Discovery Miles 2 270

 

Partners