summaryrefslogtreecommitdiff
path: root/1301/CH3/EX3.5/ex3_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '1301/CH3/EX3.5/ex3_5.sce')
-rwxr-xr-x1301/CH3/EX3.5/ex3_5.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/1301/CH3/EX3.5/ex3_5.sce b/1301/CH3/EX3.5/ex3_5.sce
new file mode 100755
index 000000000..03dfa93a9
--- /dev/null
+++ b/1301/CH3/EX3.5/ex3_5.sce
@@ -0,0 +1,7 @@
+clc;
+g=9.8; //gravitational constant in m/sec square
+m=5; //mass in kg
+F=100; //force in Newton
+disp(m*g,"Weight in Newton = ");
+a=F/m; //calculating acc.
+disp(a,"Accelaration in m/sec square = "); //displaying result \ No newline at end of file