Matrix Computations¶
Golub, G. H., & Loan, C. F. V. (2013). Matrix Computations. Johns Hopkins University Press.
Cited by¶
12 citations across 12 artifacts.
Each citation links to the sentence it supports in the citing article.
Primes¶
- Factorization
- It exposes hidden generative structure: 12 = 2 × 2 × 3 reveals primes invisible in the surface number, a product form inside a joint distribution exposes independence hidden in the joint table, a singular-value decomposition reveals rank structure invisible in the raw matrix.
This sourceStandard reference for matrix factorizations (LU, QR, Cholesky, eigendecomposition, SVD), each exposing different structure (e.g., rank via SVD) and making a different operation cheap.
- It exposes hidden generative structure: 12 = 2 × 2 × 3 reveals primes invisible in the surface number, a product form inside a joint distribution exposes independence hidden in the joint table, a singular-value decomposition reveals rank structure invisible in the raw matrix.
- Pivotality
- In algorithms, pivot elements in Gaussian elimination and pivot-based selection use the term technically.
This sourceStandard numerical-linear-algebra text establishing 'pivot' as the technical term in Gaussian elimination (the pivot element of a row/column under partial/complete pivoting); the same partition-pivot usage recurs in algorithms texts (Cormen et al., Introduction to Algorithms, for quickselect/quicksort).
- In algorithms, pivot elements in Gaussian elimination and pivot-based selection use the term technically.
- Vector Space
- The matrix-decomposition toolkit — SVD, eigendecomposition — moved from linear algebra into ML as the engine of recommender systems, dimensionality reduction, and modern transformers.
This sourceSVD and eigendecomposition — the matrix-decomposition toolkit underlying dimensionality reduction and recommender systems.
- The matrix-decomposition toolkit — SVD, eigendecomposition — moved from linear algebra into ML as the engine of recommender systems, dimensionality reduction, and modern transformers.
Domain-specific¶
- Bidiagonal matrix
- Block LU decomposition
- Circulant matrix
- Crout matrix decomposition
- Hessenberg Matrix
- Matrix
- These decompositions underlie the majority of numerical algorithms in scientific computing: least-squares solutions (\(QR\)), Gaussian elimination and linear system solving (\(LU\)), principal component analysis and low-rank approximation (\(SVD\)), stability analysis of dynamical systems (eigenvalues), and spectral graph theory (eigenvalues of the adjacency and Laplacian matrices)
This sourceThe standard numerical-linear-algebra reference, covering LU and general linear systems, QR and full-rank least squares, the singular value decomposition and subspace computations, and unsymmetric, symmetric and large sparse eigenvalue problems; it contains nothing on spectral graph theory or graph Laplacians.
- These decompositions underlie the majority of numerical algorithms in scientific computing: least-squares solutions (\(QR\)), Gaussian elimination and linear system solving (\(LU\)), principal component analysis and low-rank approximation (\(SVD\)), stability analysis of dynamical systems (eigenvalues), and spectral graph theory (eigenvalues of the adjacency and Laplacian matrices)
- Multiply–accumulate operation
- QR Algorithm
Mechanisms¶
- Basis Extraction from a Spanning Set
- Its honest limitation is that the extracted basis is not unique: it depends on the ordering and the tolerance, so "the basis" is really "a basis this policy produced."
This sourceShows that numerical basis extraction can select different independent columns according to pivot ordering and the tolerance used to determine rank.
- Its honest limitation is that the extracted basis is not unique: it depends on the ordering and the tolerance, so "the basis" is really "a basis this policy produced."
Verification¶
This reference passed the adversarial substantiation pipeline: it was checked to exist and to support the claim it is attached to. See how references were verified.
Links previously used in the corpus¶
Before the registry existed this work was also linked 4 other ways.
- https://doi.org/10.1137/1.9781421407944 ×1
- https://epubs.siam.org/doi/book/10.1137/1.9781421407944 ×1
- https://jhupbooks.press.jhu.edu/title/matrix-computations ×1
- https://www.press.jhu.edu/books/title/10678/matrix-computations ×1
Registry ID ref:07fa33704276 · see in the full table