HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
LQ
Syntax
LQ(matrix)
Description
LQ Factorization. Factors an m n matrix into three matrices: {[[ m n lowertrapezoidal]],[[ n n orthogonal]], [[ m m permutation]]}.
Example
LQ([[1,2],[3,4]])
LQ — Discussion
↑Back to top