ComplexMatrix Plugin adds complex matrices to the functionality of my Complex and Matrix plugins. If you are using those plugins you should remove them.
ComplexMatrix Plugin for REALbasic 2008 Release 4 and higher allows you to construct programs which, because of operator and function overloading, can handle complex numbers and real and complex matrices much like doubles and integers are handled. A matrix can be entered in standard form in a MultiLine EditField and read in by a single instruction.
The plugin also finds the eigenvalues and eigenvectors of symmetric real matrices and Hermitian complex matrices.
A Polynomial type is also introduced. One can find the roots of a polynomial. And a polynomial can be used as a complex array.
Included is a REALbasic project which allows testing the plugin.
As a Mac OS X Universal, Windows, and Linux plugin, it can be used to build Mac OS X Universal, Windows, and Linux applications.