Nathan_Grey

0 Reputation

2 Badges

13 years, 20 days

MaplePrimes Activity


These are answers submitted by Nathan_Grey

for j from 1 by 1 to N do
for i from 1 by 1 to N do
  tt[i][j]:=Re(p2[i][3][1][j]);
  if tt[i][j]>n then ttt:=i; print (i) fi;
 end do;
end do;

Page 1 of 1