diff options
Diffstat (limited to '3756/CH6/EX6.2/Ex6_2.sce')
-rw-r--r-- | 3756/CH6/EX6.2/Ex6_2.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3756/CH6/EX6.2/Ex6_2.sce b/3756/CH6/EX6.2/Ex6_2.sce new file mode 100644 index 000000000..d47c323e8 --- /dev/null +++ b/3756/CH6/EX6.2/Ex6_2.sce @@ -0,0 +1,15 @@ +clc +// +// +// + +//Variable declaration +W=(3.14/3) //Angular frequency in radian + + + +//Calculations +t=((3.14)/(3*W)) + +//Result +printf("\n The time taken to move from one end of its path to 0.025m from mean position is %i sec",t) |