summaryrefslogtreecommitdiff
path: root/3769/CH4/EX4.39/Ex4_39.sce
blob: 8ad186a8e9412d07d14bc1a6bae628be0399211a (plain)
1
2
3
4
5
6
7
8
9
10
clear
//Given
V=25*10**5
E=5.0*10**7

//Calculation
r=V/E

//Result
printf("\n Minimum radius of the spherical shell is  %0.3f  cm", r*100)