<div dir="ltr">Hi,<div>I have a 80 X 4 matrix. I have iterate through each row and subtract each row with another array at each iteration. At first I thought to convert all array to list and do all the operations and then again convert the final list if lists to a matrix. But I somehow think that is not a suited way. I tried using "for*/matrix" but could not get it right. Could any one give an example on how to iterate a matrix (array for arrays)?</div><div><br></div><div>My matrix looks like this:</div><div><div>> (list*->matrix final-data)</div><div>(array</div><div> #[#[5.1 3.5 1.4 0.2]</div><div>   #[4.9 3.0 1.4 0.2]</div><div>   #[4.7 3.2 1.3 0.2]</div><div>   #[4.6 3.1 1.5 0.2]</div><div>   #[5.0 3.6 1.4 0.2]</div><div>   #[5.4 3.9 1.7 0.4]</div><div>   #[4.6 3.4 1.4 0.3]</div><div>   #[5.0 3.4 1.5 0.2]</div><div>   #[4.4 2.9 1.4 0.2]</div><div>   #[4.9 3.1 1.5 0.1]</div></div><div>...........</div><div><br></div><div>Thanks!</div></div>