Re: Assistance with operation comparing two column matrixes and producing result in one column matri
0
Thats how programs in Prime work - the return value is the last value assigned in the program. So in your case its the value of the last iteration. If you want to collect the results you have to do it yourself by assigning the values in the loop: Yo... View more