diff options
Diffstat (limited to '1466/CH2/EX2.6')
-rwxr-xr-x | 1466/CH2/EX2.6/2_6.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1466/CH2/EX2.6/2_6.sce b/1466/CH2/EX2.6/2_6.sce new file mode 100755 index 000000000..7d559fea0 --- /dev/null +++ b/1466/CH2/EX2.6/2_6.sce @@ -0,0 +1,9 @@ +clc
+//initialisation of variables
+T= 20 //sec
+m= 2 //kg
+g= 32.2 //ft/sec^2
+//CALCULATIONS
+k= sqrt((T/(2*%pi))^2*2*g)
+//RESULTS
+printf (' Radius of gyration= % 2f ft',k)
|