diff options
Diffstat (limited to '2381/CH1/EX1.10/ex_10.sce')
-rwxr-xr-x | 2381/CH1/EX1.10/ex_10.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/2381/CH1/EX1.10/ex_10.sce b/2381/CH1/EX1.10/ex_10.sce new file mode 100755 index 000000000..faaf4af36 --- /dev/null +++ b/2381/CH1/EX1.10/ex_10.sce @@ -0,0 +1,7 @@ +//Example 10 // ENERGY +clc; +clear; +close; +t=8/3;//seconds +v=-10*%pi*sin((35*%pi)/6)//cm +disp(v,"velocity is,(cm)=") |