请输入您要查询的字词:

 

单词 LU decomposition
释义

LU decomposition

A square matrix A has an LU decomposition if A = LU, where L is a lower triangular matrix with all diagonal entries equalling 1 and U is an upper triangular matrix. The system of equations Ax = b can then be solved separately as Ly = b and then Ux = y, which is computationally more efficient. The system Ly = b efficiently yields y1,y2,…,yn in order and is known as forward substitution. The system Ux = y likewise yields xn,…,x2,x1 in that order and is known as backward substitution. Not all matrices A have LU decompositions, but there is always a permutation matrix P such that PA has an LU decomposition; P effectively just reorders the equations in the linear system.

随便看

 

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

 

Copyright © 2000-2023 Newdu.com.com All Rights Reserved
更新时间:2025/5/19 13:14:32