summaryrefslogtreecommitdiff
path: root/551/CH2/EX2.2/2.sce
diff options
context:
space:
mode:
Diffstat (limited to '551/CH2/EX2.2/2.sce')
-rwxr-xr-x551/CH2/EX2.2/2.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/551/CH2/EX2.2/2.sce b/551/CH2/EX2.2/2.sce
new file mode 100755
index 000000000..0450ca1c7
--- /dev/null
+++ b/551/CH2/EX2.2/2.sce
@@ -0,0 +1,8 @@
+clc
+d=0.1; //m
+F=1000; //N
+A=%pi/4*d^2; //m^2
+P=F/A/10^3;
+disp("Pressure on the piston=")
+disp(P)
+disp("kN/m^2") \ No newline at end of file