•  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
r2
r2
1==1==
2table = @[6,3]
3matr = [64.5@E6,40@E6,48.5@E6]
4freq = [10@E4,10@E5,10@E6,10@E7,10@E8,10@E9]
5
6for [row, column] in table
7table(row,column) = (1/+sqrt(+@pi*matr(column)*freq(row)))
8end
9
10table