Standard Library function that
a = INTARR(4,4) FOR i=0,3 DO a(i,*)=[1,i+2,(i+2)^2,(i+2)^3] PRINT, a PRINT, DETERM(a)
12.0000