diff options
Diffstat (limited to '72/CH11/EX11.3.1')
-rwxr-xr-x | 72/CH11/EX11.3.1/11_3_1.sce | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/72/CH11/EX11.3.1/11_3_1.sce b/72/CH11/EX11.3.1/11_3_1.sce index 953214fed..5ee91443f 100755 --- a/72/CH11/EX11.3.1/11_3_1.sce +++ b/72/CH11/EX11.3.1/11_3_1.sce @@ -1,20 +1,20 @@ -//CAPTION:Characteristic_Impedance_of_a_Coplanar_Stripline
-//chapter_no.-11, page_no.-507
-//Example_no.11-3-1
-
-clc;
-
-Pavg=250*(10^-3);//average_power_flowing_in_the_positive_z_direction
-Io=100*(10^-3);//total_peak_current
-Z0=(2*Pavg)/(Io^2);
-disp(Z0,'the_characteristic_impedance_of_the_coplanar_strip_line(in ohms)is =');
-
-
-
-
-
-
-
-
-
-
+ +//chapter_no.-11, page_no.-507 +//Example_no.11-3-1 + +clc; + +Pavg=250*(10^-3);//average_power_flowing_in_the_positive_z_direction +Io=100*(10^-3);//total_peak_current +Z0=(2*Pavg)/(Io^2); +disp(Z0,'the_characteristic_impedance_of_the_coplanar_strip_line(in ohms)is ='); + + + + + + + + + + |