Jump to content

Schur Decomposition and Matrix Square root


jaehongyoon

Recommended Posts

Hi, I'm trying matrix square root and schur decomposition in LabVIEW. I've found the functions provided but somehow the values 

calculated does not match with Matlab version. Since precision of my values are around e-16~e-18 I know the precision matters

significantly and have matched the input values for both LabVIEW and Matlab. The difference is quite dramatic. Please let me know

if there is anyway to exactly convert Schur decomposition and matrix square root of Matlab into LabVIEW (even if I use math script

the values are different, and have no idea with this). Thank you.

Link to comment

 

Since precision of my values are around e-16~e-18 (...)

 

Hmm, machine epsilon on my computer is 2.22045E-16, so there is no way to do precise calculations with e-18...

You can check the machine epsilon with constant from numeric pallete (or with attached snippet):

post-50361-0-26404300-1442401599.png

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.