summaryrefslogtreecommitdiff
path: root/1784/CH38/EX38.6/Ex38_6.sce
blob: 08fe6806dc976d8c5ed0a1543ec9d0d8dddbf4cb (plain)
1
2
3
4
5
6
7
8
9
10
11
//chapter 38
//Example 6
clc
//given
m_0=(4*%pi*10^-7)//in weber
e_0=(8.9*10^-12)
R=5*10^-2//meters
dEbydT=10^12
i_d=(e_0*%pi*R*R*dEbydT)
disp(" current in amp=")
disp(i_d)