diff options
Diffstat (limited to '3756/CH6/EX6.3/Ex6_3.sce')
-rw-r--r-- | 3756/CH6/EX6.3/Ex6_3.sce | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/3756/CH6/EX6.3/Ex6_3.sce b/3756/CH6/EX6.3/Ex6_3.sce new file mode 100644 index 000000000..a86913613 --- /dev/null +++ b/3756/CH6/EX6.3/Ex6_3.sce @@ -0,0 +1,16 @@ +clc +// +// +// + +//Variable declaration +T=31.4 //Time Period +A=0.06 //Amplitude + + +//Calculations +W=((2*3.14)/T) +Vmax=W*A + +//Result +printf("\n The Maximum Velocity is %0.3f m/sec",Vmax) |