From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 72/CH11/EX11.3.1/11_3_1.sce | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 72/CH11/EX11.3.1/11_3_1.sce (limited to '72/CH11/EX11.3.1') diff --git a/72/CH11/EX11.3.1/11_3_1.sce b/72/CH11/EX11.3.1/11_3_1.sce new file mode 100755 index 000000000..953214fed --- /dev/null +++ b/72/CH11/EX11.3.1/11_3_1.sce @@ -0,0 +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 ='); + + + + + + + + + + -- cgit