summaryrefslogtreecommitdiff
path: root/3487/CH7/EX7.5/Ex7_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3487/CH7/EX7.5/Ex7_5.sce')
-rw-r--r--3487/CH7/EX7.5/Ex7_5.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3487/CH7/EX7.5/Ex7_5.sce b/3487/CH7/EX7.5/Ex7_5.sce
new file mode 100644
index 000000000..2d16ee499
--- /dev/null
+++ b/3487/CH7/EX7.5/Ex7_5.sce
@@ -0,0 +1,10 @@
+//Chapter 7,Example 7.5 Page 226
+clc
+clear
+E = 500
+Z = 350
+L = 800
+E1 = E*(1-exp(-(2*Z/L)*2))
+printf (" E'' = %f kV \n",E1)
+
+//Answers may vary due to round off error