diff options
Diffstat (limited to '24/CH11/EX11.9')
-rwxr-xr-x | 24/CH11/EX11.9/Example11_9.sce | 11 | ||||
-rwxr-xr-x | 24/CH11/EX11.9/Example11_9_result.txt | 2 |
2 files changed, 13 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 diff --git a/24/CH11/EX11.9/Example11_9_result.txt b/24/CH11/EX11.9/Example11_9_result.txt new file mode 100755 index 000000000..aa1975be1 --- /dev/null +++ b/24/CH11/EX11.9/Example11_9_result.txt @@ -0,0 +1,2 @@ +**Sample Problem 11-9**
+The rotational kinetic energy of the disk will be 90.000000J
\ No newline at end of file |