Cholesky decomposition: Difference between revisions

→‎{{header|Scilab}}: left as LaTeX, if someone knows why the math tag fails, I'll be happy to be informed
(+scilab)
(→‎{{header|Scilab}}: left as LaTeX, if someone knows why the math tag fails, I'll be happy to be informed)
Line 2,923:
=={{header|Scilab}}==
 
The Cholesky decomposition is builtin, and an upper triangular matrix is returned, such that <math>$A=L^TL=A</math>$.
 
<lang scilab>a = [25 15 -5; 15 18 0; -5 0 11];
1,336

edits