diff options
Diffstat (limited to '24/CH11/EX11.9/Example11_9.sce')
-rwxr-xr-x | 24/CH11/EX11.9/Example11_9.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/24/CH11/EX11.9/Example11_9.sce b/24/CH11/EX11.9/Example11_9.sce new file mode 100755 index 000000000..ae8b4eafe --- /dev/null +++ b/24/CH11/EX11.9/Example11_9.sce @@ -0,0 +1,11 @@ +exec('Example11_7.sce', -1)
+clc
+
+//Given that
+t = 2.5 //in sec
+
+//Sample Problem 11-9
+printf("\n**Sample Problem 11-9**\n")
+w = 0 + alpha*t
+RE = 0.5* I* w^2
+printf("The rotational kinetic energy of the disk will be %fJ", RE)
\ No newline at end of file |