Scilab 6.0.0
Справка Scilab >> Linear Algebra > Factorization > sqroot
sqroot
W*W' hermitian factorization
Syntax
sqroot(X)
Arguments
- X
symmetric non negative definite real or complex matrix
Description
returns W such that X=W*W'
(uses SVD).
Comments
Add a comment:
Please login to comment this page.