summaryrefslogtreecommitdiff
path: root/1760/CH3/EX3.30/EX3_30.sce
diff options
context:
space:
mode:
Diffstat (limited to '1760/CH3/EX3.30/EX3_30.sce')
-rwxr-xr-x1760/CH3/EX3.30/EX3_30.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/1760/CH3/EX3.30/EX3_30.sce b/1760/CH3/EX3.30/EX3_30.sce
new file mode 100755
index 000000000..17a68415e
--- /dev/null
+++ b/1760/CH3/EX3.30/EX3_30.sce
@@ -0,0 +1,5 @@
+ //EXAMPLE 3-30 PG NO-192
+R=8*0.866; //cos30=0.866
+disp('i) Resistance (R) is = '+string (R) +' ohm ');
+X=8*0.5;
+disp('ii) X (X) is = '+string (X) +' ohm ');