LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

square root of a matrix

In matlab there is a function called sqrtm which calculates the square root of a matrix. Is there an equivalent or known way to do this in CVI?
0 Kudos
Message 1 of 2
(3,239 Views)

Hello Steve.

I am somewhat out of my depth here, but I found the following which may be of use to you.

From here:
> It is worth noting  many applications can be recast to use
> a Cholesky decomposition instead of the square root.

In its Advanced Analysis library, CVI offers the Cholesky() and CxCholesky() functions.

Hope this helps,
Colin.

 

0 Kudos
Message 2 of 2
(3,225 Views)