diff options
Diffstat (limited to '728/CH6/EX6.2')
-rwxr-xr-x | 728/CH6/EX6.2/Ex6_2.sce | 13 | ||||
-rwxr-xr-x | 728/CH6/EX6.2/Ex6_2.txt | 13 | ||||
-rwxr-xr-x | 728/CH6/EX6.2/Ex6_2_ans.txt | 5 |
3 files changed, 31 insertions, 0 deletions
diff --git a/728/CH6/EX6.2/Ex6_2.sce b/728/CH6/EX6.2/Ex6_2.sce new file mode 100755 index 000000000..1fe86dabd --- /dev/null +++ b/728/CH6/EX6.2/Ex6_2.sce @@ -0,0 +1,13 @@ +//Caption:Find the distance that the position of port 1 should be shifted . +//Exa:6.2 +clc; +clear; +close; +Beeta=34.3;//in rad/m +// S=[0,0.5*%e^(%i*53.13);0.5*%e^(%i*53.13),0]; +// S'=[0,0.5*%e^(%i*53.13-x);0.5*%e^(%i*53.13-x),0]; +//For S12& S21 to be real , +x=53.5;//in degrees +x_rad=53.5*%pi/180; +l=x_rad/Beeta; +disp(l*100,'Distance (in cm)=');
\ No newline at end of file diff --git a/728/CH6/EX6.2/Ex6_2.txt b/728/CH6/EX6.2/Ex6_2.txt new file mode 100755 index 000000000..587cdb763 --- /dev/null +++ b/728/CH6/EX6.2/Ex6_2.txt @@ -0,0 +1,13 @@ +//Caption:Find the distance that the position of port 1 should be shifted .
+//Exa:6.2
+clc;
+clear;
+close;
+Beeta=34.3;//in rad/m
+// S=[0,0.5*%e^(%i*53.13);0.5*%e^(%i*53.13),0];
+// S'=[0,0.5*%e^(%i*53.13-x);0.5*%e^(%i*53.13-x),0];
+//For S12& S21 to be real ,
+x=53.5;//in degrees
+x_rad=53.5*%pi/180;
+l=x_rad/Beeta;
+disp(l*100,'Distance (in cm)=');
\ No newline at end of file diff --git a/728/CH6/EX6.2/Ex6_2_ans.txt b/728/CH6/EX6.2/Ex6_2_ans.txt new file mode 100755 index 000000000..448c41aaa --- /dev/null +++ b/728/CH6/EX6.2/Ex6_2_ans.txt @@ -0,0 +1,5 @@ +
+ Distance (in cm)=
+
+ 2.7223066
+
\ No newline at end of file |