summaryrefslogtreecommitdiff
path: root/2078/CH5/EX5.18/Example5_18.sce
diff options
context:
space:
mode:
Diffstat (limited to '2078/CH5/EX5.18/Example5_18.sce')
-rwxr-xr-x2078/CH5/EX5.18/Example5_18.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2078/CH5/EX5.18/Example5_18.sce b/2078/CH5/EX5.18/Example5_18.sce
new file mode 100755
index 000000000..8ba807161
--- /dev/null
+++ b/2078/CH5/EX5.18/Example5_18.sce
@@ -0,0 +1,10 @@
+//Exa 5.18
+clc;
+clear;
+close;
+//Given data :
+L=200;//km
+f=50;//Hz
+omega=2*%pi*f;//rad/s
+Rise=omega^2*L^2*10^-8/18;//%
+disp(Rise,"Percentage rise in voltage : ");