[주의!] 문서의 이전 버전(에 수정)을 보고 있습니다. 최신 버전으로 이동
==1==
table = @[6,3]
matr = [64.5E6,48.5@E6]
freq = [10E5,10E7,10E9]
for [row, column] in table
table(row,column) = (1/+sqrt(+@pi*matr(column)*freq(row)))
end
table
table = @[6,3]
matr = [64.5E6,48.5@E6]
freq = [10E5,10E7,10E9]
for [row, column] in table
table(row,column) = (1/+sqrt(+@pi*matr(column)*freq(row)))
end
table