summaryrefslogtreecommitdiff
path: root/24/CH11/EX11.9/Example11_9.sce
blob: ae8b4eafe84317b343001a8ddd593a9accdc1caa (plain)
1
2
3
4
5
6
7
8
9
10
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)