summaryrefslogtreecommitdiff
path: root/728/CH6/EX6.13
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /728/CH6/EX6.13
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '728/CH6/EX6.13')
-rwxr-xr-x728/CH6/EX6.13/Ex6_13.sce9
-rwxr-xr-x728/CH6/EX6.13/Ex6_13.txt9
-rwxr-xr-x728/CH6/EX6.13/Ex6_13_ans.txt5
3 files changed, 23 insertions, 0 deletions
diff --git a/728/CH6/EX6.13/Ex6_13.sce b/728/CH6/EX6.13/Ex6_13.sce
new file mode 100755
index 000000000..6669f4a3c
--- /dev/null
+++ b/728/CH6/EX6.13/Ex6_13.sce
@@ -0,0 +1,9 @@
+//Caption:Calculate the phase shift of the component
+//Exa:6.13
+clc;
+clear;
+close;
+w_l=7.2;//wavelength (in cm)
+x=10.5-9.3;
+Phase_shift=(2*%pi*x)/(w_l);
+disp(Phase_shift*180/%pi,'Phase Shift (in degree) ='); \ No newline at end of file
diff --git a/728/CH6/EX6.13/Ex6_13.txt b/728/CH6/EX6.13/Ex6_13.txt
new file mode 100755
index 000000000..6669f4a3c
--- /dev/null
+++ b/728/CH6/EX6.13/Ex6_13.txt
@@ -0,0 +1,9 @@
+//Caption:Calculate the phase shift of the component
+//Exa:6.13
+clc;
+clear;
+close;
+w_l=7.2;//wavelength (in cm)
+x=10.5-9.3;
+Phase_shift=(2*%pi*x)/(w_l);
+disp(Phase_shift*180/%pi,'Phase Shift (in degree) ='); \ No newline at end of file
diff --git a/728/CH6/EX6.13/Ex6_13_ans.txt b/728/CH6/EX6.13/Ex6_13_ans.txt
new file mode 100755
index 000000000..520cc2b3b
--- /dev/null
+++ b/728/CH6/EX6.13/Ex6_13_ans.txt
@@ -0,0 +1,5 @@
+
+ Phase Shift (in degree) =
+
+ 60.
+ \ No newline at end of file