请输入您要查询的字词:

 

单词 MatrixFactorization
释义

matrix factorization


Matrix Factorization

A matrix factorization (or matrix decomposition) is the right-hand-side product in

A=F1F2Fk

for “input” matrix A. The number of factor matrices k depends on the situation. Most often, k=2 or k=3.

Note that the process of producing a factorization/decomposition is also called “factorization” or “decomposition”.

Examples

Some common factorizations and related devices are:

  • LU-decomposition: A=LU, where L is lower triangular, and U is upper triangular

  • QR-decomposition: A=QR, where Q is orthogonalMathworldPlanetmath, and R is right triangular.

  • Singular value decompositionMathworldPlanetmath (SVD): A=USVT, where U and V are orthogonal, and S is a partially diagonal matrixMathworldPlanetmath.

  • The Cholesky DecompositionMathworldPlanetmath.

  • For a positive definite matrix, we can decompose it into its square root (http://planetmath.org/SquareRootOfPositiveDefiniteMatrix) squared.

  • Polar decomposition

  • Jordan canonical formMathworldPlanetmath

  • Iwasawa decomposition

See the entries for these and other matrix factorizations for details on the contents of the factor matrices, where to apply them, and how to best calculate them.

Simultaneous matrix factorization

A related problem is to diagonalize or tridiagonalize many matrices usingthe same matrix. Some results in this direction are listed below:

  • commuting matricesMathworldPlanetmath are simultanenously triangularizable

  • commuting normal matricesMathworldPlanetmath are simultanenously diagonalizable

随便看

 

数学辞典收录了18232条数学词条,基本涵盖了常用数学知识及数学英语单词词组的翻译及用法,是数学学习的有利工具。

 

Copyright © 2000-2023 Newdu.com.com All Rights Reserved
更新时间:2025/5/4 21:34:59