Java applet for singular value decomposition of a complex matrix

Home and Applets > FAQ > About NMR > About SVD > Java Applet

Java applet performing SVD of a complex matrix

Example for a 3X3 complex matrix:

    (58 + 33i   68 + 52i   77 + 41i)
    (27 + 8i    31 + 21i   47 + 21i)
    ( 6 + 66i   19 + 49i   26 + 25i)
    

It is simpler to input the real and imaginary values into two columns of a spreadsheet program such as MS EXCEL, then copy and paste each data column into the Java applet.

Applet for calculating singular value decomposition of a complex matrix.
 
[Contact me] - Last updated August 30, 2012
Copyright © 2002- pascal-man.com. All rights reserved.