From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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
(2,734 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
(2,720 Views)