ComplexMatrix Plugin 1.2 - 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
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.