| r3 vs r4 | ||
|---|---|---|
| 1 | 1 | == 1 == |
| 2 | 2 | table = @[6,3] |
| 3 | matr = [64.5@E6,40@E6,48.5@E6] | |
| 3 | matr = [64.5@E6,40@E6,48.5@E6]; | |
| 4 | susc = +@pi*10@E-7*4 | |
| 4 | 5 | freq = [10@E4,10@E5,10@E6,10@E7,10@E8,10@E9] |
| 5 | 6 | |
| 6 | 7 | for [row, column] in table |
| 7 | table(row,column) = (1/+sqrt(+@pi*matr(column)*freq(row))) | |
| 8 | table(row,column) = (1/+sqrt(+@pi*matr(column)*freq(row)*susc)) | |
| 8 | 9 | end |
| 9 | ||
| 10 | 10 | table |
| 11 | 11 | |
| 12 | 12 | == 2 == |
| ... | ... |