summaryrefslogtreecommitdiff
path: root/3487/CH7/EX7.5/Ex7_5.sce
blob: 2d16ee49936370cfd032cbd5db94aa68f3cbacea (plain)
1
2
3
4
5
6
7
8
9
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