ComplexMatrix plugin adds complex matrixes to my Complex and Matrix plugins. Those plugins should be removed. The plugin is now 32 and 64-bit compatible.
ComplexMatrix Plugin Xojo allows for the creation of programs that, due to operator overloading and function overloading can handle complex numbers as well as real and complex matrices in much the same way doubles and integers are handled. A matrix can be entered in standard format in a multiline edit field and then read by one instruction. It also finds the Eigenvalues, eigenvectors for symmetric real matrices as well as Hermitian complex matrixes.
Also, a polynomial type has been introduced. A polynomial can also be used to create complex arrays.
Version 5.0: