summaryrefslogtreecommitdiff
path: root/632/CH2/EX2.3/example2_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '632/CH2/EX2.3/example2_3.sce')
-rwxr-xr-x632/CH2/EX2.3/example2_3.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/632/CH2/EX2.3/example2_3.sce b/632/CH2/EX2.3/example2_3.sce
new file mode 100755
index 000000000..10910d538
--- /dev/null
+++ b/632/CH2/EX2.3/example2_3.sce
@@ -0,0 +1,12 @@
+//clc()
+funcprot(0)
+kgf = 9.80665;//N
+cm = 10^-2;//m
+P = kgf/cm^2;
+disp("N/m^2",P,"1 kgf/cm^2 = ")
+lbf = 32.174;//lb*ft//s^2
+lb = 0.4535924;//kg
+ft = 0.3048;//m
+in = 0.0254;//m
+P1 = lbf*lb*ft/in^2;
+disp("N/m^2",P1,"1 lbf/in^2 = ") \ No newline at end of file