Scilab 5.5.2
Please note that the recommended version of Scilab is 6.1.1. This page might be outdated.
See the recommended documentation of this function
sqroot
W*W' hermitian factorization
Calling Sequence
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.