diff options
Diffstat (limited to '3648/CH9/EX9.3/Ex9_3.sce')
-rw-r--r-- | 3648/CH9/EX9.3/Ex9_3.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3648/CH9/EX9.3/Ex9_3.sce b/3648/CH9/EX9.3/Ex9_3.sce new file mode 100644 index 000000000..fee4dcde5 --- /dev/null +++ b/3648/CH9/EX9.3/Ex9_3.sce @@ -0,0 +1,5 @@ +//Example 9_3
+clc();
+clear;
+//To find out how large a force on the piston is needed to balance it
+printf("According to the pascals principal F2=A2*deltaP=((F1)*(A2/A1))")
|