|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
SCIDIR_ocn948171242 |
003 |
OCoLC |
005 |
20231120112105.0 |
006 |
m o d |
007 |
cr cnu|||unuuu |
008 |
160428s2016 enk ob 001 0 eng d |
010 |
|
|
|z 2017288140
|
040 |
|
|
|a N$T
|b eng
|e rda
|e pn
|c N$T
|d CDX
|d N$T
|d YDXCP
|d EBLCP
|d OCLCF
|d OPELS
|d IDB
|d OTZ
|d CNCGM
|d UAB
|d K6U
|d U3W
|d MERUC
|d D6H
|d OCLCQ
|d AU@
|d COO
|d OCLCQ
|d OCLCO
|d WYU
|d OCLCQ
|d OCLCO
|d S2H
|d VT2
|d OCLCO
|d OCL
|d OCLCQ
|d COA
|d OCLCO
|
019 |
|
|
|a 1066463003
|a 1235828484
|a 1340051293
|
020 |
|
|
|a 9780128038697
|q (electronic bk.)
|
020 |
|
|
|a 0128038691
|q (electronic bk.)
|
020 |
|
|
|z 9780128038048
|
020 |
|
|
|z 0128038047
|q (pbk.)
|
024 |
8 |
|
|a (WaSeSS)ssj0001957570
|
035 |
|
|
|a (OCoLC)948171242
|z (OCoLC)1066463003
|z (OCoLC)1235828484
|z (OCoLC)1340051293
|
050 |
|
4 |
|a QA188
|
072 |
|
7 |
|a MAT
|x 002040
|2 bisacsh
|
082 |
0 |
4 |
|a 512.9434
|2 23
|
100 |
1 |
|
|a Routh, Ong U.,
|e author.
|
245 |
1 |
0 |
|a Matrix algorithms in MATLAB� /
|c Ong U. Routh.
|
264 |
|
1 |
|a London :
|b Academic Press, an imprint of Elsevier,
|c [2016]
|
300 |
|
|
|a 1 online resource
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
504 |
|
|
|a Includes bibliographical references and index.
|
588 |
0 |
|
|a Online resource; title from PDF title page (EBSCO, viewed May 5, 2016).
|
520 |
|
|
|a Matrix Algorithms in MATLAB focuses on the MATLAB code implementations of matrix algorithms. The MATLAB codes presented in the book are tested with thousands of runs of MATLAB randomly generated matrices, and the notation in the book follows the MATLAB style to ensure a smooth transition from formulation to the code, with MATLAB codes discussed in this book kept to within 100 lines for the sake of clarity. The book provides an overview and classification of the interrelations of various algorithms, as well as numerous examples to demonstrate code usage and the properties of the presented algorithms. Despite the wide availability of computer programs for matrix computations, it continues to be an active area of research and development. New applications, new algorithms, and improvements to old algorithms are constantly emerging.
|
505 |
0 |
|
|a Matrix Algorithms in MATLAB -- Copyright -- Table of Contents -- List of Figures -- List of Figures -- Preface -- License Terms -- 1 Introduction -- Introduction -- 1.1 Elements of Linear Algebra -- 1.1.1 Definitions -- 1.1.2 Linear Independence and Related Concepts -- 1.1.3 Solution of Linear Equations -- 1.1.4 Solution of Eigenvalue Problem -- 1.2 A Brief Introduction of MATLAB -- 1.3 Types of Matrices -- 1.3.1 Square vs. Non-Square Matrices -- 1.3.2 Symmetric vs. Non-Symmetric Matrices -- 1.3.3 Full Rank vs. Deficient Rank Matrices -- 1.3.4 Singular vs. Non-Singular Matrices.
|
505 |
8 |
|
|a 1.3.5 Orthogonal vs. Non-Orthogonal Matrices -- 1.3.6 Defective vs. Non-Defective Matrices -- 1.3.7 Positive (semi- )Definite vs. Positive Indefinite Matrices -- 1.3.8 Zero Structured vs. Full Matrices -- 1.4 Overview of Matrix Computations -- 1.5 Reordering of Sparse Matrices -- 1.6 Utility Codes -- 2 Direct Algorithms of Decompositions of Matrices by Non-Orthogonal Transformations -- Introduction -- 2.1 Gauss Elimination Matrix -- 2.2 LU Decomposition -- 2.2.1 LU Decomposition by Gauss Elimination -- 2.2.2 LU Decomposition by Crout Procedure -- 2.2.3 Driver of LU Decomposition.
|
505 |
8 |
|
|a 2.2.4 LU Decomposition of an Upper Hessenberg Matrix -- 2.2.5 LU Decomposition of a Band Matrix -- 2.3 LDU Decomposition -- 2.3.1 LDU Decomposition by Gauss Elimination -- 2.3.2 LDU Decomposition by Crout Procedure -- 2.3.3 Driver of LDU Decomposition -- 2.4 Congruent Decomposition Algorithms for Symmetric Matrices -- 2.4.1 Reduction of Symmetric Matrix to Diagonal (LDLt) -- 2.4.2 Cholesky Decomposition (LLt) -- 2.4.3 Reduction of Symmetric Matrix to Tri-Diagonal (LTLt) -- 2.4.4 Reduction of Symmetric Matrix to Block Diagonal (LBLt) -- 2.4.5 Modified Cholesky Decomposition (xLLt).
|
505 |
8 |
|
|a 2.5 Similarity Decomposition Algorithms -- 2.5.1 Reduction of Square Matrix to Hessenberg by Gauss Elimination -- 2.5.2 Reduction of Square Matrix to Tri-Diagonal by Gauss Elimination -- 2.5.3 Reduction of Square Matrix to Tri-Diagonal by Lanczos Procedure -- 2.6 Reduction of a Symmetric Matrix to Tri-Diagonal and Another Symmetric Matrix to Diagonal of 1s and 0s -- 2.6.1 Hyper Rotation and Hyper Reflection -- 2.6.2 GTJGt Decomposition by Hyperbolic Rotation or Hyperbolic Reflection -- 3 Direct Algorithms of Decompositions of Matrices by Orthogonal Transformations -- Introduction.
|
505 |
8 |
|
|a 3.1 Householder Reflection Matrix and Givens Rotation Matrix -- 3.2 QR Decomposition -- 3.2.1 QR Decomposition by Householder Reflections -- 3.2.2 QR Decomposition by Givens Rotations -- 3.2.3 QR Decomposition by Gram -- Schmidt Orthogonalizations -- 3.2.4 Driver of QR Decomposition -- 3.2.5 QR Decomposition of an Upper Hessenberg Matrix -- 3.2.6 QR Decomposition of a Band Matrix -- 3.3 Complete Orthogonal Decomposition (QLZ) -- 3.4 Reduction of Matrix to Bi-Diagonal -- 3.4.1 QBZ Decomposition by Householder Reflections -- 3.4.2 QBZ Decomposition by Givens Rotations.
|
505 |
8 |
|
|a 3.4.3 QBZ Decomposition by Golub -- Kahan -- Lanczos Procedure.
|
630 |
0 |
0 |
|a MATLAB.
|
650 |
|
0 |
|a Matrices.
|
650 |
|
0 |
|a Algorithms.
|
650 |
|
0 |
|a Computer algorithms.
|
650 |
|
6 |
|a Matrices.
|0 (CaQQLa)201-0024157
|
650 |
|
6 |
|a Algorithmes.
|0 (CaQQLa)201-0001230
|
650 |
|
7 |
|a algorithms.
|2 aat
|0 (CStmoGRI)aat300065585
|
650 |
|
7 |
|a MATHEMATICS
|x Algebra
|x Intermediate.
|2 bisacsh
|
630 |
0 |
7 |
|a MATLAB
|2 fast
|0 (OCoLC)fst01365096
|
650 |
|
7 |
|a Computer algorithms
|2 fast
|0 (OCoLC)fst00872010
|
650 |
|
7 |
|a Algorithms
|2 fast
|0 (OCoLC)fst00805020
|
650 |
|
7 |
|a Matrices
|2 fast
|0 (OCoLC)fst01012399
|
776 |
0 |
8 |
|i Print version:
|a Routh, Ong U.
|t Matrix algorithms in MATLAB�.
|d London : Academic Press, an imprint of Elsevier, [2016]
|w (DLC) 2017288140
|
856 |
4 |
0 |
|u https://sciencedirect.uam.elogim.com/science/book/9780128038048
|z Texto completo
|