instance method Matrix#rect
rectangular -> [Matrix, Matrix]rect -> [Matrix, Matrix]-
[TODO]
Returns an array containing matrices corresponding to the real and imaginary parts of the matrix
m.rect == [m.real, m.imag] # ==> true for all matrices m
class Matrix