summaryrefslogtreecommitdiff
path: root/632/CH2/EX2.5/example2_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '632/CH2/EX2.5/example2_5.sce')
-rwxr-xr-x632/CH2/EX2.5/example2_5.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/632/CH2/EX2.5/example2_5.sce b/632/CH2/EX2.5/example2_5.sce
new file mode 100755
index 000000000..b4f9a5234
--- /dev/null
+++ b/632/CH2/EX2.5/example2_5.sce
@@ -0,0 +1,8 @@
+//clc()
+F = 300;//N
+a = 9.81;//m/s^2
+m = F/a;//kg
+disp("kg",m,"mass in kg = ")
+lb = 4.535924/10;//kg
+m1 = m/lb;
+disp("lb",m1,"mass in pounds = ") \ No newline at end of file