diff options
Diffstat (limited to '3648/CH9/EX9.3')
-rw-r--r-- | 3648/CH9/EX9.3/Ex9_3.sce | 5 | ||||
-rw-r--r-- | 3648/CH9/EX9.3/Ex9_3.txt | 1 |
2 files changed, 6 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))")
diff --git a/3648/CH9/EX9.3/Ex9_3.txt b/3648/CH9/EX9.3/Ex9_3.txt new file mode 100644 index 000000000..94922248d --- /dev/null +++ b/3648/CH9/EX9.3/Ex9_3.txt @@ -0,0 +1 @@ +According to the pascals principal F2=A2*deltaP=((F1)*(A2/A1))
\ No newline at end of file |