diff options
Diffstat (limited to '3769/CH4/EX4.39/Ex4_39.sce')
-rw-r--r-- | 3769/CH4/EX4.39/Ex4_39.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3769/CH4/EX4.39/Ex4_39.sce b/3769/CH4/EX4.39/Ex4_39.sce new file mode 100644 index 000000000..8ad186a8e --- /dev/null +++ b/3769/CH4/EX4.39/Ex4_39.sce @@ -0,0 +1,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) |