diff options
Diffstat (limited to '1844/CH3/EX3.14/3Q14.sce')
-rw-r--r-- | 1844/CH3/EX3.14/3Q14.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/1844/CH3/EX3.14/3Q14.sce b/1844/CH3/EX3.14/3Q14.sce new file mode 100644 index 000000000..56e9201f4 --- /dev/null +++ b/1844/CH3/EX3.14/3Q14.sce @@ -0,0 +1,7 @@ +clc
+P=100
+h=20.35 *10^-2
+l=20
+w= 8*P*h/l^2
+
+printf('Weight of the tape = %f N/m',w)
|