Linear Algebra and Matrix Computations with MATLAB®, Dingyu Xue
Автор: Sergey E. Lyshevski Название: Engineering and Scientific Computations Using MATLAB ISBN: 0471462004 ISBN-13(EAN): 9780471462002 Издательство: Wiley Рейтинг: Цена: 77580.00 T Наличие на складе: Есть Описание: Helps readers understand the MATLAB environment, build their skills, and apply its features to a range of applications. This book guides readers through the most important aspects and basics of MATLAB programming and problem-solving from fundamentals to practice.
Автор: Michele Benzi; Dario Bini; Daniel Kressner; Hans M Название: Exploiting Hidden Structure in Matrix Computations: Algorithms and Applications ISBN: 331949886X ISBN-13(EAN): 9783319498867 Издательство: Springer Рейтинг: Цена: 69870.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Focusing on special matrices and matrices which are in some sense `near` to structured matrices, this volume covers a broad range of topics of current interest in numerical linear algebra.
Автор: Olga Moreira Название: Fundamentals of Matrix Computations ISBN: 1774071444 ISBN-13(EAN): 9781774071441 Издательство: Mare Nostrum (Eurospan) Рейтинг: Цена: 137940.00 T Наличие на складе: Невозможна поставка. Описание: Fundamentals of Matrix Computations deals with the concept of matrix computations, a technique of singular value homogenization and its application in medical therapy. It consists of modern iterative methods to generalize the issues associated with singular-value homogenization. It provides the reader with the understanding of matrix computations and preconditioning technique of singular value homogenization so as to analyze its potential applications in the field of medical therapy and the use of efficient numerical methods so as to solve the problems linked with nonlinear singular boundary value by using improved differential transform method. This book also discusses about blind distributed estimation algorithms for adaptive networks, a dft-based approximate eigenvalue and singular value decomposition of polynomial matrices, sparse signal subspace decomposition based on adaptive over-complete dictionary, lower bounds for the low-rank matrix approximation and a semi-smoothing augmented lagrange multiplier algorithm for low-rank toeplitz matrix completion.
Автор: Bjorck, Ake Название: Numerical methods in matrix computations ISBN: 3319050885 ISBN-13(EAN): 9783319050881 Издательство: Springer Рейтинг: Цена: 79190.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Numerical Methods in Matrix Computations
Автор: Ellison, Gordon Название: Thermal Computations for Electronics ISBN: 0367465310 ISBN-13(EAN): 9780367465315 Издательство: Taylor&Francis Рейтинг: Цена: 163330.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: The flavor and organization of the first edition has been retained whereby the reader is guided through the analysis process for systems and then components. Important new material has been added regarding altitude effects on forced and buoyancy driven airflow and heat transfer.
Автор: ?ke Bj?rck Название: Numerical Methods in Matrix Computations ISBN: 3319356143 ISBN-13(EAN): 9783319356143 Издательство: Springer Рейтинг: Цена: 74530.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This book offers a comprehensive and up-to-date treatment of modern methods in matrix computation. It uses a unified approach to direct and iterative methods for linear systems, least squares and eigenvalue problems.
Название: Computations and combinatorics in commutative algebra ISBN: 3319513184 ISBN-13(EAN): 9783319513188 Издательство: Springer Рейтинг: Цена: 55890.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Featuring up-to-date coverage of three topics lying at the intersection of combinatorics and commutative algebra, namely Koszul algebras, primary decompositions and subdivision operations in simplicial complexes, this book has its focus on computations.
Автор: Musheng Wei, Ying Li, Fengxia Zhang, Jianli Zhao Название: Quaternion Matrix Computations ISBN: 1536141216 ISBN-13(EAN): 9781536141214 Издательство: Nova Science Рейтинг: Цена: 196410.00 T Наличие на складе: Невозможна поставка. Описание: In this monograph, the authors describe state-of-the-art real structure-preserving algorithms for quaternion matrix computations, especially the LU, the Cholesky, the QR and the singular value decomposition of quaternion matrices, direct and iterative methods for solving quaternion linear systems, generalized least squares problems, and quaternion right eigenvalue problems. Formulas of the methods are derived, and numerical codes are provided which utilize advantages of real structure-preserving of quaternion matrices and high-level performance of vector pipelining arithmetic operations, using Matlab software. These algorithms are very efficient and stable. This monograph can be used as a reference book for scientists, engineers and researchers in color image processing, quaternionic quantum mechanics, information engineering, information security and scientific computing. It can also act as a textbook at the graduate level in related areas.
Автор: Dingyu Xue Название: Linear Algebra and Matrix Computations With MATLAB ISBN: 3110663635 ISBN-13(EAN): 9783110663631 Издательство: Walter de Gruyter Цена: 74320.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание:
This book focuses the solutions of linear algebra and matrix analysis problems, with the exclusive use of MATLAB. The topics include representations, fundamental analysis, transformations of matrices, matrix equation solutions as well as matrix functions. Attempts on matrix and linear algebra applications are also explored.
Автор: Efstratios Gallopoulos; Bernard Philippe; Ahmed H. Название: Parallelism in Matrix Computations ISBN: 9401771871 ISBN-13(EAN): 9789401771870 Издательство: Springer Рейтинг: Цена: 95770.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание:
List of Figures.- List of Tables.- List of Algorithms.- Notations used in the book.- Part I Basics.- Parallel Programming Paradigms.- Computational Models.- Principles of parallel programming.- Fundamental kernels.- Vector operations.- Higher level BLAS.- General organization for dense matrix factorizations.- Sparse matrix computations.- Part II Dense and special matrix computations.- Recurrences and triangular systems.- Definitions and examples.- Linear recurrences.- Implementations for a given number of processors.- Nonlinear recurrences.- General linear systems.- Gaussian elimination.- Pair wise pivoting.- Block LU factorization.- Remarks.- Banded linear systems.- LUbased schemes with partial pivoting.- The Spike family of algorithms.- The Spike balance scheme.- A tearing based banded solver.- Tridiagonal systems.- Special linear systems.- Vandermonde solvers.- Banded Toeplitz linear systems solvers.- Symmetric and Anti symmetric Decomposition (SAS).- Rapid elliptic solvers.- Orthogonal factorization and linear least squares problems.- Definitions.- QR factorization via Givens rotations.- QR factorization via Householder reductions.- Gram Schmidt orthogonalization.- Normal equations vs. orthogonal reductions.- Hybrid algorithms when m>n.- Orthogonal factorization of block angular matrices.- Rank deficient linear least squares problems.- The symmetric eigenvalue and singular value problems.- The Jacobi algorithms.- Tridiagonalization based schemes.- Bidiagonalization via Householder reduction.- Part III Sparse matrix computations.- Iterative schemes for large linear systems.- An example.- Classical splitting methods.- Polynomial methods.- Preconditioners.- A tearing based solver for generalized banded preconditioners.- Row projection methods for large non symmetric linear systems.- Multiplicative Schwarz preconditioner with GMRES.- Large symmetric eigenvalue problems.- Computing dominant eigenpairs and spectral transformations.- The Lanczos method.- A block Lanczos approach for solving symmetric perturbed standard eigenvalue problems.- The Davidson methods.- The trace minimization method for the symmetric generalized eigenvalue problem.- The sparse singular value problem.- Part IV Matrix functions and characteristics.- Matrix functions and the determinant.- Matrix functions.- Determinants.- Computing the matrix pseudospectrum.- Grid based methods.- Dimensionality reduction on the domain: Methods based on path following.- Dimensionality reduction on the matrix: Methods based on projection.- Notes.- References.
Автор: Hopmann Christian Название: Extrusion Dies for Plastics and Rubber 4e: Design and Engineering Computations ISBN: 1569906238 ISBN-13(EAN): 9781569906231 Издательство: Mare Nostrum (Eurospan) Рейтинг: Цена: 166320.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Provides a comprehensive account of the full range of dies used for extrusion of plastics and elastomers. The distinctive features of the various types of dies are described in detail. Expert advice on the configuration of dies is given, and the possibilities of computer-aided design, as well as its limitations, are demonstrated.
Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2) ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz