diff options
Diffstat (limited to '1627/CH3/EX3.1/Ex3_1.sce')
-rw-r--r-- | 1627/CH3/EX3.1/Ex3_1.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/1627/CH3/EX3.1/Ex3_1.sce b/1627/CH3/EX3.1/Ex3_1.sce new file mode 100644 index 000000000..0d52c073b --- /dev/null +++ b/1627/CH3/EX3.1/Ex3_1.sce @@ -0,0 +1,14 @@ +clc
+//initialisation of variables
+F=150//N
+a1=25//m
+A=(25)*(10^-6)//mm^2
+a=100//mm^2
+q=9.806//N/kgf
+//CALCULATIONS
+P=F/A//N/m^2
+P1=F/((q)*A)//kgf/cm^2
+F2=F*a/a1//N
+F3=(F*a)/(q*a1)//kgf
+//RESULTS
+printf('The force on the larger piston in newtons and kilograms force is=% f kgf',F3)
|