summaryrefslogtreecommitdiff
path: root/2582/CH3/EX3.26
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /2582/CH3/EX3.26
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 '2582/CH3/EX3.26')
-rwxr-xr-x2582/CH3/EX3.26/Ex3_26.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/2582/CH3/EX3.26/Ex3_26.sce b/2582/CH3/EX3.26/Ex3_26.sce
new file mode 100755
index 000000000..49e075d53
--- /dev/null
+++ b/2582/CH3/EX3.26/Ex3_26.sce
@@ -0,0 +1,9 @@
+//Ex 3.26
+clc;clear;close;
+omega1=0;//rad/s
+omega2=%inf;//rad/s
+omega0=10^4;//rad/s(Assumed)
+fi1=atand(omega2/omega0)-atand(omega2/-omega0);//degree
+fi2=atand(omega1/omega0)-atand(omega1/-omega0);//degree
+disp(fi1,"For omega=0, phase shift(degree)");
+disp(fi2,"For omega=infinity, phase shift(degree)");