read `SINKHORN.txt`: print(`Here are five random examples for 3 by 3 matrices`): print(``): for i1 from 1 to 5 do M:=RandSM(3,10): ExacGSniceV(M,z): od: print(`Here are five random examples for 4 by 4 matrices`): print(``): for i1 from 1 to 5 do M:=RandSM(4,10): ExacGSniceV(M,z): od: print(`Here are five random examples for 5 by 5 matrices`): print(``): for i1 from 1 to 5 do M:=RandSM(5,10): ExacGSniceV(M,z): od: print(``): print(`This took`, time(), `seconds. `): quit: