summaryrefslogtreecommitdiff
path: root/24/CH11/EX11.6/Example11_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '24/CH11/EX11.6/Example11_6.sce')
-rwxr-xr-x24/CH11/EX11.6/Example11_6.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/24/CH11/EX11.6/Example11_6.sce b/24/CH11/EX11.6/Example11_6.sce
new file mode 100755
index 000000000..69aed8578
--- /dev/null
+++ b/24/CH11/EX11.6/Example11_6.sce
@@ -0,0 +1,10 @@
+//Given that
+M = 272 //in kg
+R = 38*10^-2 //in meter
+w = 14000* 2*%pi/60 //in rad/s
+
+///Sample Problem 11-6
+printf("**Sample Problem 11-6**\n")
+I = 0.5* M* R^2
+E = 0.5* I* w^2
+printf("The energy released during the explosion is %eJ", E) \ No newline at end of file