summaryrefslogtreecommitdiff
path: root/3769/CH12/EX12.13/Ex12_13.sce
blob: 88763a4efe9ce8254d89dbabebb2e4fb1f9528b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clear
//Given
R=1                    //m
B=1
f=50

//Calculation
//
e=%pi*R**2*B*f

//Result
printf("\n e.m.f between the centre and the matallic ring is %0.1f  V",e)