HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
cholesky
Syntax
cholesky(Mtrx)
Description
For a numerical symmetric matrix A, returns L matrix such that A=L*tran(L).
Example
cholesky([[3,1],[1,4]]) returns [[3*√3/3,0],[√3/3,11/3*√33/11]]
cholesky — Discussion
↑Back to top