summaryrefslogtreecommitdiff
path: root/876/CH8/EX8.12/Ex8_12.sce
diff options
context:
space:
mode:
Diffstat (limited to '876/CH8/EX8.12/Ex8_12.sce')
-rwxr-xr-x876/CH8/EX8.12/Ex8_12.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/876/CH8/EX8.12/Ex8_12.sce b/876/CH8/EX8.12/Ex8_12.sce
new file mode 100755
index 000000000..4c8604413
--- /dev/null
+++ b/876/CH8/EX8.12/Ex8_12.sce
@@ -0,0 +1,15 @@
+//caption: find phase angle
+//Ex8.12
+clc
+clear
+close
+Y1=4//vertical pattern
+Y2=8//vertical pattern
+o=Y1/Y2
+Y=asind(o)
+disp(Y,'phase angle(in degree)=')
+Y3=4//vertical pattern
+Y4=4//vertical pattern
+oo=Y3/Y4
+Ya=asind(oo)
+disp(Ya,'phase angle(in degree)=') \ No newline at end of file