summaryrefslogtreecommitdiff
path: root/2615/CH5/EX25.5/25_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '2615/CH5/EX25.5/25_5.sce')
-rwxr-xr-x2615/CH5/EX25.5/25_5.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2615/CH5/EX25.5/25_5.sce b/2615/CH5/EX25.5/25_5.sce
new file mode 100755
index 000000000..5b6ba334d
--- /dev/null
+++ b/2615/CH5/EX25.5/25_5.sce
@@ -0,0 +1,10 @@
+clc
+//initialisation of variables
+w=1200//kg
+f=0.08//cm
+l=0.5//kg
+p=f*(w/75)//kg
+//CALCULATIONS
+P=w*l//kg
+//RESULTS
+printf('a wood drum together with its content=% f kg',P)