summaryrefslogtreecommitdiff
path: root/3769/CH14/EX14.5/Ex14_5.sce
blob: 4943f73e0e04362a60ff7b3e09356287f2c5b22c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
clear
//Given
N=100
A=0.10                        //m**2
f=0.5                         //Hz
B=0.01                         //T

//Calculation
//
w=2*%pi*f
E0=N*A*B*w

//Result
printf("\n Maximum voltage generated in the coil is %0.3f  V",E0)