diff options
Diffstat (limited to '3769/CH25/EX25.32/Ex25_32.sce')
-rw-r--r-- | 3769/CH25/EX25.32/Ex25_32.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3769/CH25/EX25.32/Ex25_32.sce b/3769/CH25/EX25.32/Ex25_32.sce new file mode 100644 index 000000000..7aad12aff --- /dev/null +++ b/3769/CH25/EX25.32/Ex25_32.sce @@ -0,0 +1,10 @@ +clear +//Given +a=6*10**-3 //Kg +c=3*10**8 + +//Calculation +E=a*c**2 + +//Result +printf("\n Energy liberated is %0.3f J", E) |