To all,
Stupid question ...
if I have a 2 columns matrix A, is there a way in mcad 15 of creating 1 column vector containing complex numbers so that z=A<0>+iA<1> ?
mcad 15 doesn’t seem to like the iA<1> syntax !
Do I have to create a programme to loop over all entries ! surely not ! No functin such as complex(a,b) like in excel?
Thanks
Solved! Go to Solution.
Thanks. so obvious. I nee t o multiply the imaginary part by 1j. I was trying to write A<1>j !!
Hi,
My apologies the vectorize operator over the top is not necessary.
As it is a proper column matrix operation.
No need to apologies. I didn't use the vectorize operator