Complex numbers arithmetic (real and imaginary numbers)
Dear all,
I am trying to do some basic array arithmetic in max, and for it i'm using vexpr (sum, multiplications etc...). It is all working quite ok, until I have to work with arrays of complex numbers (real and imaginary). I cant seem to find a way of input complex number data into the arrays and have it doing the maths,(sum, multiplications of complex numbers). It seems max does not understand the typical "a+ib" representation.
Is anyone able to give me a tip?
Cheers!
i dont fully understand what you need, but i guess you have missed the "scalarmode" attribute.
(default is 0, which can only operate lists against lists of the same lenght.)