Best Answer Sheepolution , 30 October 2014 - 12:33 AM
"How many rows"?->N
For 1->I to N
"X"?->Matrix A[I,1]
"Y"?->Matrix A[I,2]
Next
Something like this?
I think you need to define the length of the matrix before hand, but I forgot how to do that at the moment.
Something like N->Dim Mat A
I think.
Go to the full post