summaryrefslogtreecommitdiff
path: root/3841/CH4/EX4.1/Ex4_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3841/CH4/EX4.1/Ex4_1.sce')
-rw-r--r--3841/CH4/EX4.1/Ex4_1.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3841/CH4/EX4.1/Ex4_1.sce b/3841/CH4/EX4.1/Ex4_1.sce
new file mode 100644
index 000000000..d731b2185
--- /dev/null
+++ b/3841/CH4/EX4.1/Ex4_1.sce
@@ -0,0 +1,9 @@
+Ex1 pg61
+clear
+//find the area piston for given parameters
+//given
+a=3.
+//diameter squared
+//calculation
+A=0.785*3**2
+printf("\n area of piston %.2f ",A)