//Ex:1.31
clc;
clear;
close;
le_y=1/10;// the ratio of le to y
Rr=160*(%pi^2)*(le_y)^2;// radiation resistance in ohm
printf("The radiation resistance = %f ohm", Rr);