summaryrefslogtreecommitdiff
path: root/3769/CH5/EX5.3/Ex5_3.sce
blob: 466865f28858e480db45d288049f9f42b21d3ade (plain)
1
2
3
4
5
6
7
8
9
10
11
clear
//Given
e=1.6*10**-19                  //C
f=6.8*10**15                   //rev/sec
r=0.51*10**-10                  //m

//Calculation
I=e*f

//Result
printf("\n The equivalent current is  %0.3f  *10**-3 A", I*10**3)