diff options
Diffstat (limited to '2381/CH1/EX1.13/ex_13.sce')
-rwxr-xr-x | 2381/CH1/EX1.13/ex_13.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/2381/CH1/EX1.13/ex_13.sce b/2381/CH1/EX1.13/ex_13.sce new file mode 100755 index 000000000..f6270c7ac --- /dev/null +++ b/2381/CH1/EX1.13/ex_13.sce @@ -0,0 +1,12 @@ +//Example 13 // Time period +clc; +clear; +close; +//given data : +M=4;// in kg +R=0.10;// in m +I=(2/5)*M*R^2;// in kg.m^2 +C=4*10^-3;// in Nm/radian +T=2*%pi*sqrt(I/C); +disp(T,"Time period,T(s) = ") +// answer is wrong in textbook |