diff options
Diffstat (limited to '1301/CH3/EX3.8/ex3_8.sce')
-rwxr-xr-x | 1301/CH3/EX3.8/ex3_8.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/1301/CH3/EX3.8/ex3_8.sce b/1301/CH3/EX3.8/ex3_8.sce new file mode 100755 index 000000000..b843cccbb --- /dev/null +++ b/1301/CH3/EX3.8/ex3_8.sce @@ -0,0 +1,5 @@ +clc;
+a=20; //acc. in m/sec square
+F=80; //force in Newton
+m=F/a; //using F=m*a (Newton's Law)
+disp(m,"Mass in kg = "); //displaying result
\ No newline at end of file |