Same sum FIXED by pooq

a=[0,0;3,2];for i=1:12printf("n = %d , k = %d\n",a(2,1),a(2,2));a=[a(2,:);a(2,:)*6-a(1,:)+2];end

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page