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 5 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 eigenvectors and eigenvalues 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.
Requirements:
· REALbasic 2005 or later.
What's New in This Release: [ read full changelog ]
· Adds the methods NumRows and NumColumns for the real and complex matrix types.